/* All text */
body,td,table	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* Formatting for paragraphs*/
p		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin-top: 0px; margin-bottom: 0px; color: #FFFFFF;}

/* For forms */
form		{ margin-top: 0px; margin-bottom: 0px; padding: 0px; }

/* For nomal links */
a		{ color: #FFFFFF; text-decoration: none; }
a:hover 		{ text-decoration: underline; }

.white { color: white; }
a.white		{ color: white; text-decoration: none; }
a.white:hover	{ text-decoration: underline; }

.notshow {
	font-size: 8px;
	color: #000000;
}

.whiteborder {
	border: 1px solid #FFFFFF
}	

.whitesmall { color: #999999; font-size: 10px;}
a.whitesmall		{ color: #999999; text-decoration: none; }
a.whitesmall:hover	{ text-decoration: underline; }

.menubar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1Opx;
	font-weight:bold;
	color: #CCCCCC;
}

.gray{
	color: #CCCCCC;
}