
/* general stuff */
img	{ display: block; border: 0; }
body,p,table,tr,td { font: 12px Arial, Helvetica, sans-serif; }
body { background-color: #CCCCCC; }
h1, h2, h3, h4 {
	color:#000055;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

/* specific text areas  */
.copyright {font-size:9px;}
.newsdate {font-size:9px;}
.sidebar {color:#000000;}

.fld input,.fld select{
	font: 8pt Verdana;
	color:#000000;
	border: 1px #666666 solid;
}
.menubutton{
	border: 1px #876829 solid;
	width:	20px;
	font:		10px Arial;
	background-color: #eeeeee;
	color:	#000000;
}
/* bg colors */
.shadow{ background-color: #999999; }
.lightaccent{ background-color: #EFCDA7; }
.darkaccent{ background-color: #E4AC6C; }

/* links */
a:link, a:visited {
	color: #0000EE;
	font-size: 12px;
}
a:hover {
	color: #003366;
	font-size: 12px;
}
a:active{
	color: #0000EE;
	font-size: 12px;
}

a.copyright:link, a.copyright:visited, a.news:link, a.news:visited{
	color: #0000EE;
	font-size: 9px;
}
a.copyright:hover, a.news:hover{
	color: #003366;
	font-size: 9px;
}
a.copyright:active, a.news:active{
	color: #0000EE;
	font-size: 12px;
}

/* forms */
.button
{ border: font-size: 11px; color: #FFFFFF; font-weight: normal; font-family: arial; background-color: #CC0000; text-decoration: none;
} 