html {
	scrollbar-base-color: rgb(244,244,227);
	scrollbar-arrow-color: rgb(0,0,0);
	scrollbar-track-color: rgb(244,244,227);
	
	scrollbar-shadow-color: rgb(0,0,0);
	scrollbar-lightshadow-color: rgb(0,0,0);
	scrollbar-darkshadow-color: rgb(0,0,0);
	
	scrollbar-highlight-color: rgb(244,244,227);
	scrollbar-3dlight-color: rgb(244,244,227);
	}

body {
	background-color: rgb(244,244,227);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	font-size: 10px;
	line-height: 14px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	font-size: 10px;
	line-height: 14px;
	}

div.h3 {
	color: #131312;
	font-family: georgia, verdana, sans-serif;
	font-size: 18px; 
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 5px;
	background-color: #F4F4E3;
	text-transform: UPPERCASE;
	margin-bottom: 1px;
	position: center;
	border-bottom: 1px solid #131312;
	}
	
div.h4 {
	color: #131312;
	font-family: georgia, verdana, sans-serif;
	font-size: 18px; 
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 5px;
	background-color: #F4F4E3;
	text-transform: UPPERCASE;
	margin-bottom: 1px;
	position: center;
	border-bottom: 1px solid #131312;
	}

center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	font-size: 10px;
	line-height: 14px;
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	font-size: 10px;
	line-height: 14px;
	border: none;
	}

a:link,a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A41011;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	}

a:hover,a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A41011;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	}
	
div.nav a:link, div.nav a:visited {
	display: block;
	text-transform: UPPERCASE;
	color: #131312;
	text-align:left;
	margin-bottom: 1px;
	letter-spacing:2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #F4F4E3;
	border-bottom: none;
}

div.nav a:hover, div.nav a:active {
	color: #131312;
	text-align:left;
	text-transform: UPPERCASE;
	background-color: #F4F4E3;
	margin-bottom: 1px;
	letter-spacing:2px;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	border-bottom: none;
	font-weight: bold;
}
	
a img {
	border: none;
	}

div#navigation {
	position: absolute;
	left: 2px;
	top: 420px;
	width: 200px;
	}

div#main {
	position: absolute;
	left: 230px;
	top: 420px;
	width: 600px;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	color: #131312;
	background: rgb(244,244,227;
	}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	color: #131312;
	background: rgb(244,244,227);
	}

textarea {
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	color: #131312;
	background: rgb(244,244,227);
	}

.submit input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131312;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	color: #131312;
	background: rgb(244,244,227);
	}