/* fancy css classes */
/* by sonke@liquidprotocol.com */

/* setting up the body tag */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 	
}

td {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333; 
	text-decoration: none
}

a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover {  
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none
}

a.lpip {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.lpip:hover {  
	color: #A87D54;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	text-decoration: underline;
}

/* to specify a different link format use this as the class attribute in the a tag eg. <a href="mylink.html" class="two">Click here</a> */
/* in this case it's just a few pixels bigger, adjust this to suit requirements */


a.nav:link
{
	color: #4d7e8f;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}


a.nav:visited
{
	color: #4d7e8f;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}


a.nav:hover
{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}

/* sub nav classes */

a.navsub:link
{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 14px;
}


a.navsub:visited
{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 14px;
}


a.navsub:hover
{
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 14px;
}

/* standard text classes for typographic formatting */
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.bodybold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
}

.bodyitalic
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; font-style: italic
	
}

.blue
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #003366; 
	text-decoration: none
	
}

.bluebold
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #4D7E8F; 
	text-decoration: none
	
}

.blueitalic
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #003366; font-style: italic
	
}

.navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 28px;
}
TD.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}



label
{	cursor: hand;}