body {
	margin: 10px 0px 10px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	background: #d8d8d8 ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 18px ;
	line-height: 22px ;
	font-weight: bold ;
	color: #970B18 ;
	font-family: tahoma ;
	margin-top: 0px ;
	letter-spacing: -1px ;
}

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

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

.button {
	background: url(images/navBg.gif) ;
	background-position: center ;
	border-left: 1px solid #A15A1B ;
	padding: 12px 5px ;
	text-align: center ;
	line-height: 14px ;
}

.buttonUp {
	background: url(images/navBgUp.gif) ;
	background-position: center ;
	border-left: 1px solid #A15A1B ;
	padding: 12px 5px ;
	text-align: center ;
	line-height: 14px ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 14px ;
	font-family: arial ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

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

a:link {
	color: #970B18 ;
}

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

a:hover {
	color: #EE8429 ;
}

#content {
	padding: 15px ;
}

.img_float {
	border: 1px solid #000000 ;
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 10px ;
}