BODY {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}
a, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: underline;
}
a.off {
	color: #000000;
	text-decoration: none;
}
a.off:hover {
	color: #000000;
}
a.ln, a.ln:visited {
	color: black;
	text-align: center;
	text-decoration: underline;
}
a.ln:hover {
	color: gray;
	text-decoration: none;
}
a.ts, a.ts:visited {
	background-color: black;
	display: block;
	color: white;
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}
a.ts:hover {
	background-color: silver;
	color: black;
	text-decoration: none;
}
p{
	font-size : 14px;
	color : #242424;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 0px;
	margin-right : 24px;
	line-height: 20px;
	margin-top: 18px;
}
p.ts {
	font-size : 12px;
}
em {
	color: #ed008c;
	font-style: normal;
}
h1{
	font-family : Verdana;
	font-size : 20px;
	color : black;
	margin-left : 0px;
	margin-top : 20px;
	margin-right : 10px;
	color: #ed008c;
}
h2{
	font-family : Verdana;
	font-size : 17px;
	color : #ed008c;;
	margin-left : 0px;
	margin-top : 15px;
	margin-right : 10px;
}
h3{
	font-family : Verdana;
	font-size : 14px;
	color : black;
	margin-left : 0px;
	margin-top : 20px;
	margin-right : 10px;
	color: #ed008c;
}
a.tn:hover{
	color: white;
	background-color: #ed008c;
}
A.bn, a.bn:visited {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	line-height: 18px;
	font-weight: normal;
}
A:hover.bn {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}
INPUT.form  {
	background-color : #f8f8f8;
	color : Black;
	font-size : 11pt;
	border : silver 1px solid;
}
SELECT.form  {
	background-color : #f8f8f8;
	color : Black;
	font-size : 11pt;
	border : silver 1px solid;
}
TEXTAREA.form  {
	background-color : #f8f8f8;
	color : Black;
	font-size : 11pt;
	border : silver 1px solid;
}
INPUT.form2  {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #f8f8f8;
	color : #161616;
	font-size : 10pt;
	border : silver 1px #161616;
}
TEXTAREA.form2  {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #f8f8f8;
	color : #161616;
	font-size : 10pt;
	border : silver 1px #161616;
}
#nav, #nav ul {
	float: right;
/**	width: 735px; **/
	list-style: none;
	background: #ffffff;
	padding: 0;
	margin: 0px;
	list-style-position : outside;
}

#nav a {
	display: block;
	color: #ed008c;
	text-decoration: none;
	padding: 0px;
	font-size: 11px;
	font-family: verdana;
	padding-bottom: 1px;
	padding-top: 4px;
	width: 68px; 
	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;
}
