

BODY {
	scrollbar-base-color: Silver;
	scrollbar-track-color: #E4DDD4;
	scrollbar-face-color: #9A9A9A;
	scrollbar-highlight-color: Silver;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #F5F5F5;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.smallerSans {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.smallSans {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #660000;
}

.heading_1 {
	color : #944538;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.heading_2 {
	color : #944538;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.heading_3 {
	margin-top : 10px;
	margin-bottom : 0px;
	color : Black;
	font-family : sans-serif;
	font-size: 13px;
	font-weight: bold;
}

UL.myUL {
	margin-top : 5px;
	margin-bottom : 5px;
}
LI.myLI {
	margin-left : 0px;
	margin-top : 3px;
}

.loginInput {
	font-family: sans-serif;
	font-size: 13px;
	background-color:#ffffff;
	color:#000000;
	padding : 0px;
	margin : 0px;
	
		width : 140px;
		border-width:1;
		border-color:#000000;
		border-style:solid;
	
}

.fpLoginInput {
	font-family: sans-serif;
	font-size: 12px;
	background-color:#E4E4E4;
	color:000000;
	padding : 0px;
	margin : 0px;
	
		width : 136px;
		border-width:2;
		border-color:White;
		border-style:solid;
	
}

.wdgInput {
	font-family: sans-serif;
	font-size: 13px;
	background-color:ffffff;
	color:#000000;
	
		border-width:1;
		border-color:#316300;
		border-style:solid;
	
}

.wdgButton {
	background : Silver;
	font-family : sans-serif;
	font-size: 13px;
	
		border : double #316300;
	
}

.tableheader {
	background-image : url(/images/bg_header_gray3d.gif);
	background-color : #C0C0C0;
	font-weight : bold;
	color : #4d4d4d;
	font-size : 12px;
	
		padding : 2px;
	
}

.soapboxText {
	font-size : 11px;
	font-weight: bold;
}

.newsText {
	font-size : 12px;
	font-weight: bold;
}

A {
	color : #004400;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}
A:VISITED {
	color : #004400;
}
A:ACTIVE {
	color : #004400;
}


A.textNav {
	font-size : 13px;
	font-weight: normal;
}
A.textNavBig {
	font-size : 14px;
	font-weight: bold;
}
A.textNavSub {
	font-size : 11px;
	font-weight: bold;
}

.cQuote {
	font-weight : normal;
}
.cQuoteSig {
	font-size : 11px;
	font-weight: bold;
	text-align : right;
}

.mainSubMenu {
	font: 12px;
	color: Black;
	padding: 0px;
	visibility: visible;
}

.tech_variable {
	font-style : italic;
	color : Purple;
}
.tech_progName {
	font-weight : normal;
	font-style : italic;
}
.tech_codeCommand {
	color : #990033;
}
.tech_codeAttrib {
	color : #990033;
}


