BODY {
	margin: 0em;
	padding: 0em;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 0px;
	border-style: none;
}

INPUT,TEXTAREA,SELECT {
	font-size: 12px;
}

A,A:visited {
	color: #000066;
	text-decoration: none;
}
A:hover {
	color: #000066;
	text-decoration: underline;
}

HR {
	height: 1px;
	color: #14518A;
}

A.black:visited {
	color: #3999D9;
}
A.black:hover {
	text-decoration: underline;
	color: #3999D9;
}

.title {
	font-size: 18px;
	color: #A36033;
	text-align: right;
	font-weight: bold;
	padding: 2px;
}

.subtitle {
	font-size: 15px;
	color: #A36033;
	padding: 2px;
	font-weight: bold;
	font-style: italic;
}

.menublack {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

A.menu,A.menu:visited {
	text-decoration: none;
	color: #000000;
}
A.menu:hover {
	text-decoration: none;
	color: #000000;
}

.maintext {
	font-size: 12px;
	text-align: justify;
	padding: 2px;
}

.formtext {
	font-size: 12px;
}

.forminput {
	font-size: 12px;
}

.button {
	background-color: #C0C0C0;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	font-size: 11px;
	padding: 5px;
	color: #000;
	width: 60px;
	text-align: center;
}