body {	background-color: #FFFFFF;
	margin:20px 0px 0px 50px;
}
/* ---------------- Master Page section ----------------*/
.wposition
{
	width:700px; 
	margin-top:5px;
}

#menubar 
{
	height:19px; 
	font-family: arial, helvetica, san-serif;
	font-size: 12px; 
	color: #ffffff;
	font-style: normal; 
	font-weight: bold;
	background-color: #003768;
	text-align:center;
}
.spacer_img
{
	width: 17px;
    height : 15px;
    border: 0px;
}
.wspacer_img
{
	width: 2px;
    height : 15px;
    border: 0px;
}
#address_footer
{
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
 	background-color: #762123;
	text-align: center;
	font-weight: bold;
}

#copyright_footer
{
	font-family: helvetica, arial, san-serif;
	font-size: 9.5px;
	color: #003768;
	font-style: normal;
	text-align: center;
	font-weight: normal;
}
/* ---------------- Company Bio section ----------------*/
.bio_h
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	MARGIN-LEFT: 60px; 
	COLOR: #003768; 
	LINE-HEIGHT: 15px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: helvetica, arial, san-serif
}
.bio_p
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	MARGIN-LEFT: 30px; 
	COLOR: #272727; 
	LINE-HEIGHT: 15px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: helvetica, arial, san-serif
}
#home_text
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #002f5d; 
	LINE-HEIGHT: 17px; 
	FONT-STYLE: italic; 
	FONT-FAMILY: helvetica, arial, san-serif; 
	TEXT-ALIGN: center
}
/* ---------------- Contact and Request Sample Pages section ----------------*/
.form_text
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	COLOR: #272727; 
	LINE-HEIGHT: 15px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: helvetica, arial, san-serif
}
.form_addr
{
	FONT-WEIGHT: normal; 
	COLOR: #762123; 
	FONT-STYLE: normal
}
.form_company_name
{
	FONT-WEIGHT: bold; 
	COLOR: #762123; 
	FONT-STYLE: normal
}
/* ---------------- Grid View section ----------------*/
.grid_body
{
	background-color:White;
	width: 700px;
	height: 10px;
	font-family: helvetica,arial,san-serif;
	font-size: 12px;
	color: #272727;
	border-style:none;
}
.grid_header
{
	background-color:White;
	width: 700px;
	height: 15px;
	font-family: helvetica,arial,san-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003768;
	border-color: Black;
	border-style:none;
	border-width: 1px;
}
/* Links */
a:link {color:#ffffff;
	text-decoration: none;}
	
a:active {color:#ffffff;
	text-decoration: none;} 

a:visited {color:#ffffff;
	text-decoration: none;}
	
a:hover
{
	background-color: #709ec7;
	color: White;
}	