/* Body Text */



body  {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}	

.bodytext, p, tr, td, ul, ol,  li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000033;
}

.homepage  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000033;
}

.boldtext {
	color: #000033;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt
}

h1 {color:#333399; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; letter-spacing:0px;}
h2 {color:#333399; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; letter-spacing:0px;}  
h3 {color:#333399; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; letter-spacing:0px;}
h4 {color:#333399; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; letter-spacing:0px;}

.sectionhead {
	color: #333399;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt
}

.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000033;
}

.new  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
}	

.blue  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333399;
}	

.bluesmall  {
	font-family: Arial, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333399;
}	
	
/* End Body Text */


/* Main body links */
a:link, a:visited {color: #333399; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 9pt;}
a:hover {color: #333399; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 9pt;}
/*a:visited {color: #333399;text-decoration: underline;font-family: Verdana, Geneva, sans-serif;font-size: 9pt;}*/
a:active {color: #333399;text-decoration: underline;font-family: Verdana, Geneva, sans-serif;font-size: 9pt;}
/* End of main body links */


/* Path links at top of level 2 pages */
a.path:link {
	color: #333399;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}
a.path:hover {color: #333399; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 8pt;}
a.path:visited {color: #000000;text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 8pt;}
a.path:active {color: #333399; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 8pt;}

.bpath  {color: #003366;text-decoration: none;font-family: Verdana, Geneva, sans-serif;	font-size: 8pt;	font-weight: bold;}
/* End of path links at top of level 2 pages */

.footer {font-size: 8pt; color: #FFFFFF;}
a.footer:link {color: #FFFFFF; text-decoration: none; font-size: 8pt;}
a.footer:hover {color: #FFFFFF; text-decoration: underline; font-size: 8pt;}
a.footer:visited {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 8pt;
}

a.menu:link {color: #000000; text-decoration: none; font-size: 8pt;}
a.menu:hover {color: #000000; text-decoration: none; font-size: 8pt;}
a.menu:visited {color: #000000; text-decoration: none; font-size: 8pt;}
a.menu:active {color: #000000; text-decoration: none; font-size: 8pt;}

a.white:link {color: #FFFFFF; text-decoration: none; font-size: 10pt;}
a.white:hover {color: #FFFFFF; text-decoration: none; font-size: 10pt;}
a.white:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
a.white:active {color: #FFFFFF; text-decoration: none; font-size: 10pt;}

.white  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}



/* Links in sectionheads */
a.sectionhead:link {color: #003366; font-weight: bold; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 11pt;}
a.sectionhead:hover {color: #003366; font-weight: bold; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 11pt;}
a.sectionhead:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}
a.sectionhead:active {color: #003366; font-weight: bold; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 11pt;}
/* End of sectionhead links */

/* Practice Improvement Menu */
.PImenu {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
}	
/* End of Practice Improvement */



/* Table text for showvalues tables */
.showvalues {font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
