
BODY {
		background : #E8F8EA;
	font-size : 13px;
	font-family : sans-serif;
	color : Silver;
	}

DIV.error {
	font-size : 11px;
	color : #0000CD;
	font-weight : bolder;
}


 
TABLE {
	background : White;
	border : solid;
	border-color : #B0C4DE;
	border-width : 1px;
	}
INPUT, TEXTAREA {
	background-color : #D3D3D3;
	color : Black;
	border: 1px solid black;
	font-weight:bold;
	font-size:12px;
}

 SELECT{
	background-color : #D3D3D3;
	color : Black;
	border: 1px solid black;
	font-size:12px;
}


TEXTAREA:focus {
	background-color : white;
}

INPUT:focus {
	background-color : white;
}
SELECT:focus {
	background-color : white;
}


TD.contactboxes {
	background : #996666;
	padding : 0px 0px 0px 50px;
	
}

DIV.thanks {
	font-family : sans-serif;
	color : Silver;
	font-size : 10px;
	font-weight : 600;
	
}
DIV.abouttitle {
	font-size : larger;
	font-family : sans-serif;
	font-weight : bolder;
	padding-top : 10px;
	padding-left : 20px;
	text-decoration : underline;
	}
	
DIV.bodytext {
	padding-left : 20px;
	padding-right : 40px;
}
DIV.contactinfo {
	padding-top : 50px
	
}
TR.firsttable {
	padding-top : 10px;
	padding-left : 20px;
}
DIV.copyright {
	font-family : sans-serif;
	font-size : 13px;
	color : Black;
}
TD.firstrow {
	background-color : #CC9999;
	color : #DCDCDC;
	font-size : 13px;
	font-family : sans-serif;
}
TD {
	background-color : #996666;
	font-size : 13px;
}
.BOTTOM { font-size:12px; color:#696969; text-decoration:none; font-weight:normal; }
.BOTTOM A { font-size:12px; color:#696969; text-decoration:none; font-weight:normal; }
.BOTTOM A:HOVER { color:#696969; text-decoration:underline; font-weight:normal; }

#newstext{
	color: #000;
	float :left;
	width: 600px;
	padding-top: 10px;
	margin :0px;
	height: 425px;
	padding-left : 10px;
}
#newstext h1{
	font-size: 15px;
}
#newstext A{
	font-size:12px; color:Silver; text-decoration:none; font-weight:normal; 
}
#newstext A:Hover{
	text-decoration: underline;
	color: #FFA500;
}

.main{
background-color:#996666;
padding-top: 30px;
padding-left: 10px;
}
#newsbox{
	border-top: 1px solid black;
	margin-right: 40px;
	color: black;
	}
#newsbox p{
	Padding-top: 3px;
	margin-top: 3px;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

a.collink{
	color: white;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a.collink:hover{
	text-decoration:none;
	color:gray;
	font-size:12px;
	font-weight:bold;
}