/* CSS Document */
.gray{
	font-family:Tahoma;
	font-size:10px;
	color:#787878;
}
.blue{
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color:#324F53;
	font-weight:bold;
	text-align: left;
}
.orange{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#E67803;
}
a.white_link{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.white_link:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.white_bold{
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#FFF;
	font-weight:bold;
	font-style: normal;
	text-align: center;
}
.blue_s{
	font-family:Tahoma;
	font-size:10px;
	color:#9DD6E9;
}

