/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9E0404;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9E0404;
}
a:hover {
	text-decoration: underline;
	color: #9E0404;
}
a:active {
	text-decoration: none;
	color: #9E0404;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 16px;
	color: #9F0304;
}
h2 {
	font-size: 14px;
	color: #666666;
}
h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	font-size: 11px;
	font-weight: normal;	
}
h5 {
	font-size: 11px;
	font-weight: normal;	
}


#topRedbar {
	background-color: #9F0304;
	height: 25px;
	width: 100%;
}

#greyBar {
	background-image: url(../images/bkg_bottom_grey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


#bottomRedbar {
	background-color: #9F0304;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	width: 100%;
	padding-top: 5px;
}


#bottomRedbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomRedbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
