body {
	background-image: url('images/bg.jpg');
	font-family: century gothic;
	font-size: 10px;
	color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #66CCFF;
	scrollbar-face-color: #66CCFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #66CCFF;
	scrollbar-shadow-color: #66CCFF;
	line-height: 17px;
	text-align: justify;
	letter-spacing: 1;
}

td, tr {
	font-size: 10px;
}

#nav {
	position: absolute;
	margin: 10px;
	width: 300px;
	left: 140px;
	top: 230px;
	color: #FFFFFF;
	size: 11px;
	font-weight: bold;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
}



#content {
	position: absolute;
	width: 320px;
	left: 160px;
	top: 290px;
}



.header {
	border-style: none;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #999966;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #339933;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px;
	letter-spacing: 2;
	font-weight: bold;
}

textarea
{	background-color: 33CC99;
	border-width: 1px;
	border-style: solid;
	border-color: FFFFFF;
	color: FFFFFF;
	font-family : century gothic;
	font-size : 10px;
}

input
{	background-color: 33CC99;
	border-width: 1px;
	border-style: solid;
	border-color: FFFFFF;
	color: FFFFFF;
	font-family : century gothic;
	font-size : 10px;
}

option
{	background-color: 33CC99;
	border-width: 1px;
	border-style: solid;
	border-color: FFFFFF;
	color: FFFFFF;
	font-family : century gothic;
	font-size : 10px;
}



A {
	cursor:default;
}

a:active {  
	color: #FFFFFF; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: bold; 	cursor:default;
}

a:link {  
	color: #FFFFFF; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: underline; 
	cursor:default;
}

a:visited {  
	color: #FFFFFF; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: underline; 
	cursor:default;
}

a:hover {  
	color: #CCFFCC; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: underline; 
	letter-spacing: 1; 
	cursor: crosshair;
}
