html, body{height:100%}

BODY {
  /*background-image: url(graphics/swirl-orchid.jpg);*/
  margin: 20px;
  scrollbar-face-color: #6C7BAA;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #E0E4DB;
  scrollbar-3dlight-color: #E0E4DB;
  scrollbar-arrow-color: #444444;
  scrollbar-track-color: #97C174;
  scrollbar-darkshadow-color: #444444
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.bodytext a:link { color: #3399CC; text-decoration: none }
.bodytext a:active { color: #3399CC; text-decoration: none }
.bodytext a:visited { color: #3399CC; text-decoration: none }
.bodytext a:hover { color: #3399CC; text-decoration: underline }

.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #cc3300;
}

.headertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight:bold;
}

.applicationtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333333;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.menutext a:link { color: #FFFFFF; text-decoration: none }
.menutext a:active { color: #FFFFFF; text-decoration: none }
.menutext a:visited { color: #FFFFFF; text-decoration: none }
.menutext a:hover { color: #FFFFFF; text-decoration: underline }

.footerwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.footerwhite a:link { color: #FFFFFF; text-decoration: none }
.footerwhite a:active { color: #FFFFFF; text-decoration: none }
.footerwhite a:visited { color: #FFFFFF; text-decoration: none }
.footerwhite a:hover { color: #3399CC; text-decoration: underline }
.footertextsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight:bold;
	font-style:italic;
}