body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #333333;
	text-align:center;
}
.white {
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
h2 {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5A64A1;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFE655;
	text-decoration:underline;
}
A.type2:link    {font-size:12px; color:blue; text-decoration:underline;}
A.type2:visited {font-size:12px; color:blue; text-decoration:underline;}
A.type2:active  {font-size:12px; color:blue; text-decoration:underline;}
A.type2:hover   {font-size:12px; color:green; text-decoration:underline;}
p,table,li {
	font-size: 12px;
}



