body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	color: #576263;
}
body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
p {
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

#wrapper {
	/* container */
}

.main {
	width: 980px;
	background-color:#FFFFFF;
	border-right: 1px solid #98a0a0;
	border-left: 1px solid #98a0a0;
}
.left-nav {
	text-align: left;
	padding: 10px 5px 10px 10px;
	width: 135px;
}
.content {
	width: 620px;
	text-align: left;
}
.content-padding {
	padding: 10px 20px 10px 20px;
}
.right-nav {
	text-align: left;
	background-image: url(/images/right-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 180px;
}
.footer {
	width: 980px;
	height: 250px;
	border-right: 1px solid #98a0a0;
	border-left: 1px solid #98a0a0;
}
.footer-strip {
	height: 20px;
	background-image: url(/images/footer-bg.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	color: #FFFFFF;
}
.top-arrow {
	background-image: url(/images/arrow-down.gif);
	background-position:top left;
	background-repeat: no-repeat;
}
.signoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.signoff a:link {
	text-decoration: none;
	color: #000000;
}
.signoff a:visited {
	text-decoration: none;
	color: #000000;
}
.signoff a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.signoff a:active {
	text-decoration: underline;
	color: #ffffff;
}
.arrow-rule {
	background-image: url(/images/arrow-down.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 8px;
	border-bottom: 1px solid #98a0a0;
}


#pageNav .button {
	background-image: url("/images/arrow-nav.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
	border-bottom: dotted thin #98a0a0;
}
#pageNav .button:hover {
	background-image: url("/images/arrow-nav-on.gif");
	cursor: pointer;
}

#pageNav a {
	text-decoration: none;
	color: #625b5c;
}
#pageNav a:link {
	text-decoration: none;
}
#pageNav a:visited {
	text-decoration: none;
}
#pageNav a:hover {
	text-decoration: underline;
	color: #000000;
}
#pageNav a:active {
	text-decoration: underline;
	color: #000000;
}


.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display:none;
}

hr {
	height: 1px;
	background-color: #98a0a0;
}
ul {

}
li {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #625b5c;
	padding: 10px 20px 0px 20px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #625b5c;
	padding: 10px 20px 0px 20px;
}
a {
	text-decoration: none;
	color: #625b5c;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.bold {
	font-weight: bold;
}
.underline {
	border-bottom-color: #98a0a0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.italic {
	font-style: italic;	
}
.border-top {
	border-top: 1px solid #98a0a0;
}
.border-right {
	border-right: 1px solid #98a0a0;
}
.border-bottom {
	border-bottom: 1px solid #98a0a0;
}
.border-left {
	border-left: 1px solid #98a0a0;
}
.border-box {
	border: 1px solid #98a0a0;
}
.txt-white, a.txt-white, a:hover.txt-white {
	color: #ffffff;
	text-decoration: none;
}
.txt-black {
	color: #000000;
}
.txt-grey {
	color: #98a0a0;
}
.txt-red, error {
	color: #cc0000;
}
.txt-blue {
	color: #625b5c;
}
.txt-big {
	font-weight: bold;
	font-size: 14px;
}
.txt-small {
	font-size: 9px;
}
.bg-grey {
	background-color: #c4cbcf;
}
.table-style {
	background-color: #c4cbcf;
	border: 8px solid #FFFFFF;
}
.foottxt-small {
	font-size: 9px;
	line-height: 15px;
}
.foottxt-small a {
	background-color: #c4cbcf;
}