body {
	background-position: 0px 0px;
}
.txtrg {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-transform: capitalize;

}
.txtrn {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}
.txtnn {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
input {
	border:1px solid #70706E;
	font-family: Arial;
	font-size: 12px;
	padding:2px;
	color: #000000;
}
select{
	border:1px solid #70706E;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

textarea{
	border:1px solid #70706E;
	font-family: Arial;
	font-size: 12px;
	padding:5px;
	color: #000000;
}
.menu {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 17px;
}
a:link.menu {
	font-family: Arial,;
	color: #000000;
	text-decoration: none;
	font-size: 17px;
}
a:hover.menu {
	font-family: Arial,;
	color: #FF0000;
	text-decoration: none;
	font-size: 17px;
}
