BODY { 
	margin: 0 0 0 0;
	background-color: white;
	font-family: arial, Sans-serif;
	font-size: 10pt;
}

td { font-size: 90%; }

A:link { color: #000080; text-decoration: none; }
A:visited { color: #000080; text-decoration: none; }
A:hover { color: #DB1D38; text-decoration: underline; }

A.navbar:link { color: white; text-decoration: none; }
A.navbar:visited { color: white; text-decoration: none; }
A.navbar:hover { color: #FFF761; text-decoration: underline; }

.HD1 {
	font-size: 18pt;
}

.HD2 {
	font-size: 14pt;
}

.HD3 {
	font-size: 12pt;
}

.attention {
	font-weight: bold;
	font-size: 10pt;
	color: #962D21;
}

table.contacttable {
	background-color: yellow;
}

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

A.copyright:link { color: #AFAFAF; text-decoration: none; }
A.copyright:visited { color: #AFAFAF; text-decoration: none; }
A.copyright:hover { color: #AFAFAF; text-decoration: none; }


/* 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 */