/* designed & produced by felix corke, email me at felix at blackspike.com ©2003 */


body, table, tr, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: white;
}
table, tr, td, p {
	font-size: 100%;
}


a:link {
	color: #e7b158;
	text-decoration: none;
}
a:visited {
	color: #e7b158;
	text-decoration: none;
}
a:hover {
	color: #e7b158;
	text-decoration: underline;
}
a:active {
	color: #e7b158;
	text-decoration: underline;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 140%;
	color:white;
	font-weight: bold;
	padding:3px 0px 3px 3px
}
h1.news {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 130%;
	color: white;
	font-weight: bold;
	background-color: #e7b158;
	width:100%;	
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	color: white;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
li, ol, ul{
	color: white;
	/*list-style-image: url(images/bullet.gif);*/
	}
hr{
	color:#FFFFFF;
	height:1px;
	width: 98%;
}
#newsBox{background-color:#333333; padding:3px}