body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

a:link {
	font-weight: bold;
	color: #8080FF;
}

a:visited {
	font-weight: bold;
	color: #8080FF;
}

a:hover {
	font-weight: bold;
	color: #FF0000;
}

a:active {
	font-weight: bold;
	color: #FF0000;
}

.footer {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.footer a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}

.footer a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.mainBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.main {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;

}h3 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;


}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.submit {
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;





}
.border {
	border: 1px solid #000000;
}

