body {
	margin: 0px ;
	margin-bottom: 10px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: #990000 ;
	background-position: left ;
	background-repeat: repeat-y ;
	color: #ffffff ;
}

table {
	border-collapse: none ;
}

td {
	font-size: 12px ;
	vertical-align: top ;
}

h1 {
	font-size: 21px ;
	font-weight: bold ;
	text-align: right ;
	border-bottom: 2px solid #9E0000 ;
	color: #9E0000 ;
	padding: 3px 3px ;
	padding-top: 0px ;
	margin-left: 20px ;
	margin-top: 0px ;
	font-family: tahoma ;
}

h2 {
	font-size: 16px ;
	font-weight: bold ;
	margin: 0px ;
}

h3 {
	font-size: 12px ; 
	font-weight: bold ;
}

a:link {
	color: #ffffff ;
}

a:active, a:visited {
	color: #cccccc ;
}

a:hover {
	color: #ffff00 ;
}

#top {
	width: 750px ;
	margin: auto ;
}

#nav {
	background: #bbbbbb ;
	width: 750px ;
	margin: auto ;
	text-align: center ;
}

#content {
	padding: 15px ;
	background: #ffffff ;
	border-top: 1px solid #000000	
}

.button {
	background: #FFFA58 ;
	border: 1px solid #236998 ;
	padding: 2px 4px ;
	margin: 5px 10px ;
	text-align: left ;
}

.buttonup {
	background: #ffffff ;
	border: 1px solid #EA0000 ;
	padding: 2px 4px ;
	margin: 5px ;
	text-align: left ;
}

a.botLink:link, a.botLink:active, a.botLink:visited {
	color: #FFAE6B ;
	font-weight: bold ;
	font-family: verdana ;
	text-decoration: none ;
	font-size: 10px ;
	text-transform: capitalize ;
}

a.botLink:hover {
	color: #ffffff ;
	text-decoration: underline ;
}