@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	top: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #A4A477;
	background-repeat: repeat;
	text-align: center;
	
}
#container{
	margin: 0 auto;
	width:780px;
	text-align:left;
}
a:hover {
	color: #FFFDF4;
	text-decoration: none
}
a:link {
	color: #062834;
	text-decoration: none;
}
a:visited {
	color: #FFFCF5;
	text-decoration: none;
}
hr{
	color:#000000;
}
ul {
	list-style-position: inside;
	color: #00050C;
	list-style-type: disc;
}
#tbl {
	background-color:#BABA98;
	width:780px;
	border-left: solid #00050C 1px;
	border-right: solid #00050C 1px;
	border-top: solid #00050C 1px;
	border-bottom: solid #00050C 1px;
}
#footer{
	font-size:9px;
}
h1{
	font-size:14px;
	font-weight:bold;
}	
#bFont{
	font-weight:bold;
}	
#redColor{
	color:#FF0000;
}	
#tdMargins{
	padding: 0 10px 0 3px;
}	
