body{
	padding:0px;
	margin:0px;
	background-color:#7f7f7f;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
}

form{
	padding:0px;
	margin:0px;
}

input, textarea{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;	
}

a{
	text-decoration:none;
}

h1{
	color:#dd0000;
	margin:0px;
	padding:0px;
	font-size:12pt;
	margin-bottom:5px;
}

h2{
	color:#000000;
	margin:0px;
	padding:0px;
	font-size:11pt;
	margin-bottom:5px;
}

p{
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	text-align:justify;
}

ul{
	margin:0px 0px 10px 23px;
	padding:0px;
}

.divider{
	height:1px;
	border-bottom:1px solid #FF7920;
	margin-bottom:10px;
}

.borderTbl{
	background-color:#ffffff;
	border:1px solid #4f4f4f;
	border-top:none;
}

.borderAll{
	background-color:#ffffff;
	border:1px solid #C24E00;
}

.tagline{
	font-weight:bold;
	font-style:italic;
	font-size:10pt;
	margin-bottom:4px;
	text-align:left;
}

.footer{
	font-size:9pt;
	color:#666666;
	line-height:20px;
}

.footer a{
	color:#666666;
	text-decoration:none;
	margin:0px 6px 0px 6px;
}

.footer a:visited{
	color:#666666;
	text-decoration:none;
	margin:0px 6px 0px 6px;
}

.footer a:hover{
	color:#000000;
	text-decoration:none;
	margin:0px 6px 0px 6px;
}

.topnav{
	text-align:center;
	margin:0px 2px 4px 2px;
	padding:9px 4px 9px 4px;
	background-color:#EAEAEC;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	color:#333333;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
}

.topnav:hover{
	background-color:#FF7920;
	color:#ffffff;
	cursor:hand;
}

.box{
	border:1px solid #C24E00;
	border-top:none;
	margin-bottom:10px;
	text-align:left;
}

.box p{
	padding:6px 10px 6px 10px;
	margin:0px;
}

.box p#bot_border{
	border-bottom:1px dotted #ff9852;
	text-align:left;
}

.box p#bot_border img{
	margin-top:2px;
	border:1px solid #ff9852;
}

.box p#smalltxt{
	font-size:8pt;
	border-bottom:1px dotted #ff9852;
}

.box p a{
	color:#712D00;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
}

.box p a:visited{
	color:#712D00;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
}

.box p a:hover{
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
}

h1#box_h1{
	background-image:url(../images/box_hdr.gif);
	background-repeat:no-repeat;
	height:26px;
	margin:0px;
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-left:10px;
	font-size:12pt;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
}

h1#box_h1_large{
	background-image:url(../images/box_hdr_large.gif);
	background-repeat:no-repeat;
	height:26px;
	margin:0px;
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-left:10px;
	font-size:12pt;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
}

.viewall{
	background-color:#ED5F00;
	text-align:center;
	color:#ffffff;
	padding:4px 0px 4px 0px;
	font-weight:bold;
	font-size:9pt;
}

.viewall:hover{
	color:#000000;
	cursor:hand;
}


.btn_brown{
	background-color:#ed5f00;
	text-align:center;
	color:#ffffff;
	padding:2px 6px 2px 6px;
	font-weight:bold;
	font-size:9pt;
	margin:0px 0px 10px 0px;
	width:100px;
}

.btn_brown:hover{
	color:#000000;
	cursor:hand;
	text-decoration:none;
}

.box_right{
	width:170px;
	height:90px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding:0px 5px 0px 5px;
	font-size:12pt;
	color:#ffffff;
	font-weight:bold;
}

.box_right a{
	color:#ffffff;
	text-decoration:none;
}

.box_right a:visited{
	color:#ffffff;
	text-decoration:none;
}

.box_right a:hover{
	color:#000000;
	text-decoration:none;
}

.box_right#redbox{
	background-image:url(../images/box_red.jpg);
}

.box_right#bluebox{
	background-image:url(../images/box_blue.jpg);
}

.box_right#greenbox{
	background-image:url(../images/box_green.jpg);
}

.box_right#orangebox{
	background-image:url(../images/box_orange.jpg);
}

.content{
	padding:4px 10px 10px 10px;
	color:#000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	line-height:20px;
}

.content a{
	text-decoration:none;
	color:#c24e00;
}

.content a:visited{
	text-decoration:none;
	color:#c24e00;
}

.content a:hover{
	text-decoration:underline;
	color:#333333;
}

#red{
	color:#dd0000;
}

#brown{
	color:#c24e00;
}