body {
	
	background-color: #c9c9c9;
	background-image: url("images/bg.jpg");
	background-position: top center;
	background-repeat:repeat-x;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	scrollbar-face-color: #093691;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-highlight-color: #666666;
    scrollbar-3dlight-color:CCCCCC;
    scrollbar-darkshadow-color: #666666;
   	scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF; 
	text-decoration:none;
	
}
.contact_bkg {
	background-image:url(images/contact_image.png);
	background-repeat:no-repeat;
	background-position:top;

}
.left_border_stretch {
	background-image: url(images/left_content_bdr_stretch.png);
	background-repeat:repeat-y;
	background-position:top;

}



.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #666666;
	font-weight: 400;
	text-align: left;
}

.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666666;
	font-weight: 600;
	text-align: left;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
}

.italic_sm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:italic
}

.blue_12pxbold {
	font-size: 12px;
	font-weight: bold;
	color: #093691;
}

.blue_14pxbold {
	font-size: 14px;
	font-weight: bold;
	color: #202A55;

}
.white_14pxbold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;		
}
.red_14pxbold {
	font-size: 12px;
	font-weight: bold;
	color: #C00000;		
}
.gray_14pxbold {
	font-size: 12px;
	font-weight: bold;
	color: #333333;				
}
a:link
{
	color: #202A55; 
}
a:visited
{
	color: #666; 
} 
a:active 
{
	color: #999;
}
a:hover 
{
	color: #333;

}

.img_padding
{
	padding-right: 10px;
	padding-bottom: 10px;
	
}
.img_padding_top_bottom
{
	padding-top: 12px;
	padding-bottom: 6px;
}
	
