body
{
	margin:0px;
	background: url("images/back.png") fixed repeat;
	font-family: 'trebuchet ms', arial; color: #6699cc; font-size: 14px 
}

p, td, li    { font-family: 'trebuchet ms', arial; color: #6699cc; font-size: 14px }

h1, h2, h3 { color: #336699;}
a	    {  color: #ff33cc }
a:hover	    {  color: #FFFFFF }

.small       { font-family: 'TREBUCHET MS', ARIAL, VERDANA, HELVETICA; font-weight: bold; 
	       font-size: 12px; color: #ff99cc; text-transform: uppercase }
.smallb      { font-family: 'TREBUCHET MS', ARIAL, VERDANA, HELVETICA; font-weight: bold; 
	       font-size: 12px; color: #6699cc; 
	       border-bottom: 1px solid #003366 }
.bluebordout { border: 1px solid #003366}
hr
{
	height:1px;
	color:#336699
}

.mybox
{
	overflow: auto; 
	height: 100%; 
	width: 100%; 
	padding:5px;
	overflow-x: hidden;

	SCROLLBAR-FACE-COLOR: #82002d; 
	SCROLLBAR-HIGHLIGHT-COLOR: #9b0036; 
	SCROLLBAR-SHADOW-COLOR: #52001c;
	SCROLLBAR-DARKSHADOW-COLOR: #52001c;
	
	SCROLLBAR-3DLIGHT-COLOR: #9b0036; 
	SCROLLBAR-ARROW-COLOR: #cc3366; 
	SCROLLBAR-TRACK-COLOR: #390014;
}

.form_text
{
	background-color:#390014;
	border:1px solid #cc3366;
	color:#FFFFFF;
}

.description {border: 1px solid #003366}