/* CSS Document */

body {
	background-color: #FFFFFF;
}

table {
	border: 0px;
	font: 14px Times New Roman, Times, serif;
	color: #613212;
}

a {
	font: 14px Times New Roman, Times, serif;
	color: #613212;
	text-decoration: none;
}
a:active {
	color: #613212;
}
a:visited {
	color: #613212;
}
a:hover {
	color: #613212;
	background-color: #CCCC99;
	text-decoration: underline;
}
a.none:hover {
	color: #613212;
	background-color: #transparent;
}

h1 {
color:#333333;
font: 20px Times New Roman, Times, serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;  
font-weight: bold;
}