/* 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; 	
}

/* Form elements */
select {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #336699;
}

textarea {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; 
	text-decoration: none
}



td {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333; 
	text-decoration: none
}
td.pod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 10px;
	line-height: 14px;
}
td.article {
	padding: 16px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;

}
td.justpad {
	padding: 5px 16px;
}
td.line {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
/*	padding-left: 16px;*/
/*	padding-right: 16px;*/
}
td.lineHead {
	height: 32px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
td.lineDiv {
	height: 32px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
td.lineHeadBlack {
	height: 32px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
td.lineOn {
/*	border-bottom-style: solid;  */
/*	border-bottom-color: #000000; */
/*	border-bottom-width: 1px; */
	padding-left: 16px;
	padding-right: 16px;
	background-color: #E9E9E9;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.lineOff {
/*	border-bottom-style: solid; */
/*	border-bottom-color: #000000; */
/*	border-bottom-width: 1px; */
	padding-left: 16px;
	padding-right: 16px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.lineleft {
	height: 32px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 16px;
	padding-right: 16px;
	border-left-style: solid;
	border-left-color: #000000;
}


/* a tag roll over classes for default links */
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {  
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none
}
/* 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: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}


a.nav:visited
{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}


a.nav:hover
{
	color: #000000;
	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: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 14px;
}




/* more a-tag link classes */
a.white:link
{	color: #ffffff;
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: underline
}


a.white:visited
{	color: #ffffff;
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: underline
}

a.white:hover
{	color: #ffffff;
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none
}


/* 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: #666666;
	padding: 6px;
	line-height: 16px;
}


.contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 6px;
	line-height: 12px;
}

.bodybold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	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: #003366; 
	text-decoration: none
	
}

.blueitalic
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #003366; font-style: italic
	
}


.errorone
{   color: #FF3300;
	font-weight: bold; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
}	


.errortwo
{   color: #003366;
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
}	


.rev
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none
	
}

.whitebold
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	text-decoration: none
	
}
.navadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
}
.navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 28px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.headwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.headlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.headmid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}


.bodylight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
