.title
{
    TEXT-TRANSFORM: uppercase;
    COLOR: 4F3C2E;
    BACKGROUND-COLOR: BE977B;
    LETTER-SPACING: 2px;
    HEIGHT: 8pt;
    FONT-SIZE: 7.5pt;
    TEXT-ALIGN: right;
   font-weight : bold;
}


A {
   color: #AB8C75;
   text-decoration: none;
   font-weight: normal;
   cursor: crosshair; 
}


A:hover
{text-decoration: overline; color:#ECE0D7;}



body, table {;
   scrollbar-face-color: #00FF80;
   scrollbar-shadow-color: #00FF80;
   scrollbar-highlight-color: #00FF80;
   scrollbar-3dlight-color: #00FF80;
   scrollbar-darkshadow-color: #00FF80;
   scrollbar-track-color: #00FF80;
   scrollbar-arrow-color: #C79F82;
   font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : verdana; 
   color : #C79F82;
   text-decoration : none; 
   text-align: justify;
     }

p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 7.5pt;
	font-weight: none;
	font-decoration: none;
	margin: 0;
	padding: 0;
}
table {
	border: none;
}
input, textarea {
	margin: 1px;
	border: solid 1px #C79F82;
	font-family: Verdana;
	font-size: 7.5pt;
	color: #4F3C2E;
   background-color: BE977B;
   scrollbar-face-color: #00FF80;
   scrollbar-shadow-color: #00FF80;
   scrollbar-highlight-color: #00FF80;
   scrollbar-3dlight-color: #00FF80;
   scrollbar-darkshadow-color: #00FF80;
   scrollbar-track-color: #00FF80;
   scrollbar-arrow-color: #C79F82;
}
input.noborder {
	border: none;
}

.smaller {
	font-size: 90%;
}
.normal {
	text-align: left;
}
.message {
	text-align: center;
	font-weight: none;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
dt {
	font-weight: bold;
}
/* 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;
}