@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.gif);
	background-repeat: repeat;
	background-attachment:fixed;
	background-color: #000;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #404040;
	font-size:12px;
	font-style:12px;
}

a {
color:#404040;
text-decoration: underline;
}

a:hover{
	color: #F30;
	text-decoration: none;
}

.header {
	font-size:15px;
	color: #0000000;
	text-transform:none;
}

.headertwo {
	font-size:12px;
	color: #F30;
	font-weight: bold;
}

.subhead {
	color: #F30;
	text-transform:uppercase;
	font-weight: bold;
}

.footer {
	font-size:9px;
}

#textarea {
    position:relative;
	width:478px;
	height:327px;
}
