BODY { 
	margin: 0 0 0 0;
	background-color: #CEDABF;
}

body, p, div, td {
	font-family: arial, Sans-serif;
	font-size: 10pt;
}

A:link { color: #0C3600; text-decoration: underline; }
A:visited { color: #0C3600; text-decoration: underline; }
A:hover { color: #DB1D38; text-decoration: underline; }

.nav {
	font-size: 11pt;
}

A.nav:link { color: black; text-decoration: none; }
A.nav:visited { color: black; text-decoration: none; }
A.nav:hover { color: #0C3600; text-decoration: underline; }

H1, .HD1 {
	font-size: 13pt;
}

H2, .HD2 {
	font-size: 12pt;
}

H3, .HD3 {
	font-size: 11pt;
}

.attention {
	font-size: 120%;
	color: #DB1D38;
}

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

@media screen {
	.mainTable { 
		width: 785px;
	}
	.PrintMe { 
		overflow: hidden; 
		visibility: hidden; 
		display: none; 
	}

}

@media print {
	.mainTable { 
		width: 100%;
	}
	.dontPrintMe { 
		overflow: hidden; 
		visibility: hidden; 
		display: none; 
	}
}
