/* ---==: Tag Declarations :==--- */
BODY  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
A, 
A:Visited, 
A:Active {
	color: #000000; 
	text-decoration : none; 
	font-size: 12px; 
	font-weight: bold;
} A:Hover {
	color : #000000;
	text-decoration : underline;
}
td, 
p, 
div, 
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ---==: Common Style Classes :==--- */
.content {
	padding: 5px;
	vertical-align: top;
	color: black;
}
.sm {font-size: 10px;
}
/* Form Styles */
.forminput {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #f0f8ff;
	padding: 1pt;
	margin: 0;
	border : solid black 1px;
}
.forminput2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;
	background-color: #f0f8ff;
	padding: 0;
	margin: 0;
	border: solid black 1px;
}
.pnorm {
	color: black;
	background: #f0f8ff;
	border: solid black 1px;
}
.pover {
	color: #0066cc;
	background: #f0f8ff;
	border: solid black 1px;
}

/* ---==: Custom Style Classes :==--- */
A.top, 
A.top:Visited, 
A.top:Active {
	color: #ffffff; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: bold;
} A.top:Hover {
	color: #ffffff;
	text-decoration: underline;
}
A.top3, 
A.top3:Visited, 
A.top3:Active {
	color: #ffffff; 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold;
} A.top3:Hover {
	color: #ffffff;
	text-decoration: underline;
}
.top2 {
	color: #ffffff;
	background-color: #305895;
}


