BODY {
	margin : 0px 0px 0px 0px;
	background-color : #393939;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	background-image : url(images/main-bg.jpg);
	background-position : top;
	background-repeat : no-repeat;
}
p{
	font-size : 12px;
	color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 15px;
	margin-right : 10px;
}
h1{
	font-family : Verdana;
	font-size : 15px;
	color : white;
	margin-left : 15px;
	margin-top : 15px;
	margin-right : 10px;
}
h2{
	font-family : Verdana;
	font-size : 13px;
	color : white;
	margin-left : 15px;
	margin-top : 15px;
	margin-right : 10px;
}


A.bn {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}
A:hover.bn {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : Silver;
}
INPUT#form  {
	background-color : #E2DFE8;
	color : Black;
	font-size : 9pt;
	border-color : Gray;
	border-style : ridge;
}
SELECT  {
	background-color : #E4E4E4;
	color : Black;
	font-size : 9pt;
	border-color : Gray;
	border-width : 2px;
	border-style : ridge;
}
TEXTAREA#form  {
	background-color : #E4E4E4;
	color : Black;
	font-size : 9pt;
	border-color : Gray;
	border-style : ridge;
}
#nav, #nav ul {
	float: left;
	width: 775px;
	list-style: none;
	background: #FF63FF;
	padding: 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 0px;
	list-style-position : outside;
}

#nav a {
	display: block;
	color: Black;
	text-decoration: none;
	padding: 0px;
	font-size: 11px;
	font-family: verdana;
	padding-bottom: 1px;
	padding-top: 4px;
	width: 69px;
	height: 24px;
	border-right: 1px solid gray;
}
#nav a:hover {
	color: white;
}
#nav li {
	float: left;
	padding: 0;
	list-style-position : outside;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:77px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	list-style-position : outside;
	text-align: left;
}
#nav li li {
	padding-right: 0px;
	list-style-position : outside;
}

#nav li ul a {
	width: 240px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: white;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: white;
}

#nav li:hover, #nav li.sfhover {
	background: #777777;
	color: white;
}