Body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

img {
border:0px;
}

.bottomTxt{
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;

}

.IntroTxt{
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	line-height: 30px;
}

a.Download:link {color: #000000; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}

a.Download:active {color: #000000; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}

a.Download:visited {color: #000000; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}

a.Download:hover {color: #a6b2cc; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}

A:Link	        {color: #000000;text-decoration: underline;}
A:Visited	{color: #000000;text-decoration: underline;}
A:Hover	        {color: #646464;text-decoration: underline;}

input{
	border:1px solid #000000;
	background-color:#ffffff;
}
input:focus{
	background-color:#323232;
	color:#ffffff;
}
#subVerBut{
	border:1px solid #000000;
	background-color:#ffffff;
	cursor:pointer;
}
#subVerBut:focus{
	background-color:#323232;
	color:#ffffff;
	cursor:pointer;
}
textarea{
	border:1px solid #000000;
	background-color:#ffffff;
}
textarea:focus{
	background-color:#323232;
	color:#ffffff;
}