/* Basic layout */
body { 
	   background-position: top left;
	   background-repeat: repeat-y;
	   margin: 0px 0px 0px 0px;
}
body, table, td, select, textarea, input  { 
	font-family: Verdana; 
	font-size: 12px; 
}
a { 
	color: blue; 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
}
.bold {
	font-weight:bold;
}
h3 {
	margin-top:2px;
}
/* Form elements */
select.flat, textarea.flat, input.flat, 
select.comp, textarea.comp, input.comp,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.comp, textarea.comp, input.comp { 
	border-color : #990000;
}

.menu_head {
	color: #FFF;
	font-size: 10px;
}

.footer_text {
	color: #000033;
	font-size: 8px;
}

.footer_margin {
	float:left;
	margin:2px;
}

.main_body_bg {
/*
	background-image: url('../images/main_body_bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 100%; 
*/	
	border: 5px solid #000033;
}
.main_body_div {
	height: 436px;
	padding: 12px;
	overflow-y:auto;
}

.main_body_div img{
	margin-top:8px;
	margin-right:7px;
	margin-left:8px;
}
 
.contact_font {
	color:#969696;
	font-weight:bold;
	font-size:14px;
} 
.form_text {
	font-size:10px;
	color:#969696;
}
.form_input_text {
	height:15px;
	width: 214px;
	padding-top:4px;
	padding-left:2px;
	font-size:10px;
	color: #262626;
	background-color: #CCCCCC;
	border-left: 2px solid #353535;
	border-right: 2px solid #353535;
	border-top: 1px solid #808080;
	border-bottom: 2px solid #808080;

}
.form_input_text_area {
	width: 214px;
	padding-top:4px;
	padding-left:2px;
	font-size:10px;
	color: #262626;
	background-color: #CCCCCC;
	border-left: 2px solid #353535;
	border-right: 2px solid #353535;
	border-top: 1px solid #808080;
	border-bottom: 2px solid #808080;

}
