	BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : left;
	background-color:#cccccc;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	margin-top : 20px;
	margin-bottom : 10px;
	margin-left : 10px;
	text-align : left;
	color : #3300FF;
	border-bottom: 2px solid #DAAF46;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	margin-top : 15px;
	margin-bottom : 10px;
	text-align : left;
	color : #000000;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	margin-bottom : 10px;
	margin-left : 10px;
	color : #CC9933;
}

.topnav {
	font-family : font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color:#FFCC33;
	margin-left : 9px;
	position:relative;
	top:12px;
	left:85px;
}
.topnav A:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.topnav A:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.topnav A:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.topnav A:hover {
	color:#FFCC33;
	text-decoration:underline;	
}
.leftnav {
	font-family : font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color:#FFCC33;
	margin-left : 10px;
}
.leftnav A:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.leftnav A:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.leftnav A:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.leftnav A:hover {
	color:#FFCC33;
	text-decoration:underline;	
}

.rightnavH2 {
	font-family : font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color:#FFFFFF;
	padding:3px;
	white-space: none;
}
.bracket {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFCC33;
	margin-left : 10px;
	margin-right : 10px;
	font-weight : bold;
	width : 180px;
	background-color:#3300ff; 
}
.rightnav {
	font-family : font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color:#000066;
	padding:3px;
	margin-left : 10px;
	margin-right : 10px;
	background-color:#FFFFFF;
}
.rightnav A:link {
	color:#666666;
	text-decoration:underline;
}
.rightnav A:visited {
	color:#666666;
	text-decoration:underline;
}
.rightnav A:active {
	color:#666666;
	text-decoration:underline;
}
.rightnav A:hover {
	color:#000066;
	text-decoration:underline;	
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : left;
	margin-right : 10px;
}
td {
	font-family : font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color:#000000;
	margin-left : 10px;
}
.text {
	font-family : font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color:#000000;
	margin-left : 10px;
}
.text A:link {
	font-weight: bold;
	color:#3300ff;
	text-decoration:underline;
}
.text A:visited {
	font-weight:bold;
	color:#3300ff;
	text-decoration:underline;
}
.text A:active {
	font-weight:bold;
	color:#3300ff;
	text-decoration:underline;
}
.text A:hover {
	font-weight:bold;
	color:#ffcc33;
	text-decoration:underline;	
}

.footer {
	font-family : font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color:#FFFFFF;
	margin-left : 10px;
}
.footer A:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.footer A:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.footer A:active {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.footer A:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;	
}

#dd {
  margin-left: 5%;
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #350166;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 80px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #ddb049;
}

.submenu {
  background: #350166;
  border: 1px solid #ffffff;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #ffffff;
}

.submenu a:hover {
  background: #ddb049;
  color: #FFF;
}