/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #d3d3d3;
}
.Gray {color: #373737}
.Red {color: #ed1c24}
.help {font-size: 14px;color: #444444;}
a:link {
	color: #373737;
	text-decoration: none;
}
a:visited {
	color: #373737;
	text-decoration: none;
}
a:hover {
	color: #ed1c24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #ed1c24;
}
.foot {
	background-image: url(images/foot.jpg);
	height: 282px;
	width: 979px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
h1 {
	font-size: 16px;
	color: #ED1B24;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:active {
	text-decoration: none;
	color: #FFFFFF;
}