/* CSS Document */

html, body{height:100%}

a:link { color: #3399CC; text-decoration: none }
a:active { color: #3399CC; text-decoration: none }
a:visited { color: #3399CC; text-decoration: none }
a:hover { color: #3399CC; text-decoration: underline }

BODY {
  background: #42345F;
  margin: 0px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-align: justify;
}
.bodyleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-align: left;
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
}
.disclosuretext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #555555;
	text-align: justify;
}
.cdtext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-stretch:extra-expanded;
	line-height: 14px;
	color: #42345F;
	text-align: right;
}
.cdtext2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-stretch:extra-expanded;
	line-height: 20px;
	color: #42345F;
	text-align: center;
}
.cdleft {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-stretch:extra-expanded;
	line-height: 18px;
	color: #42345F;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #B2BDA5;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 444444;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}
.footertext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.footertext a:link { color: #666666; text-decoration: none }
.footertext a:active { color: #666666; text-decoration: none }
.footertext a:visited { color: #666666; text-decoration: none }
.footertext a:hover { color: #3399CC; text-decoration: underline }
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996699;
	line-height: 18px;
}
.logintext {
	font-family:Verdana, Arial, Helvetica, san-serif;
	font-size: 9px;
	color: #444444;
}
.bottomtableborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCC99;
}
.columnborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCC99;
}
.newsborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #DAC294;
	border-right-color: #DAC294;
	border-bottom-color: #DAC294;
	border-left-color: #DAC294;
}
.topstripe-bkgd {
	background-image: url(graphics/topstripe-bkgd.gif);
	background-repeat: repeat-x;
}
.menutext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #333366;
	letter-spacing: 2px;
}
.menutext a:link { color: #333366; text-decoration: none }
.menutext a:active { color: #333366; text-decoration: none }
.menutext a:visited { color: #333366; text-decoration: none }
.menutext a:hover { color: #DAC294; text-decoration: none; background-color: #42345F; }

hr { 
	border: none 0; 
    border-top: 1px solid #DAC294;
    width: 100%;
    height: 1px;
    text-align: center;
}

