/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFF00;
}
.header_tbl {
	border-bottom: 1px solid #FF0000;
}
.description {
	text-align: left;
	width: 670px;
}
h1 {
	color: #FF0000;
}


body {
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
p {
}
.copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 670px;
	border-top: 1px solid #FF0000;
}
.copyright a {
	text-decoration: none;
}
.nav {
	color: #FF0000;
}
.nav a {
	color: #FFFF00;
	background: #FF0000;
	font-size: large;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
.nav a:visited {
	color: #FFFF00;
	background: #FF0000;
	text-decoration: none;
}
.nav a:link {
	color: #FFFF00;
	background: #FF0000;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFF00;
	background: #CC0000;
	text-decoration: none;
}
.nav a:active {
	color: #FFFF00;
	background: #FF0000;
	text-decoration: none;
}

label {
	text-transform: capitalize;
	color: #FF0000;
	text-align: right;
	padding-right: 5px;
	display: block;
}
