body {
	background: url(images/bg.gif) repeat-x top center;
	background-color : #0e2132;	
	margin: 0px;
	padding: 0px;
	
}

html {
     overflow: -moz-scrollbars-vertical;
}

p, td, li
{
	font-family: arial, Trebuchet MS;
	font-size: 12px;
	color: #57676a;
	line-height : 16px;
}

h2 { 
	font: normal 150% Georgia, "Times New Roman", Times, serif; 
	color: #2e5982; 
	margin-bottom: 4px;

}

th { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13px;	
	font-weight: bold;	
	color: white; 
	background-color : #2e5982;	
	text-align:left;
}

.products { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;	
	color: #2e5982; 
	margin-bottom: 0px;
	font-weight: bold;
}

a {
	text-decoration:none;
	font-weight: bold;			

}
a:link {
	text-decoration:none;
	color:#2e5982;
	font-weight: bold;			

}
a:visited {
	text-decoration:none;
	color:#2e5982;
	font-weight: bold;		
}
a:hover {
	text-decoration:underline;
	color:#008fe3;
	font-weight: bold;			
}

.footer2
{
	font-family: Trebuchet MS, arial;
	font-size: 11px;
	color: #bacddb;
	margin-top: 5px;
}

a.footer { 	text-decoration:none; color:#3884c8; 	font-weight: normal; }
a.footer:link { 	text-decoration:none; color:#3884c8; 	font-weight: normal; }
a.footer:visited { 	text-decoration:none; color:#3884c8; 	font-weight: normal; }
a.footer:hover { 	text-decoration:none; color:#a3bbcf; 	font-weight: normal; }

a.products { 	text-decoration:none; color:#2e5982; 	font-weight: bold;}
a.products:link { 	text-decoration:none; color:#2e5982; 	font-weight: bold;}
a.products:visited { 	text-decoration:none; color:#2e5982; 	font-weight: bold;}
a.products:hover { 	text-decoration:underline; color:#2e5982; 	font-weight: bold;}


