body, html{
text-align: center;	
margin: 0px 0px 0px 0px;
background-color: #cccccc;
height: 100%;
}

div#container{
background-color: #FFFFFF;	
width: 600px;
padding-left: 95px;
padding-right: 95px;
padding-top: 10px;
margin: 0 auto 0 auto;
text-align: left;
}

div#footer{
background-color: #eeeeee;	
width: 600px;
height: 25px;
margin: 5px;
text-align: center;
}

.testim{
background-color: #FFE685;	
width: 400px;
margin: 0;
padding: 35px;
text-align: left;
}

.form{
background-color: #FFFFFF;	
width: 450px;
margin: 0;
padding: 5px;
text-align: left;
}

p
{
font-family: Trebuchet MS;
font-size: small;
color: #333333;
	}

p.footer
{
text-align: center;
font-family: Trebuchet MS;
font-size: x-small;
margin: 50px 20px 20px 20px;
color: #333333;
	}	
		
h1
{
font-family: Trebuchet MS;
color: #B20000;
font-size: 250%;
text-align: center;
margin-top: 0px;
	}

h2
{
font-family: Trebuchet MS;
color: #202a58;
font-size: 150%;
text-align: center;
	}	
	
a:link, a:visited{
text-decoration: underline;
color: #333333;
}

a:hover, a:active{
text-decoration: underline;
color: #555555;
}		

a.ms:link, a.ms:visited{
text-decoration: none;
color: #333333;
}

a.ms:hover, a.ms:active{
text-decoration: none;
color: #555555;
}


ul
{
font-family: Trebuchet MS;
font-size: small;
font-weight: normal;
list-style-type:disc;
	}
	
ol
{
font-family: Trebuchet MS;
font-size: small;
font-weight: bold;
	}	
	
li{
font-family: Trebuchet MS;
font-size: small;
}

TABLE.prod { border-collapse: collapse; border: 3px  #2E3D80; }
TD    { 
	text-align: left; 
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 11px;  
	}
	
TH   { 
	text-align: left; 
	font-family: Trebuchet MS;
	color: #fff;
	font-size: 11px; 
	background-color: #2E3D80;
	}	