body {
	background-color: #f0f0f0;
	margin:0;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
}

.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC0000;
	background-color: #0099FF;
	font-weight: bold;
	border: inset;
	border-width: thin;
}

.inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000033;
	font-weight: bold;
	border: outset;
	border-width: thin;
}
._content {
	height: 600px;
	width: 100%;
	margin-left: 20px;
	display: block;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}
.subcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.navitab {
	background-color: #74BEFD;
	background-image: url('/images/l3.jpg');
	background-repeat: no-repeat
}