/* CSS Document */
body{
	background:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	text-align:left;
}
a{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#d60303;
	text-decoration:underline;
}
p{
	margin:0px;
	line-height:20px;
	text-align:left;
}
.menu{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	padding-bottom:5px;
}
.menu a{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
.menu a:hover{
	font-weight:bold;
	font-size:14px;
	color:#d60303;
	text-decoration:none;
}
h1{
	margin:0px;
	color:#FFFFFF;
	font-size:16px;
}
h2{
	margin:0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
h2 a{
	margin:0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
h2 a:hover{
	margin:0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
h3{
	margin:0px;
	color:#d60303;
	font-size:12px;
	font-weight:bold;
}
.red{
 	color:#d60303;
}
.red a{
	color:#d60303;
	text-decoration:underline;
}
.red a:hover{
	color:#000000 !important;
	text-decoration:underline;
}