@charset "utf-8";
/* Sample CSS for proper design of buttons on a background image
Created by Pete Lamonica and Emilie Ohanian with images courtesy of Emilie Ohanian
Images are property of their owners and may not be redistributed without permission.

Code is property of Pete Lamonica and by Emilie Ohanian may be redistributed and modified, but credit must be given
to the author.
 */

body {
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0; 
	border:0; 
	pattern:0;
}
textStyle2{
	font-weight: normal;
	}
a{
	color:#FFFFFF;
	text-decoration:none;

}
a.hover{
	text-decoration:underline;
}
table{
	width: 855px;
}
td{
text-align: center;
}

#tester{
color: #000000;
background-color:#66CCFF;
}

#textStyle{
	text-align: left;
}
/* Hides the header and footer - this will show up when styles are removed */
#header {
	display:none;
}


#footer {
	display:none;
	vertical-align: bottom;
}

.error {
	color: #FF0000;
}


