body {
	margin: 0px;
}

.topBar {
	background-image: url('/tags/topbanner.jpg');
	height: 90px;
	padding: 0px;
	border-bottom: 1px solid black;
}

.infoPanel {
	text-align: left;
	padding-left: 4px;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	border: 1px solid black;
	margin-left: 8px; margin-top: 8px;
	font-family: arial, sans-serif, sans;
	font-size: 11px;
	width: 150px;
}

.infoPanel ul {
	padding-left: 37px;
	margin: 0px;
}
.infoPanel li {
	padding: 0px;
	margin: 0px;
}

.infoPanel a {
	text-decoration: none;
	color: black;
}
.infoPanel a:visited {
	text-decoration: none;
	color: black;
}
.infoPanel a:hover {
	text-decoration: underline;
	color: #AC0000;
}
.infoPanel a:active {
	text-decoration: underline;
	color: #EEEE00;
}

.infoMenu {
	list-style-image: url('/tags/widget.gif');
	margin-top: 2px;
}

.mainPanel {
	font-family: arial, sans-serif, sans; font-size: 12px;
	padding: 35px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin: 8px;
	text-align: left;
}

.bottomBanner {
	background-image: url('/tags/bottombanner.jpg');
	border-top: 1px solid black;
	height: 30px;
	margin: 0px; padding: 0px;
}

.mainT {
	width: 100%;
}
.header {
	text-align: center;
	width: 20%;
	font-family: arial,sans serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #616E91;
}

a {
	color: #495472;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover {
	color: #677399;
	text-decoration: none;
	border-bottom: 1px dashed blue;
}

.menu li:hover {
	list-style-image: url('tags/bullet.gif');
}

.head {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 8px;
}

.content {
	font-size: 10pt;
	font-family: arial, verdana, sans;
	color: #293251;
	width: 80%;
	text-align: left;
}
.pictable td {
	padding: 3px;
	text-align: center;
}

.pictable img {
	border: 1px solid black;
}

.img {
	text-align: center;
	margin: auto;
	border: 1px solid black;
}
