/* CSS Document */
html {
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#817f84;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#817f84;
	scrollbar-track-color:#ffffff; 
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #817f84;
}

img { border:none; }

td, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #817f84;
	text-align:left
}

a.white:hover {
	color: #666666;
	text-decoration: none;
}
a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a.nav{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
a.nav:hover{
	color: #666666;
}
a.nav2 {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.nav2:hover {
	color: #666666;
	text-decoration: underline;	
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	line-height: 20px;
	color: #817f84;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #d63e24;
	letter-spacing:0px;
	margin-bottom: 3px;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	color: #d63e24;
	font-weight: bold;
	letter-spacing:4px;
	margin-bottom: 3px;
	margin-top: 9px;
}
h3 {
	font-size: 15px;
	margin: 0px;
	color: #817f84;
	padding: 0px;
}
h4 {
	font-size: 9px;
	font-weight: normal;
	color: #817f84;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #817f84;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #817f84;
	margin: 0px;
	padding: 0px;
}
.borderLeft {
	border-top: 0px none #87B0C1;
	border-right: 0px solid #87B0C1;
	border-bottom: 0px none #87B0C1;
	border-left: 1px solid #87B0C1;
}
.borderRight {
	border-top: 0px none #87B0C1;
	border-right: 1px solid #87B0C1;
	border-bottom: 0px none #87B0C1;
	border-left: 0px solid #87B0C1;
}
.borderLR {
	border-top: 1px none #87B0C1;
	border-right: 1px solid #87B0C1;
	border-bottom: 1px none #87B0C1;
	border-left: 1px solid #87B0C1;
}
.btn {
	color: #E77314;
	font-weight: bold;
	width: 30px;
}