/* CSS Document */

a:link {
	color: #E60000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}


a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.bulletlist {
	margin-right: 15px;
	list-style-image: url(../imgs/arrow.gif);
}


a:active {
	color: #E60000;
	font-weight: bold;
	text-decoration: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_horz.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 17px;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	color: #E60000;
	text-transform: none;
}
#tagline {
	padding: 12px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFB4B4;
}

#tagline a {
	color: #3A3958;
	text-decoration: none;
	font-weight: bold;
}
	
#tagline h2 {
	font-size: 16px;
	color: #E60000;
	padding: 0;
	margin: 0;
}
#content {
	padding: 15px;
}
#footer {
	background-color: #8C9BC0;
	padding: 6px;
	color: #FFFFFF;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#leftcol {
	background-image: url(../images/bg_leftcol_new.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
#print {
	display: none;
}
h3 {

	font-size: 14px;
	color: #000000;
	text-transform: none;
}
