/* CSS Document */

body {
	margin:0;
	background-image: url(../images/bg.gif);
	background-color: #3234B2;
}
td,th,table{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
.bodytext{
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.footer{
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	color: #FFFFFF;
}
.form{
	font-family: verdana;
	height: 20px;
	width: 200px;
	border: 1px groove #FFFFF0;
	background-image: url(../images/form_bg.gif);
}
.form1{
	font-family: verdana;
	height: 75px;
	width: 275px;
	border: 1px groove #FFFFFF;
}
.send{
	font-family: verdana;
	height: 20px;
	width: 50px;
	border: 1px groove #FFFFFF;
	font-weight: bold;
	background-image: url(../images/form_bg.gif);
	text-decoration: none;

}
.Help{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #F5DC2C;
	line-height: 17px;
}
.Help:hover{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.downloadLink{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #FFC140;
	font-weight: bold;
}
.downloadLink:hover{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	color: #FFC140;
	font-weight: bold;
}