a:link {
	font-family : Helvetica;
	font-size : 11;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-decoration : none;	
}

a:visited {
	font-family : Helvetica;
	font-size : 11;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
	
a:hover {
	font-family : Helvetica;
	font-size : 11;
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
	text-decoration : underline;	
}

td {
	font-family : Helvetica;
	font-size : 11;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-decoration : none;	
}

input
{
	background-color: #ffcc66;
	color: #184C64;
	font-family: Helvetica, Helvetica, sans-serif;
	font-size: 10;
	font-weight: bold;
}

textarea {
	background-color: #ffcc66;
	color : #184C64;
	font-family :Helvetica, Helvetica, sans-serif;
	font-size : 10;
	font-weight : bold;
}

select {
	background-color: #ffcc66;
	color : #184C64;
	font-family :Helvetica, Helvetica, sans-serif;
	font-size : 10;
	font-weight : bold;
}

.whiteBold {
	color : #FFFFFF;
	font-family :Helvetica, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
}

.itemHeader 
{
	background-color:#faa64c;
	font-family :Helvetica, Helvetica, sans-serif;
	font-size : 12;
	font-weight : bold;
}

.itemBody {
	color : #FFFFFF;
	font-family :Helvetica, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
}




