/* ============================================================
	TEXT STYLES
 ============================================================ */
 body, p, br, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}

a  { text-decoration:none; color:black; } 
a:hover{ text-decoration:underline; color:blue;} 
.headlink { font-size:14px; font-weight:bold; color:cadetblue; }
a.visibleLink  { font-size:11px; text-decoration:underline; color:navyblue; } 
a.visibleLink:hover { text-decoration:underline; color:slategray; } 

a.more  { font-size:12px; text-decoration:underline; color:navyblue; } 

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: 339966;
	text-decoration: none;
	margin-bottom:5px;
	margin-top:5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 333399;
	text-decoration: none;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: 333399;
	margin-bottom:5px;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}

.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: 333333;
	text-decoration: none;
}

.homepageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;;
	font-weight: normal;
	font-variant: normal;
	color: 333333;
	text-decoration: none;
}

.nametitle {
	font-size: 12px;
	line-height: 18px;;
	font-weight: bold;
	color: 333333;
}

.copyright td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: 999999;
	text-decoration: none;
}

UL { margin-top:5px; margin-bottom:5px;}
LI.list1 {list-style: circle outside; }
/* ============================================================
	tables 
 ============================================================ */

.noBorder { border:0px solid white; }
.fullBorder { border: 1px solid #999999; padding:0px; margin: 0px; }
.topBorder  { border-top: 1px solid #999999; }
.rightBorder  { border-right: 1px solid slateGray; padding-right:5px; padding-left:5px;}
.red {border: 1px solid red; }

.bodyBase {
	border-top: 1px solid #999999;
	background-image: url(grayBackground.jpg);
}
.invisible{ border:0px solid white; }
.hidden{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	height:0px;
	width:0px;
}
.scroller{
	 overflow:auto; 
}
.bodyScroller{
	/* overflow:auto; */ 
	height:378px;
	padding-left:5px; 
}

/* ============================================================
	image management 
 ============================================================ */

IMG {border: 0px solid white; }


	#helpLink {
		position:relative;
		top:-227px;
		}
	#helpLink a {
		color:white;
		font-weight:bold;
		font-family:Verdana,Arial,Helvetica,sans serif;
		text-decoration:none;
		font-size:12px;
	}
	#helpLink a:hover {
		color:red;
	}

