/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.select {
     color:#822B33;
     background-color:#FFFFFF;
     font-size:14px;
     font-family:verdana;
     font-weight:bold;
}     
.Style1 {
	font-family: verdana;
	font-weight: bold;
	color: #822B33;
	font-size: 14px;
}
.submit {
	color: #FFFFFF;
	background-color: #822B33;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	width: 30px;
	height: 23px;
	text-align: center;
	border-width: 1;
	border-color: #FF7F00;
}
.copyright {
	font-family: verdana;
	color: #822B33;
	font-size: 11px;
}
