/* this group sets the normal link colors */

a:link {
	color: #800080;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #BA55D3;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #800080;
	font-weight: bold;
	text-decoration: underline overline;
}

a:active {
	color: #800080;
	font-weight: bold;
	text-decoration: underline;
}

a.nounderline:link {
	color: #800080;
	font-weight: bold;
	text-decoration: none;
}

a.nounderline:visited {
	color: #BA55D3;
	font-weight: bold;
	text-decoration: none;
}

a.nounderline:hover {
	color: #800080;
	font-weight: bold;
	text-decoration: underline overline;
}

a.nounderline:active {
	color: #800080;
	font-weight: bold;
	text-decoration: none;
}

body {
	background: #BA55D3;
	color: #800080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-base-color: #8B008B;
/*	scrollbar-3dlight-color: #D8BFD8;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #BA55D3;
	scrollbar-face-color: #8B008B;
	scrollbar-highlight-color: #BA55D3;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #D8BFD8;*/
}

h1 {
	color: #BA55D3;
	font-size: 16pt;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	color: #3A6454;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 1px;
}

hr {
	color: #3A6454;
	height: 3px;
	width: 200px;
}

li {
	list-style-type: square;
}

p, td, li, ul, table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}

p.c14, h4.c17 {
	text-align: center;
}

table.amain {
	border-left: 1px solid #BA55D3;
	border-right: 1px solid #BA55D3;
	text-align: center;
	width: 100%;
}

table.c3, td.c18 {
	background-color: #FFFFFF;
	width: 100%;
}

table.guide{
	top: 75px;
}

table.hottopic {
	border-bottom: 1px dashed #BA55D3;
	border-left: 1px dashed #BA55D3;
	border-right: 1px dashed #BA55D3;
	font-size: 8pt;
	padding: 5px;
	text-align: left;
	width: 180px;
}

table.infobar{
	background-color: #3A6454;
	text-align: left; 
	border-bottom-color: #BA55D3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 7px;
}

td.bullet{
	width: 10px;
}

td.c11 {
	background-color: #FFFFFF;
	width: 100%;
}

td.c12 {
	background-color: #FFFFFF;
	height: 18px;
	width: 238px;
}

td.c15 {
	background-color: #FFFFFF;
	height: 18px;
	width: 542px;
}

td.c19 {
	background-color: #FFFFFF;
	width: 100%;
}

td.c2, table.c20 {
	width: 100%;
}

td.c5 {
	height: 390px;
	width: 460px;
}

td.c8 {
	height: 390px;
	width: 160px;
}

td.c9 {
	background-color: #FFFFFF;
	width: 320px;
}

.body{
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

.calloutdotted{
	border-collapse: collapse;
	border-color: #BA55D3;
	border-style: dashed;
	border-width: 1px;
	padding: 3px;
	width: 90%;
}

.calloutdotted .cheader{
	background-color: transparent;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #BA55D3;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.copyright{
	background-color: #3A6454;
	color: #BA55D3;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	border-top-style: solid;
	border-top-width: 1px;
}

.copyright a:active, .copyright a:visited, .copyright a:link{
	background-color: #3A6454;
	color: #BA55D3;
}


.guide th{
	background-color: #BA55D3;
	border-bottom: 2px solid #BA55D3;
	border-top: 2px solid #BA55D3;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
	word-break: keep-all;
}

.guide, .guide td {
	background-color: #FFE4E1;
	border: none;
	font-size: 8pt;
	padding-left: 0px;
	color: #800000;
}

.header{
	background-color: #5B957D;
	color: #BA55D3;
	font-weight: bold;
	height: 25px;
	padding: 5px;
}

.headerbody{
	background-color: #FFFFFF;
	color: #BA55D3;
	height: 360px;
	padding: 5px;
	vertical-align: top;
}

.leftbottom{
	background-color: #3A6454;
	border-bottom-color: #BA55D3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFFFFF;
	padding: 5px; /*	border-right-color: #BA55D3;
	border-right-style: solid;
	border-right-width: 1px;*/
}

.leftnavbar{
	background-color: #FFE4E1;
	color: #800080;
	text-align: left;
	vertical-align: top;
	width: 160px;
}

.mainimage {
	height: 390px;
	vertical-align: top;
	width: 300px;
}

.middleimage {
	height: 390px;
	vertical-align: top;
	width: 160px;
}

.navigation{
   height: 25px;
	background-color: #DDA0DD;
	border-bottom-color: #BA55D3;
	color: #800080;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	word-break: keep-all;
}

td.quickpickheader{
	color: #3A6454;
	font-size: 9pt;
	font-weight: bold;
}

.rightbottom{
	background-color: #5B957D;
	color: #FFFFFF;
	padding: 5px;
}

.formlabel {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}

.formdropdown {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}

.top {
	background: #BA55D3;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
}

