body {
	background-color: #d5dfb8;
	background-repeat: repeat-x;
	scrollbar-face-color: #bbc894;
	scrollbar-highlight-color: #d5dfb8;
	scrollbar-3dlight-color: #d5dfb8;
	scrollbar-darkshadow-color: #d5dfb8;
	scrollbar-shadow-color: #d5dfb8;
 	scrollbar-arrow-color: #d5dfb8;
	scrollbar-track-color: #d5dfb8;
}

.nav {
	background: #d5dfb8;
	background-image: url("jpg/bg2.gif");
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 9pt;
	line-height: 11pt;
	color: #808f54;
	padding: 5px;
	margin-bottom: 3px;
	text-align: justify;
	border: #b4c289 solid 1px;
}

.con {
	background: #d5dfb8;
	background-image: url("jpg/bg2.gif");
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 9pt;
	line-height: 11pt;
	color: #808f54;
	padding: 5px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	text-align: justify;
	border: #b4c289 solid 1px;
}

td {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 9pt;
	line-height: 10pt;
	color: #808f54;
}

h1 {
	background-image: url("jpg/h.gif");
	background-repeat: repeat-x;
	color: #a34e48;
	font-family: Trebuchet MS;
	font-size: 8pt;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
	padding: 1px;
}


h2 {
	background-image: url("jpg/h.gif");
	background-repeat: repeat-x;
	color: #a34e48;
	font-family: Trebuchet MS;
	font-size: 8pt;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
	padding: 1px;
}

h3 {
	background: #dee6c6;
	background-image: url("jpg/h3.gif");
	background-repeat: repeat-x;
	color: #b86b5a;
	font-family: vedana;
	font-size: 6pt;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 1px;;
	margin-top: 5px;
	padding: 1px;
	border-bottom: #c2d293 solid 1px;
}

A img {
	border: #bdcd90 solid 1px;
	margin-bottom: 1px;
	cursor: crosshair;        
}

a:hover img {
	border: #c2b584 solid 1px;
	cursor: crosshair;          
}

ul.is_link {   
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	font-size: 9pt;
}

li {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 6pt;
	text-transform: uppercase;
	line-height: 12pt;
	padding-left: 20px;
	color: #bf6656;
	margin: 1px;
	list-style-type: none;
        cursor: crosshair;        
}

li:hover {
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-family: verdana;
	color: #d4553f;  
}


a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 6pt;
	line-height: 9pt;
	color: #a55847;
        cursor: crosshair;        
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	color: #ca563c;   
}

textarea , input , select 
{
	background: #d5dfb8;
	background-image: url("jpg/bg2.gif");
	background-repeat: repeat-x;
	border: #b4c289 solid 1px;
	color: #808f54;
	font-size: 9pt;
	font-family: Trebuchet MS;
	text-align: justify;
}