body {
	font-family: Segoe UI, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #280A02;
	background-color: #280A02;
	margin: 0px;
	background-image: url('body/watermark_main.jpg');
	background-position: top center;
    background-repeat: repeat-x;
    scrollbar-face-color: #C2A582;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #A60B0F

}

a:link {
	text-decoration: none;
 	color: #A60B0F;
}

a:visited {
	text-decoration: none;
	color: #A60B0F;
}

a:hover {
	text-decoration: underline;
	color: #5E4229;
}

.txt_large {
	font-size: 11pt;
	font-weight: bold;
	color: #A6804D;
	font-family: Segoe UI, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.txt_pageheaders {
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
}

.txt_body {
	font-size: 13px;
	text-align: justify;
}

.txt_body_white {
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
}

.txt_small {
	font-size: 10px;
	color: #FFFFFF;
}

.txt_footer {
	font-size: 10px;
	color: #FFFFFF;
}

.Spacer_10px {
	Height: 10px;
}

.Spacer_15px {
	Height: 15px;
}

.Spacer_05px {
	Height: 5px;
}

.Spacer_25px {
	Height: 25px;
}

.Line_Grey {
	background-image: url('body/line_grey.gif');
	Height: 7px;
}




input, select, textarea
{
	font-family: Segoe UI, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 12px; 
	background-color : white; 
	background-image: url('body/gradient_form.gif');
	border : 1px solid #C2A582;
	margin : 1px; 
}