body
{
	font-family: Verdana,Arial,san-serif;
	background: #EEEEEE; /* EEEEEE #B0C4DE;*/
	color:  ;
	font-size:10pt;
}

/* atm these a refs do not appply to anything! */

a
{
	color:blue;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	background:;
}

a:visted
{
	color:blue; 
	font-weight:bold;
	text-decoration:none;
	background:;
}

a:hover
{
	color:; 
	font-weight:bold;
	text-decoration:none;
	background:;
}

table
{
	font-family: Verdana,Arial,san-serif;
	background: ;
	color:  ;
	font-size:10pt;
	text-align:justify;
}

.titlebox
{
	background:#ffffff;
	font-size:24pt;
	font-style: oblique;
	font-weight:bold;
	font-variant: small-caps;
}

.subtitle
{
	font-size:14pt;
	color:#000080;
/*		font-weight:bold;*/
}

.subsubtitle
{
	font-size:14pt;
	font-weight:bold;
	text-decoration:underline;
}

.borderstyle
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.bgarea /* for header and left link areas */
{
	background:#ffffff;
}

/* need to find new link colours to fit with the green background */

a.links
{
	font-size:9pt;
	color:#000080;
	font-weight:bold;
	background:;
	font-variant:small-caps;
}

a.links:hover
{
	color:#0000dd;
	background:;
}

a.newslink
{
	font-size:8pt;
	color:#800000;
	text-decoration:none;
}

a.newslink:hover
{
	color:#dd0000;
	background:;
	text-decoration:underline;
}

a.bottomlink
{
	font-size:8pt;
	color:#000000;
	text-decoration:underline;
}

a.bottomlink:visted
{
	color:#000000;
	text-decoration:none;
}

a.bottomlink:hover
{
	color:;
	text-decoration:underline;
	background:#cccccc;
}

textarea
{
	font-family:Arial;
}

.newsdate
{
	font-style:italic;
	color:#bcef54;
	font-weight:bold;
}

.headerborder
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.header
{
	background-image: url(images/topgradient.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: ; 
}


.sidebarborder
{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.sidebar
{
	background-image: url(images/sidebar.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff; 
	/*border-left: thin solid #3cb371;*/
	/* add8e6 */
}


.newshr
{
	color:#ff0000;
}