body, table {
        font-style : normal; 
        font-weight : normal; 
        font-size : 8pt; 
        font-family : arial; 
        color : #484758;
	color: #333;
        text-decoration : none; 
        text-align: justify;
   	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: #484758;
}
p {
	margin-top: 0;
	padding-top: 0;
}
h1 {color: #484758; text-size: 12pt; text-align: center; font-weight: bold; border-bottom: 1px dashed #484758; background-color: none; background-image: none; height: 12; padding: 2; letter-spacing: 5px;}

table {
	border: none;
}
input, textarea {
	margin: 1px;
	border: dashed 1px #484758;
	font-family: arial;
	font-size: 8pt;
	color: #484758;
	background-color: transparent;
   	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: #484758;
}
input.noborder {
	border: none;
}
a {
   color: #484758;
   text-decoration: none;
   font-weight: normal;
   cursor: crosshair; 
}

A:link
{text-decoration: underline; color:#444444;}
A:visited
{text-decoration: overline; color:#808080;}
A:active
{text-decoration: underline overline; color:#C0C0C0;}
A:hover
{text-decoration: none; color:#C0C0C0;}


.smaller {
	font-size: 100%;
}
.normal {
	text-align: left;
}
.message {
	text-align: center;
	font-weight: normal;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
dt {
	font-weight: normal;
}
/* 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;
}