body {
	margin: 0px 0px 10px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: url(images/pageBg.gif) #a6a6a6 ;
	background-position: top ; 
	background-repeat: repeat-x ;
	color: #000000 ;
}

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

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 18px ;
	font-weight: bold ;
	color: #BF161B ;
	font-family: tahoma ;
	margin-top: 0px ;
}

h2 {
	font-size: 14px ;
	font-weight: bold ;
	font-family: tahoma ;
}

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

.button {
	padding: 2px 10px ;
	margin: 3px 3px ;
	background: #000000 ;
	border: 1px solid #ffffff ;
}

.buttonup {
	padding: 2px 10px ;
	margin: 3px 3px ;
	background: #990000 ;
	border: 1px solid #ffffff ;
}

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: #BF161B ;
}

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

a:hover {
	color: #df383d ;
}

#holder {
	width: 760px ;
	margin: auto ;
}

#heading {
	background: url(images/headingbg.gif) ;
	text-align: right ;
	padding-right: 220px ;
	padding-top: 3px ;
	padding-bottom: 4px ;
}

#content {
	padding: 10px 10px 10px 10px ;
}