body {
	
	margin-top:10px;
	background-image:url(../images/bg.jpg)
}

.topMenu, .topMenu A {
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
.topMenu A:hover {
	font-family:Tahoma,Verdana,Arial;
	font-size: 10pt;
	font-weight:bold;
	color: #D6D6D6;
	text-decoration:none;
	text-align:center;
}
.title {
	font-family:Verdana, Tahoma,  Arial;
	font-size: 10pt;
	color:#053873;
	font-weight:bold;
	text-decoration:none;	
}
.content {
	font-family:Verdana, Tahoma,  Arial;
	font-size: 9pt;
	color:#000000;
	text-decoration:none;	
}
.content A {
	font-family:Verdana, Tahoma,  Arial;
	font-size: 9pt;
	color: #070500;
	text-decoration:underline;	

}
.content A:hover {
	font-family:Verdana, Tahoma,  Arial;
	font-size: 9pt;
	color: #9F8F66;
	text-decoration:underline;	
}

.copyright, .copyright A {
	font-family:Verdana, Tahoma,Arial;
	font-size: 8pt;
	font-weight:normal;
	letter-spacing:0px;
	color: #7A7A7A;
	text-decoration:none;
	text-align:left;
}
.copyright A:hover {
	font-family:Verdana, Tahoma,Arial;
	font-size: 8pt;
	font-weight:normal;
	letter-spacing:0px;
	color: #7A7A7A;
	text-decoration:underline;
	text-align:left;
}
.input {
	font-family:Verdana, Tahoma,  Arial;
	font-size: 9pt;
	color:#000000;
	text-decoration:none;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:200px;
	max-width:200px;
	size:50px;
}
.textarea {
	font-family:Verdana, Tahoma,  Arial;
	font-size: 9pt;
	color:#000000;
	text-decoration:none;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:200px;
	max-width:200px;
	height:100px;
	max-height:100px;
	size:50px;
}
.submit{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:50px;
	height:20px;
	size:20px;
}