/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #474724;
	background-image: url(/img/back.jpg);
	background-repeat: repeat-x;
}

li
{
	list-style-image: URL('img/bullet.jpg')
}

.bottom {color: #cccc99}

a.bottom:link {
	color: #cccc99;
	text-decoration: none;
}

a.bottom:visited {
	color: #cccc99;
	text-decoration: none;
}
a.bottom:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottom:active {
	color: #cccc99;
	text-decoration: none;
}

.sub {
	color: #663333;
	font-weight: bold;
	font-size:14px;
}

.subsmall {
	color: #663333;
	font-weight: bold;
	font-size:11px;
}
.style2 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.style3 {
	color: #996600;
	font-weight: bold;
}
.style4 {
	color: #CCCC00;
	font-weight: bold;
}
.style6 {color: #999999; font-weight: bold; }

.style7 {font-size: 9px}

a:link {
	color: #663333;
	text-decoration: none;
}

a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: #cccc99;
	text-decoration: none;
}
a:active {
	color: #663333;
	text-decoration: none;
}

.cssButton {
	color: #FFFFFF;
	background-color: #474724;
	border: 1px solid #FFFFFF;
	padding: 1px;
	font-size:10px;
}
.err
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0033;
}
