/*
  Wooded CSS
*/

 /* General page style. */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #373324;
}

/* General font families for common tags */
li, font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	font-weight: 400;
}
a:link, a:active, a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #800000; }
hr	{ height: 0px; border: solid #CCCC99 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #336633 solid; }

/* Headers */
H3 { font-weight: bold; font-size: 14px; color : #F7A629}
H2 { font-weight: bold; font-size: 13px; color : #F7A629}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color : #000000; }
a.gen, a.genmed, a.gensmall { color: #D1A3A3; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #D1A3A3; text-decoration: underline; }
.genstart { font-size : 13px; font-weight: bold; }
li.gen { text-indent: 5px; }

/* PageHeader */
.pageheader			{ font-weight: normal; font-size: 12px ; letter-spacing: 1px; color : #336633}

/* The headers */
.header			{ font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #333333}

/* Column header */
.colheader			{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.colheader:link	{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.colheader:hover	{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.colheader:visited	{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}

/* Select */
.select			{ font-weight: normal; font-size: 10px ; letter-spacing: 1px; color : #8C6D21}

/* Bottom links */
.blink			{ font-weight: normal; font-size: 10px; color : #000000}
a.blink:link	{ font-weight: normal; font-size: 10px; color : #000000}
a.blink:hover	{ font-weight: normal; font-size: 10px; color : #000000}
a.blink:visited	{ font-weight: normal; font-size: 10px; color : #000000}

/* Copyright */
.copyright			{
	font-weight: normal;
	font-size: 10px;
	color : #B2AC81;
	text-decoration: none;
}
a.copyright:link	{
	font-weight: normal;
	font-size: 10px;
	color : #CCCC99;
	text-decoration: none;
}
a.copyright:visited	{ font-weight: normal; font-size: 10px; color : #8E8967}
a.copyright:hover	{ font-weight: normal; font-size: 10px; color : #F7A629}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #414029;
	list-style-type: square;
}
