/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(../img/top_hdr_bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	}

h2 {
	color:#ee951b;
	font-size:24px;
	}
	
h3 {
	color:#83070b;
	font-size:18px;
	display:block;
	margin:0px;
	}

h4 {
	color:#83070b;
	font-size:13px;
	display:block;
	margin:0px;
	}
a:link, a:visited {
	color:#83070b;
	text-decoration:none;
	}
a:hover {
	color:#83070b;
	text-decoration:underline;
	}		
.red_txt {
	color:#83070b;
	}
.lil_red_txt {
	color:#83070b;
	font-size:10px;
	}
.lil_red_txt a:link, .lil_red_txt a:visited {
	color:#83070b;
	font-size:10px;
	text-decoration:none;
	}
.lil_red_txt a:hover {
	color:#666666;
	font-size:10px;
	text-decoration:underline;
	}