.body {
	margin: 0;
}

.navtext {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #ddd8d2; font-weight: none;
	text-decoration : none;
}

a.navtext {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #0066cc; font-weight: none;
	text-decoration : none;
}

a.navtext:hover {
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #0066cc; font-weight: none;
	text-decoration : underline;
}

.white_navtext {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #ffffff; font-weight: none;
	text-decoration : none;
}

a.white_navtext {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #ffffff; font-weight: none;
	text-decoration : none;
}

a.white_navtext:hover {
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #ffffff; font-weight: none;
	text-decoration : underline;

}

.port_navtext {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #ffffff;
	text-decoration : none;
	
}

a.port_navtext {     
	font-family:arial, verdana,tahoma;
	font-size: 8pt;
	color : #ffffff;
	text-decoration : none;
}

a.port_navtext:hover {
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #ff9900; font-weight: none;
	text-decoration : none;
}

.dark_navtext {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #0066cc;
	text-decoration : none;
	
}

a.dark_navtext {     
	font-family:arial, verdana,tahoma;
	font-size: 8pt;
	color : #0066cc;
	text-decoration : none;
}

a.dark_navtext:hover {
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #0066cc; font-weight: none;
	text-decoration : underline;

}

.bodytext {
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #333333;
	
}

.headingtext {
	font-family: book antiqua,arial,verdana;
	font-size: 9pt;
	color : #333333;
	
}

.smalltext {
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #333333;

}

input {
	font-family: arial,Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #FFFFFF;
}

input.noborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #F8F8F8;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #F8F8F8;	
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #F8F8F8;
}

a.barlink {     
	font-family: arial,verdana,tahoma;
	font-size: 7pt;
	color : #0066cc;
	text-decoration : none;
}

a.barlink:hover {
	font-family: arial,verdana,tahoma;
	font-size: 7pt;
	color : #0066cc; font-weight: none;
	text-decoration : underline;

}

.bartext {
	font-family: arial,verdana,tahoma;
	font-size: 7pt;
	color : #333333;

}

.cellcolor {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #ddd8d2; font-weight: none;
	text-decoration : none;
	background-color: blue
}

a.cellcolor {     
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #0066cc; font-weight: none;
	text-decoration : none;
	background-color: red
}

a.cellcolor:hover {
	font-family: arial,verdana,tahoma;
	font-size: 8pt;
	color : #0066cc; font-weight: none;
	text-decoration : underline;
	background-color: green
}