/*---------------------------*/
/*  General document format  */ 
/*---------------------------*/ 

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #460d06;
	background-image: url(../images/bg/body_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
A:link, A:visited, A:active {
	color: #FFFFFF;
	text-decoration: underline;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
TD,TH, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0px;
}
TD A:link, TD A:visited, TD A:active {
	color: #FFFFFF;
	text-decoration: underline;
}
TD A:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
H1 {
	color: #fbab16;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
}
H2 {
	color: #fbab16;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
}
IMG {
	vertical-align: middle;
	margin: 0px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
INPUT[type="radio"] {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
INPUT[type="checkbox"] {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

/*---------------------------*/
/*          Content          */ 
/*---------------------------*/ 

.content_left {
	background-image: url(../images/bg/left_col_back.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width: 17px;
	text-align: center;
	vertical-align: top;
}
.content {
	width: 807px;
	background-image: url(../images/bg/content_back.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.content_right {
	background-image: url(../images/bg/right_col_back.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 14px;
	text-align: right;
	vertical-align: top;
}

/*---------------------------*/
/*          FOOTER           */ 
/*---------------------------*/ 

.footer_content {
	background-image: url(../images/bg/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*---------------------------*/
/*        All Sections       */ 
/*---------------------------*/ 

.txt_red {
	color: #d9271e;
}
.cursor {
	cursor: hand;
}