

	
/* Main Styles */

p {
	font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	font-size: 13px;
	color: #333333;
}


B	{
	font-weight: Bold; font-size:16px; color: #333333;
}


.FooterStyle {
	font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	font-size: 12px;
	color: #aaaaaa;
}

.TitleStyle {
	color: #B0D3F2;
	font: 18px "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
}

.TopTitleStyle {
	color: #2B63B5;
	font: bold 22px "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
}

.TopTitleStyle2 {
	color: #357BE1;
	font: bold 22px "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
}





/* Link Styles */

a:link {
	font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7;
	font-weight: bold;
	text-decoration: none;
}

