body {
	margin: 0px ;
	margin-bottom: 15px ;
	font-family: tahoma, arial, sans-serif ;
	font-size: 12px ;
	background: url(images/navbg.gif) #ffffff ;
	background-position: top left ;
	background-repeat: repeat-y ;
	color: #000000 ;
}

table {
	border-collapse: collapse ;
}

input, textarea, select {
	font-size: 12px ;
	font-family: tahoma, arial, sans-serif ;
	font-weight: normal ;
}

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

.heading {
	background: #56221C ;
	padding: 2px 25px 2px 25px ;
}

h1 {
	font-size: 23px ;
	font-weight: bold ;
	text-align: right ;
	color: #c40000 ;
	font-family: verdana ;
	padding: 2px 10px ;
	border-bottom: 1px solid #c40000 ;
	margin-top: 0px ;
}

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

h3 {
	font-size: 13px ; 
	font-weight: bold ;
	margin-bottom: 3px ;
	text-decoration: underline ;
}

a:link {
	color: #c40000 ;
}

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

a:hover {
	color: #ff0000 ;
}

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

#nav {
	vertical-align: top ;
}

#content {
	padding: 12px ;
	width: 570px ;
	text-align: left ;
}

#content_holder {
	vertical-align: top ;
	background: #ffffff  ;
	background-position: center top ;
	background-repeat: no-repeat ;
}

.button {
	padding: 3px 5px 3px 12px ;
	margin-right: 11px ;
	text-align: left ;
	background: url(images/navbg.gif) #000000 ;
	background-position: left center ;
	background-repeat: no-repeat ;
	border-bottom: 1px solid #ffffff ;
}

.buttonup {
	padding: 3px 5px 3px 12px ;
	margin-right: 11px ;
	text-align: left ;
	background: url(images/navbg.gif) #c40000 ;
	background-position: left center ;
	background-repeat: no-repeat ;
	border-bottom: 1px solid #ffffff ;
}

a.navlink:link, a.navlink:active, a.navlink:visited {
	color: #ffffff ;
	font-weight: bold ;
	font-family: tahoma ;
	font-size: 11px ;
	text-decoration: none ;	
}

a.navlink:hover {
	color: #eeeeee ;
	text-decoration: underline ;
}

.required {
	text-align: center; 
	color: #990000;
}