/*-----------------tags------------------*/
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:;
	font-size: 12px;
	color:#333333; 
	text-align: center;
	background-color: #F3ECDD;
}
td {
	font-size: 12px;
	font-weight: bold;
	text-align: center; 
}
	
img {
	border: 1px solid #666666;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
/*-------------pseudoclasses---------------------*/
a:link {
	color: #2E2E8A;
	text-decoration: none;
}
a:visited {
	color: #2E2E8A;
	text-decoration: none;
}
a:hover {
	color: #2E2E8A;
	text-decoration: underline overline;
}
a:active {
	color: #2E2E8A;
	text-decoration: none;
}
