BODY { 
	margin: 0 0 0 0;
	background-color: white;
	font-family: arial, Sans-serif;
	/*font-size: 1.1em;*/
}


.navbar {
	font-size: 10pt;
	color: #FFFFFF;
}
A.navbar:link { color: #FFFFFF; text-decoration: none; }
A.navbar:visited { color: #FFFFFF; text-decoration: none; }
A.navbar:hover { color: #FFF761; text-decoration: underline; }

.copyright {
	font-size: 7pt;
	color: gray;
}

A.copyright:link { color: gray; text-decoration: none; }
A.copyright:visited { color: gray; text-decoration: none; }
A.copyright:hover { color: blue; text-decoration: underline; }

.white {
	color: white;
}




/* contact form start */

table.contacttable {
	background-color: #E3E1E1;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.contactinput,
.contactarea {
	width: 300px;
}

.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 11px;
}

/* contact form end */
