/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #231f20;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E66C2D;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.note {
	color: #231F20;
	font-style: italic;
}
.h3 {
	font-size:14px;
	font-weight: bold;
}
.h4 {
	color: #E66C2D;
	font-size:13px;
	font-weight: bold;
}