@import url("v_basicv5.css");

/* Bold headline text */
H1 { font-size: 15pt;  font-family: verdana, arial, helvetica, sans-serif; color:#660033; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; color:#660033; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 10pt;  font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; color:#999999; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif; color:#555555}

A:link {color:#660033; font-weight:bold;}
A:visited {color:#660033; font-weight: bold;}
A:hover {color:#999999; font-weight: bold;}
A:active {color:#999999; font-weight: bold;}

A.email:link {font-weight:normal}
A.email:visited {font-weight:normal}
A.email:hover {font-weight:normal}
A.email:active {font-weight:normal}

/* Title classes */
A.title:link {text-decoration: none; color: #660033}
A.title:visited {text-decoration: none; color: #660033}
A.title:active {text-decoration: none; color: #999999}
A.title:hover {text-decoration: none; font-weight: bold; color: #999999}

/* Footer classes */
A.footer:link {color:#999999; font-weight: normal; text-decoration: none;}
A.footer:visited{color:#999999; font-weight: normal;text-decoration: none;}
A.footer:hover {color:#660003; font-weight: normal; text-decoration: none;}
A.footer:active {color:#660033; font-weight: normal; text-decoration: none;}

/* Fitz classes */
A.fitz:link {color:#333366;; font-weight: normal; font-size: 8pt;}
A.fitz:visited{color:#333366;; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#660003;; font-weight: normal font-size: 8pt;}
A.fitz:active {color:#660033; font-weight: normal; font-size: 8pt;}




/* Custom list formatting */
UL { font-size : 12pt; font-family: verdana, arial, helvetica, sans-serif;  color:#555555}
UL.tier2 { font-size : 10pt; font-family: verdana, arial, helvetica, sans-serif;  color:#555555}
OL { font-size : 10pt; font-family: verdana, arial, helvetica, sans-serif;  color:#555555}
DL { font-size : 10pt; font-family: verdana, arial, helvetica, sans-serif;  color:#555555}
LI { font-size : 10pt; font-family: verdana, arial, helvetica, sans-serif;}




.white {color: #FFFFFF;}
.gray {color: #999999;}
.red {color: #CC0000;}
.burgandy {color: #660033;}
.error {color: #CC0000;}
.tab { margin-left: 2.00em; font-family: verdana, arial, helvetica, sans-serif;}
.small { font-size : 9pt; font-family: verdana, arial, helvetica, sans-serif; }
.smaller { font-size : 8pt; font-family: verdana, arial, helvetica, sans-serif; }
.large { font-size: 11pt; font-family: verdana, arial, helvetica, sans-serif;}
.none {text-decoration: none; }
.under {text-decoration: underline}

body {background-color: white;}



/*Menu Magic navigation classes*/
.p7tbsub {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	layer-background-color: #CCCCCC; /*for Netscape 4*/
	border: 1px solid #878787; /*for hairline border around submenus*/
}

.p7tbsub p {
	padding: 3px 12px 3px 6px;
	margin: 0px;
}

.p7tbsub a:link {
	padding: 1px 8px 1px 12px;
	background-color: #CCCCCC;
	color: #555555;
	font-size: 9pt;
	text-decoration: none;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #B0B0B0;
}
.p7tbsub a:visited {
	padding: 1px 8px 1px 12px;
	background-color: #CCCCCC;
	color: #555555;
	font-size: 9pt;
	text-decoration: none;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #B0B0B0;
}
	
.p7tbsub a:hover {
	background-color: #660033;
	color: #FFFFFF;
}
.p7tbsub a:active {
	background-color: #660033;
	color: #FFFFFF;

}
.p7tbdn {
	color: #660033 !important;
}

.traceon {
 color: #FFFFFF !important;
 background-color: #660033 !important;
}


.traceoff {
color: #ffffff;
background-color: transparent;
}

