/* Main CSS */

body,td,th {
	font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3e3e3e;
}

.H1 {
	font-size:12px;
	font-weight:bold;
}

.sitebox {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
	width:775px;
	
}

.smallbox {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	width:737px;
	background-color:#FFFFFF;
}


.innerbox {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:4px 4px 4px 4px;
	border-color:#FFFFFF;
}

.innerbox2 {
	background-color:#5e5e5e;
	border-style:solid;
	border-width:4px 4px 4px 4px;
	border-color:#5e5e5e;
}

.bground {
	background-image:url(images/bg_gradient.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

.bgroundline {
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	font-size:10px;
}


/*Footer*/

.footertext {
font-family:Arial;
font-size:9px;
color:#999999;
}

a:link {
	color:#00CC33;
	text-decoration: none;
}
a:visited {
	color:#009933;
	text-decoration: none;
}
a:hover {
	color:#00CC00;
	text-decoration: none;
}
a:active {
	color:#00CC33;
	text-decoration: none;
}

a.footerlink:link {
	color: #787878;
	text-decoration: none;
}
a.footerlink:visited {
color: #787878;
	text-decoration: none;
}
a.footerlink:hover {
	color: #999999;
	text-decoration:underline;
}
a.footerlink:active {
	color: #787878;
	text-decoration: none;
}

a.footerlink2:link {
	color:#5f8663;
	text-decoration: none;
}
a.footerlink2:visited {
color:#5f8663;
	text-decoration: none;
}
a.footerlink2:hover {
color:#5f8663;
	text-decoration:underline;
}
a.footerlink2:active {
	color:#5f8663;
	text-decoration: none;
}