body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote,{margin:0; padding:0;}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#2D2D2D;
	background-color: #424711;
}

/* PARAGRAPH STYLES */

H1, H2, H3, H4, H5 {font-size:100%;	font-weight:normal;}
H1 {}
H2 {}
H3 {}
H4 {}
 
UL, OL {list-style: none; }
li {list-style-type:none;}
 
A { color:#;
	text-decoration:none;
	color: #AC050C;
}
/*A:visited{ text-decoration:none; color:#;}*/
A:hover {color:#;
	text-decoration:none;
	color: #000000;
}
/*A:active { text-decoration:none; color:#;}*/
A:focus {outline:none;}

:focus {outline: 0;}
fieldset, img {border:0;}
q:before, q:after {	content:'';}

input, textarea, select {font-family:inherit; font-size:inherit; font-weight:inherit;}

.clr {clear: both;}
.lF {float:left;}
.rF {float:right;}

/* LAYOUT STYLES */
#wrapper {
	width:761px;
	text-align:left;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 29px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.heading{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #7d7d45;
	text-decoration: none;
}
.orange{
	color: #de7300;
}
.box_back{
	background-image: url(images/box_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}