/* user_agent : Mozilla/4.0 (compatible; MSIE 5.5; Windows 98) */

/* link alterations */

a:link				{ color: #0000FF; }
a:visited			{ color: #3300FF; }
a:hover				{ color: #FF0000; }
a:active			{ color: #FF0000; }
a.sidemenu:link  		{ color: #FFFFFF; text-decoration: none; }
a.sidemenu:visited		{ color: #FFFFFF; text-decoration: none; }
a.sidemenu:hover		{ color: #FFFF00; }
a.sidemenu:active		{ color: #FFFFFF; }
a.bgblack:link  		{ color: #FFFFFF; text-decoration: none; }
a.bgblack:visited		{ color: #FFFFFF; text-decoration: none; }
a.bgblack:hover		{ color: #FFFF00; }
a.bgblack:active		{ color: #FFFFFF; }

/* Default styles for all pages */
BODY, TABLE, TR, TD
{
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 0px;
	background-color: #FFFFFF;
	border: 0;
}



.headerimage
{
	color: #000000;
	background-image: url("headersun.jpg");
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.footerimage
{
	font-size: 10px;
	color: #aaaaaa;
	background-image: url(footersun.jpg);
	background-color: #009900;
	background-position: center center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}



/* Left side formatting, menu formatting */
.sidemenu {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #307000;
	border: 1px none #FFFFFF;
}
.leftside {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}
.leftsideborder
{
	color: #FFFFFF;
	background: #000000 fixed;
	border: 1px solid #000000;
}



/* Formatting of text areas for text areas */
.rightside {
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 8px;
}
.rightsidetext {
	padding-left: 13px;
	padding-right: 5px;
	text-align: left;
}
.rightsidetext h4
{
	background: transparent;
	color: #000;
	font-size: 12px;
}



/* yellow stripe for text titles */
.generaltitle h5
{
	background: transparent;
	color: #000;
	margin: 0;
	font-size: 14px;
}
div.generaltitle div.title {
	margin-bottom: 0px;
	padding: 0;
	border-bottom: 1px solid #fff;
	background: url(td-title.png) repeat-x left top;
}
div.generaltitle div.title h5 {
	color: #000;
	font-weight: bold;
	background: url(td-endhalfcircle.png) no-repeat left top;
	padding-top: 0.35em;
	padding-right: 0.7em;
	padding-left: 1em;
	padding-bottom: 0.8em;
}


.bgblack
{
	background: #000000;	
	color: #FFFFFF;
	font-weight: bold;
}
IMG {
	border: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.header {

	background: #FFFFFF;
}
.footer {
	background: #FFFFFF;
	font-size: smaller;
}

