<style type="text/css">

body, table {

background-color:#FFFFFF;

   scrollbar-face-color: #F6B256;
   scrollbar-shadow-color: #F6B256;
   scrollbar-highlight-color: #F6B256;
   scrollbar-3dlight-color: #F6D961;
   scrollbar-darkshadow-color: #F6D961;
   scrollbar-track-color: #F6D961;
   scrollbar-arrow-color: #F6D961;
   font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : trebuchet ms; 
   color : #FB8231;
   text-decoration : none; 
   text-align: justify;
}

A {
   color: #FB8231;
   text-decoration: none;
   font-weight: normal;
   cursor: crosshair; 
}


A:link
{text-decoration: none; color:#FF6900;}
A:visited
{text-decoration: none; color:#FF6900;}
A:active
{text-decoration: underline overline; font-weight: bold; color:#FFBE00;}
A:hover
{text-decoration: none; font-weight: bold; color:#FFBE00;}


input, textarea {
	margin: 1px;
	border: dotted 3px #FB8231;
	   font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : trebuchet ms; 
   color : #FB8231;
   text-decoration : none; 
	background-color: transparent;
   scrollbar-face-color: #F6B256;
   scrollbar-shadow-color: #F6B256;
   scrollbar-highlight-color: #F6B256;
   scrollbar-3dlight-color: #F6D961;
   scrollbar-darkshadow-color: #F6D961;
   scrollbar-track-color: #F6D961;
   scrollbar-arrow-color: #F6D961;
}


h1 {	font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : trebuchet ms; 
   color : #FB8231; }
  
input.noborder {
	border: none;
}


}


.normal {
	text-align: left;
}
.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}


td {
	margin-left: 7px;
   font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : trebuchet ms; 
   color : #FB8231;
   text-decoration : none; 
   text-align: left;
}

dt {
	margin-left: 7px;
   font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : trebuchet ms; 
   color : #FB8231;
   text-decoration : none; 
   text-align: left;
}

th {
	margin-left: 7px;
   font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : trebuchet ms; 
   color : #FB8231;
   text-decoration : none; 
   text-align: left;
}



/* ADMIN SECTION */
#adminpage {
	text-align: center;
}
#adminpage td {
	vertical-align: top;
}
#adminpage .colset {
	width: 180px;
}
#adminpage .colval {
	width: 400px;
}
#adminpage .data {
	font-weight: bold;
	color: #444;
}
#adminpage table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#adminpage thead td {
	text-align: center;
}
#adminpage .attention {
	color: #09C;
	font-weight: bold;
}
#adminpage #menu {
	font-size: 11px;
	text-align: center;
	border-bottom: solid 1px #333;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}