/**** special text styles *****************************************************/

html,body, table {

	margin: 0px;

	padding: 0px;

	color: #000000; 

	font: small Verdana, sans-serif, Times New Roman, Arial, Tahoma;

	font-size: 10pt;

}



.subheading {

	font: Verdana, Times New Roman, Arial;

	font-weight: bold;

	color: #003366;

	font-size: 14px;

	}

.heading {

	font: Verdana, Times New Roman, Arial;

	font-weight: bold;

	color: #003366;

	font-size: 16px;

	}

a:link { 

	font-weight: bold; 

	text-decoration: underline; 

	color: #003366;

	}	

	

a:visited { 

	font-weight: normal; 

	text-decoration: underline; 

	color: #000000;

	}	

	

a:hover, a:active { 

	text-decoration: underline; 

	color: #FF9900;

	}

	

.menu { 

	background-color: #ffffff ; 

	float: left;

	padding: 0px 0px 0px 0px;

	border-width: 1px;

	border-style: solid;

	border-color: #003366;

	margin-top: 3px;

	margin-left: 3px;

	color: #000000;

	font: Verdana, sans-serif, Times New Roman, Arial, Tahoma;

	font-size: 80%;

	}

.menu a:link, .menu a:visited, .menu a:active {

	text-decoration: none;

	color: #003366;

	font-weight: normal;	

	}

.menu a:hover{

	text-decoration: underline;

	color: #FF9900;

	font-weight: normal;	

	}

.menu-heading { 

	color: #ffffff;

	font: 14px Verdana, Times New Roman, Arial, Tahoma;

	font-weight: bold; 

	}

	

.footer { 

	background-color: #003366 ;

	padding: 0px 0px 0px 0px;

	border-width: 0px;

	border-style: solid;

	border-color: #996600;

	margin-bottom: 0px;

	color: #ffffff;

	}

.footer a:link, .footer a:visited, .footer a:active {

	text-decoration: none;

	color: #ffffff;

	font-weight: normal;	

	}

.footer a:hover{

	text-decoration: underline;

	color: #ffffff;

	font-weight: normal;	

	}

	

.border { 

	background-color: #ffffff ;

	padding: 0px 0px 0px 0px;

	border-width: 1px;

	border-style: solid;

	border-color: #003366;

	margin-bottom: 0px;

	float: left;	

	}

.borderplain { 

	border-width: 1px;

	border-style: solid;

	border-color: #003366;

	font: small Verdana, sans-serif, Times New Roman, Arial, Tahoma;

	font-size: 103%;

	}

.tableplain {

        border-width: 0px;

        font: small Verdana, sans-serif, Times New Roman, Arial, Tahoma;

        font-size: 103%;

        }

.pixel {

	background-image: url(images/pixel.gif);

	background-repeat: repeat-x;

	background-position: left;

}

