body{
	font-family:	 		verdana, helvetica, sans-serif;
	font-size: 				11px;
	margin:					 0px;
}

.white {
	font-size: 11px;
	color: #FFFFFF;
}

.whiteBold {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;	
}

.yellow {
	font-size: 11px;
	color: #FFFF00;
}

.yellowBullet {
	font-size: 11px;
	font-weight: bold;
	color: #FFD528;
}

.mainMenuItem {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.subMenuItem {
	font-size: 9px;
	color: #FFD528;
	text-decoration: none;
	font-weight: bold;
}

.sectionTitle {
	font-size: 11px;
	font-weight: bold;
	color: #FFD528;
	text-decoration: none;
}

.head {
	font-size: 11px;
	font-weight: bold;
	color: #FFD528;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFD528;
	text-decoration: none;	
}

a:hover{
	text-decoration:		underline;
	color:					#FFD528;
}



/* TEXT CLASSES */

p, div, td

{
	color: 					#FFFEFF;
	font-family: 			verdana, helvetica, sans-serif;
	font-size: 				11px;
	font-style: 			normal;
}

/* News Healine class */
.newsHeadline
{
	color: 					#FFD528;
	font-family: 			verdana, helvetica, sans-serif;
	font-size: 				9px;
	font-style: 			normal;
}
dt, dd{
	width: 85%;
}

input, textarea{
	width: 380px;
}

label{
	width: 60px;
	float: left;
}

.submit input{ 
width: 100px;
}
