/* ---==: Tag Declarations :==--- */
BODY  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;}

A,
A:Visited {
	color: #000066; 
	text-decoration : none; 
	font-size: 11px; 
	font-weight: bold;}
A:Active,
A:Hover {
	color: #660000;
	text-decoration : underline;}

td,
p,
div,
li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;}

/* ---==: Common Style Classes :==--- */
.sm {font-size: 10px;}

.content {
	padding: 5px; 
	vertical-align: top; 
	color: black;}

.forminput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
	background-color: #f0f8ff;
	padding: 1pt;
	margin: 0;
	border: solid black 1px;}

.pnorm {
	color: black; 
	background: #f0f8ff;
	border: solid black 1px;}		

.pover {
	color: #0066cc;
	background: #f0f8ff;
	border: solid black 1px;}		

.forminput2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: black;
	background-color: #f0f8ff;
	padding: 1pt;
	margin: 0;
	border: solid black 1px;}

/* ---==: Custom Style Classes :==--- */
.light {
	background: #f0f8ff; 
	color: black; 
	font-weight: bold;}

.med {
	background: #6699cc; 
	color: black; 
	font-weight: bold;}

.dark {
	background: black; 
	color: #f0f8ff; 
	font-weight: bold;}

.11 {font-size: 11px;}

.lrgblue {
	font-family: Verdana, Arial, Helvetica, sans-serif; \
	font-size: 11px; 
	color: #074B85;}
