/* font settings */
body {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 10px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

ul {}
.text ul li
{
	font-size: 10px;
	margin-left: 12px;
	list-style: disc;
}
.text, .welcome
{
	line-height: 16px;
}
ol {}
p { 
	clear: left;
	margin: 0 0 10px;
	font-size: 10px;
}
sup, .text sup
{
	font-size: 7px;
	font-weight: bold;
	vertical-align: top;
}
sub, .text sub
{
	font-size: 7px;
	font-weight: bold;
	vertical-align: bottom;
}
i { font-style: italic; }
b { font-weight: bold; }
/* keep this order, hover must always come after link and/or visited, active must come after hover to be effective */
a:link {} 
a:visited {}
a:hover {}
a:active {}

/* put other classes here, with the font-specific properties only. All box-model and/or other properties must be placed elsewhere */
.intro
{ font-weight: bold; }

.page-title
{
	color: #FFccaa;
	font-weight: normal;
	font-style: italic;
	font-family: Arial, sans-serif;
	font-size: 24px;
}

.button
{
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	font-size: 9px;
}
.field-error
{
	color: #ff0000;
}
.logo h2
{
	font-size: 11px;
	font-weight: bold;
	color: #ba5a0b;
}
.latest-news
{
	color: #ba5a0b;
	font-size: 10px;
	font-weight: bold;
}
.latest-news ul li
{
	list-style: none;
	padding-left: 30px;
	margin-bottom: 5px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.latest-news ul li a{
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #000;
}
.latest-news ul li a:hover { text-decoration: underline; }

.main-menu li a
{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#nav ul li {
	font-size: 9px;
}
.current
{
	font-weight: bold;
}
.footer ul li a
{
	color: #fff;
	font-size: 9px;
	text-decoration: none;
}

.spotlight
{
	font-size: 9px;
	color: #fff;
	line-height: 14px;
}
.home-contact span { font-size: 9px; }
.footer ul li a:hover { text-decoration: underline; }
.footer ul li { color: #fff; }
