body {
	margin: 0px 0px 15px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 13px ;
	background: #B71218 ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	color: #000000 ;
}

input, select, textarea {
	font-family: verdana, arial, sans-serif ;
	font-size: 13px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 13px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: #EC2127 ;
	font-family: tahoma ;
	margin-top: 0px ;
	letter-spacing: -1px ;
}

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

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

.button, .button_up {
	padding: 3px 5px ;
	background-image: url(images/nav_bg.gif) ;
	background-position: center ;
	border-bottom: 2px solid #ffffff ;
}

.button_up {
	background-image: url(images/button_up.gif) ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 10px ;
	font-family: verdana ;
	font-weight: bold ;

}

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

a:link {
	color: #660000 ;
}

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

a:hover {
	color: #990000 ;
}

#content {
	padding: 15px ;
}

.home_li {
	padding: 3px 0px ;
}

.nav_button {
	padding: 10px 0px 10px 10px ;
}

a.white_link:link, a.white_link:active, a.white_link:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.white_link:hover {
	color: #ffff00 ;
	text-decoration: underline ;
}