td, a, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a:link, a:visited, a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
body {
	background-color: #000E28;
	background-image: url(images/bluetile.gif);
	background-repeat: repeat;
}


a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.black {
	background-color: #000000;
}
.white {
	background-color: #FFFFFF;
}
.redText {
	color: #FF0000;
}
.padded {
	padding: 3px;
}