body {
	margin: 0px;
	background-color: #000000;
	overflow: scroll;

}
a {
	text-decoration: none; 
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
hr {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
p {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
td {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	line-height: normal;
}
.intro {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #000000;

}

.small {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: normal;
	font-weight: bold;

}
form {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.formInput {
	width: 175px;
	border: 1px solid #333333;
	height: 20px;
	padding: 2px 2px 2px 5px;

}
.formField {
	width: 250px;
	border: 1px solid #333333;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;

}
.px65 {
	width: 65px;
}
.px140 {  
	width: 140px;
}
.px100 {
	width: 100px;
}
.px210 {
	width: 210px;
}
.overFlow {
	height: 381px;
	width: 383px;
	overflow: auto;
}
.fadeObj {
	filter: alpha(opacity=0);
	width:100%;
	height:100%;	
}
.tbalpha {
	filter: Alpha(Opacity=50);
}
#textcontainer{
	width:99%;
	height:99%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	visibility: visible;
}
#counter{
	width:100px;
	height:10%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 85%;
	visibility: visible;
	background-position: bottom;

}
.black {
	color: #000000;
}
