.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1{
	font-size: 15px;
	color: #FFFFFF;
	margin: 2px;
}
body{
	margin: 00px;
	text-align: center;
	background-image: url(images/bg_main.gif);
}
a{
	color: #FFFFFF;
	text-decoration:none;
}
a:hover{
	color: FFFC00;
	text-decoration:underline;
}
.inp{
	font-size: 10px;
	border: solid #2B2B2B 1px;
}
form{
	margin: 00px;
}
.link1{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-left: 10px;

}
.link1:hover {
	color: #000000;
	background-color: #D7E9B6;
	height: 100%;
	width: 100%;
	padding-left: 10px;
}
.link2{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.link2:hover{
	color: orange;
}
.img{
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
}
.link3{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.link3:hover{
	color: red;
	text-decoration: underline;
}