/* CSS Document */

html, body{height:100%}

a:link { color: #CC0033; text-decoration: none }
a:active { color: #CC0033; text-decoration: none }
a:visited { color: #CC0033; text-decoration: none }
a:hover { color: #707475; text-decoration: underline }

BODY {
  background: #707475;
  margin: 0px;
  scrollbar-face-color: #cc0033;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #666666;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-arrow-color: #444444;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #444444
    }

.bodytext {
	font-family: Times New Roman, Times;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.footertext a:link { color: #999999; text-decoration: none }
.footertext a:active { color: #999999; text-decoration: none }
.footertext a:visited { color: #999999; text-decoration: none }
.footertext a:hover { color: #CC0033; text-decoration: underline 
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996699;
	line-height: 18px;

}
.bottomtableborder {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
.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;
}
.leftcolumnborder {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.rightcolumnborder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.leftsidebar-bkgd {
	background-image: url(graphics/leftsidebar-bkgd.gif);
	background-repeat: repeat-y;
}
.profileborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #CCCC99;
}
