	body { margin-top: 0px; margin-left: 0px; }
	H1{ font-family: Arial, Helvetica; color: black; font-size : 18pt; }
	H2{ font-family: Arial, Helvetica; color: black; font-size : 16pt; }
	H3{ font-family: Arial, Helvetica; color: black; font-size : 14pt; }
	H4{ font-family: Arial, Helvetica; color: black; font-size : 12pt; }
	p { font-family: Arial, Helvetica; color: black; font-size : 12px; }
	table { font-family: Arial, Helvetica; color: black; font-size : 12px; }
	li { font-family: Arial, Helvetica; color: black; font-size : 10pt; }

    a:link { color : #FC0089; font-weight: bold; }
    a:visited { color : #FC0089; font-weight: bold; }
    a:hover { color : #1B1718; font-weight: bold; }
    a:active { color : #1B1718; font-weight: bold; }

img {
	border-color : #000;
	border-style: none;
	margin: 0;
	padding: 0;
}

.flashcontainer {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #fff;
	z-index: -100;
}
    
.divider {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	z-index: 0;
}

#wrapper {width:760px; background:#fff url(../graphic/background2.gif) repeat-y; margin:0 auto; text-align:left;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; 
margin:0; /* settings for this demo olnly */
padding:0;}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {display:block; z-index:100; background:#fff; padding: 5px 10px;font-size:1.1em; font-family: "Trebuchet MS";}
#menu li a, #menu li a:visited {display:block; padding:0;}


#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dt {background: #fff; margin:0; font-size: 1.1em; border-bottom:0px solid #fff; float:left; border-right:1px solid #fff;}
#menu dd {display:none; background: transparent; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#333; padding: 5px 10px; text-decoration:none; font-family: "Trebuchet MS"; font-weight: bold;}
#menu dd a, #menu dd a:visited {background:#fff; color:#333; text-decoration:none; display:block; padding: 5px 10px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border-bottom:1px solid #C0C0C0;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #b40309; color:#fff;}

