/* CSS Document */
body {
	background-color:#000000;
	font-family:Arial;
	font-size:14pt;
	text-decoration: none;
	margin-right: 17px;
	margin-left: 17px;
	margin-top: 25px;
}

a:link {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 22px;
}
a:visited {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 22px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-family: Arial;
	font-size: 16px;
	color: #0099CC;
	text-decoration: underline;
	line-height: 22px;
}


.title1 {
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	line-height: 100px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	text-align: center;
	letter-spacing: 10px;
	vertical-align: middle;
	
}
.formtxt {
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	text-decoration: none;
	font-family:Arial;
	font-size:16px;
	font-style:normal;
	line-height:22px;
	font-weight:normal;
		color: #FFFFFF;
	
}
.class2{
	text-decoration:none:
}
.class2 A:link{
	font-family: Arial;
	font-size: 14px;
	color: #0099CC;
	vertical-align: top;
	text-decoration: underline;
	line-height: 18px;
}
.class2 A:visited{
	font-family: Arial;
	font-size: 14px;
	color: #0099CC;
	vertical-align: top;
	text-decoration: underline;
	line-height: 18px;
}
.class2 A:hover{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	vertical-align: top;
	text-decoration: underline;
	line-height: 18px;
}
/*forms*/
.input {
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-color: #DFDFDF;
	width: 50px;
}
.button {
	background-image: url(../images/button.gif);
}

