/* Main */

html { 
	scrollbar-face-color: #F1F1F1;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F9F9F9;
	scrollbar-arrow-color: #1766A8;
}

body {
	background-color: #F9F9F9;
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-attachment: fixed;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #D50D0D;
}

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

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

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #3566A2;
	text-decoration: underline;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #3566A2;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #6292CC;
}

th {
	font-weight: bolder;
}

td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	font-weight: normal;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #3381B2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #3381B2;
}

li {
	text-align: left;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #CCCCCC;
}

