html,body {
	width: 100%;
	background-color: white;
	text-align: left;
	font: 12px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#mainContainer {
	clear: all;
	width: 760px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.content {
	width: 750px;
	text-align: left;
	margin: 0px 5px 20px 5px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}


.content h2 {
	text-align: left;
	font-size: 16px;
	color: #2c3a76;
	font-weight: bold;
	display: block;
	margin: 0px 0px 8px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}





#products {
	clear: all;
	display: none;
	width: 760px;
	height: 1px;
	color: #000;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}


a 	    {  font: 11px Tahoma, Verdana, Helvetica, Sans-serif; font-weight: regular; 
	       text-decoration: underline; color: #7b7b7b; }
a:visited   {  color: #7b7b7b; text-decoration: underline;  }
a:active    {  color: #7b7b7b; text-decoration: underline;  }
a:hover	    {  color: #7b7b7b; text-decoration: none;  }

/*
#products a 	    {  font: 12px Tahoma, Verdana, Helvetica, Sans-serif; font-weight: bold; text-decoration: underline; color: #fff; }
#products a:visited   {  color: #fff; text-decoration: underline;  }
#fproducts a:active    {  color: #fff; text-decoration: underline;  }
#products a:hover	    {  color: #fff; text-decoration: none;  }
*/



#footer {
	clear: all;
	width: 760px;
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #2c3a76
}







