body {
	font-family: Arial, Segoe UI, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000C14;
	background-image: url('body/watermark_main.jpg');
	margin: 0px;;
    background-position:    center top;
    background-repeat: repeat-x;
    scrollbar-face-color: #689ED1;
	scrollbar-shadow-color: #000C14;
	scrollbar-highlight-color: #000C14;
	scrollbar-3dlight-color: #000C14;
	scrollbar-darkshadow-color: #000C14;
	scrollbar-track-color: #000C14;
	scrollbar-arrow-color: #0C828A;

}

a:link {
	text-decoration: none;
 	color: #0C828A;
}

a:visited {
	text-decoration: none;
	color: #0C828A;
}

a:hover {
	text-decoration: none;
	color: #689ED1;
}

a:active {
	text-decoration: underline;
	color: #689ED1;
}

.txt_large {
	font-size: 12pt;
	color: #689ED1;
	font-weight: bold;
	
}

.txt_body {
	font-size: 11px;
	text-align: justify;
}


.txt_menu {
	color: #689ED1;
	font-size: 14px;
	text-align: right;


}

.txt_PageHeading {
	font-family: Arial, Segoe UI, Tahoma, Verdana, Helvetica, sans-serif;
	color: #000C14;
	font-size: 26px;

}

.txt_body_white {
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}


.txt_small {
	font-size: 10px;
	color: #ffffff;
}


.txt_footer {
	font-size: 10px;
	color: #689ED1;
	text-align: right;
}

.Spacer_10px {
	Height: 10px;
}

.Spacer_15px {
	Height: 15px;
}

.Spacer_05px {
	Height: 5px;
}

.Spacer_25px {
	Height: 25px;
}

a#menu	{ font-family: inherit; font-weight: inherit; text-align: right; font-size: inherit; color : #FFFFFF; }
a#menu:link	{ font-family: inherit; font-weight: inherit; text-align: right; font-size: inherit; text-decoration: none; color : #FFFFFF; }
a#menu:visited { font-family: inherit; font-weight: inherit; text-align: right; font-size: inherit; text-decoration: none; color : #FFFFFF; }
a#menu:hover { font-family: inherit; font-weight: inherit; text-align: right; font-size: inherit; text-decoration: none; color : #689ED1;}


input, select, textarea
{
	font-family: Arial, Segoe UI, Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 11px; 
	background-color : white; 
	background-image: url('body/gradient_form.gif');
	border : 1px solid #689ED1;
	margin : 1px; 
}



hr {
  border: 0;
  width: 100%;
  color: #0C828A;
  background-color: #0C828A;
  height: 1px;
}