body {
	background-color: #ffffff;
	font-family: Times New Roman, Arial;
	font-size: small;
	color: #555555;
	background-color: #efefef;
	margin-left: 0px;
	margin-top: 2px;
}

td {
	background-color: #FFF;
}

td.list {
	background-color: #F9F4DD;
}

td.main {
	background-color: #fff;
}

td.contact {
	background-color: #E0E2ED;
}

a {
	text-decoration: none; 
   	color: #8D7573;	
}

a:visited {
	text-decoration: none; 
   	color: #8D7573;	
}

a:hover {
	text-decoration: none; 
   	color: #6F0FE3;	background: #FFEE97;
}


a.mail {
	text-decoration: none; font-weight: bold;
   	color: #6F0FE3;	background: #FFEE97;
}

a.mail:visited {
	text-decoration: none; font-weight: bold;
   	color: #6F0FE3;	background: #FFEE97;
}

a.mail:hover {
	text-decoration: none; 
   	color: #8D7573;	background: #FFEE97;font-weight: bold;
}

ul {
	list-style-image: url(images/bullet.gif); 
	color: #640000; line-height: 200%;

}

.large {
	font-weight: bold;font-family: serif; Arial;
	color: #404887;
}


hr {
	border-style: solid; border-width: 1px;border-color: #eeeeee; 
}


