body {
	margin-top: 0px;  margin-bottom: 0px; font-size: 12px; background-image:  url(../images/background.gif); margin-left: 0px; color: #666666; font-family: arial,sans-serif
}
td {
	font-size: 12px; color: #333333; font-family: arial,sans-serif; text-decoration: none
}
h1 {
	font-weight: bold; font-size: 17px; color: #333333; font-family: arial,sans-serif; text-decoration: none; padding: 0px 0px 0px 3px; margin: 0px;
}
a:link {
	color: #333333; text-decoration: underline
}
a:visited {
	color: #333333; text-decoration: underline
}
a:hover {
	color: #BAA3B7; text-decoration: underline
}
.footer {
	font-size: 11px; color: #333333; line-height: 15px; font-family: arial,sans-serif; text-decoration: none
}
a.footer:link {
	color: #333333; text-decoration: underline
}
a.footer:visited {
	color: #333333; text-decoration: underline
}
a.footer:hover {
	color: #333333; text-decoration: underline
}
.footer1 {
	font-size: 11px; color: #333333; line-height: 15px; font-family: arial,sans-serif; text-decoration: none
}
a.footer1:link {
	color: #333333; text-decoration: underline
}
a.footer1:visited {
	color: #333333; text-decoration: underline
}
a.footer1:hover {
	color: #333333; text-decoration: underline
}
.footer2 {
	font-size: 12px; color: #333333; line-height: 15px; font-family: arial,sans-serif; text-decoration: none;
}
a.footer2:link {
	color: #333333; text-decoration: underline
}
a.footer2:visited {
	color: #333333; text-decoration: underline
}
a.footer2:hover {
	color: #333333; text-decoration: underline
}
.text {
	font-size: 11px; color: #333333; line-height: 15px; font-family: arial,sans-serif; text-decoration: none
}
a.text:link {
	color: #333333; text-decoration: underline
}
a.text:visited {
	color: #333333; text-decoration: underline
}
a.text:hover {
	color: #333333; text-decoration: underline
}
.text1 {
	font-size: 12px; color: #333333; font-family: arial,sans-serif; text-decoration: none
}
.smallfont {
	font-size: 9px; color: #333333; font-family: arial,sans-serif; text-decoration: none
}

a.text1:link {
	color: #333333; text-decoration: underline
}
a.text1:visited {
	color: #333333; text-decoration: underline
}
a.text1:hover {
	color: #333333; text-decoration: underline
}
.text2 {
	font-size: 13px; color: #666666; font-weight:bold; font-family: arial,sans-serif; text-decoration: none
}
a.text2:link {
	color: #333333; text-decoration: underline
}
a.text2:visited {
	color: #333333; text-decoration: underline
}
a.text2:hover {
	color: #333333; text-decoration: underline
}
.header {
	font-weight: bold; font-size: 16px; color: #333333; line-height: 15px; font-family: arial,sans-serif; text-decoration: none
}
.attention {
	font-weight: bold; font-size: 12px; color: #BAA3B7; font-family: arial,sans-serif; text-decoration: none
}
.formfield {
	font-size: 11px; font-family: arial, monospace
}

.strike {
	text-decoration: line-through;
}
.lightfill {
	background: #F2E6F1
}
.darkborder {
	background: #E1D5E0
}
.darkestfont {
	font-weight: bold;
	color: #996699;
}

/* New Navigation */
ul,ol {
	list-style:none
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	font-size: 12px;
	color: #666666;
	font-family: arial,sans-serif
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

ul.dropdown {
	font-weight: bold;
}

ul.dropdown li {
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #FFFFFF #D9D9D9 #D9D9D9;
	background-color: #F6F6F6;
	color: #000;
}

ul.dropdown li.dropdown-top {
	border-color: #F6F6F6 #D9D9D9 #F6F6F6;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	background-color: #EEEEEE;
	color: #000000;
}

ul.dropdown a:link, ul.dropdown a:visited {
	color: #000000;
	text-decoration:none;
}

ul.dropdown a:hover {
	color: #000000;
}

ul.dropdown a:active {
	color: #FFA500;
}

ul.dropdown ul {
	width: 170px;  /* changed from 150 */
	margin-top: 1px;
}

ul.dropdown ul li {
	font-weight: normal;
}

.italic {
	font-style: italic;
}