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

table {
	border-collapse: collapse ;
}

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

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

ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

li {
	padding-left:30px;
	background-image:url(/images/li.gif);
	background-repeat:no-repeat;
	background-position:10px center; 
}

h1 {
	font-size: 14px ;
	font-weight: bold ;
	color: #485559 ;
	margin-top: 0px ;
}

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

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

.button {
	padding: 5px 7px ;
	margin-top: 3px ;
	background: #485559 ;
	border: 1px solid #ffffff ;
}

.buttonUp {
	padding: 5px 7px ;
	margin-top: 3px ;
	background: #72868C ;
	border: 1px solid #ffffff ;
}

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

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

a:link {
	color: #000000 ;
}

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

a:hover {
	color: #ffff00 ;
}

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

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

#content {
	padding: 15px ;
}