TD,P,INPUT,DIV,TEXTAREA{font-family:verdana; font-size:10px}


.mainMenuOn {
	color: white;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	text-align: center;
	vertical-align: middle;
	padding: 4px 2px 2px 0px;
}
.mainMenuOver
{
	color: white;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
 	text-align: center;
	vertical-align: middle;
	padding: 4px 2px 2px 0px;
}

.subMenuOn {
	color: black;
	font-size : 10px;
	font-weight : none;
	text-decoration : none;
	text-align: left;
	padding: 4px 4px 2px 2px;
}
.subMenuOver {
	color: black;
	font-size : 10px;
	font-weight : none;
	text-decoration : none;
 	text-align: left;
	padding: 4px 4px 2px 2px;
}


.HEADING {
	font-size : 20px;
	font-weight : bold;
	text-decoration : none;
}

.SUBHEADING {
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}

.FEATUREHEAD {
	color: #000000;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.FOOTER {
	background-color: "#000000";
	color: #dedbce;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a:link.FOOTER, a:visited.FOOTER, a:active.FOOTER, a:hover.FOOTER { 
	color: #efebe7;
	font-weight : bold;
	text-decoration: underline;
}

.lineTB {
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.lineT1 {
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.lineR1 {
	border-style: solid;
	border-color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.lineL1 {
	border-style: solid;
	border-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}

.lineB1 {
	border-style: solid;
	border-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.lineT3 {
	border-style: solid;
	border-color: #000000;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.greylineL4 {
	border-style: solid;
	border-color: #94968C;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
}

.greylineL4blackR1 {
	border-left:4px solid #94968C; 
	border-right:1px solid #000000; 
	border-top:0px solid #94968C; 
	border-bottom:0px solid #94968C; 
}

.greylineR4 {
	border-style: solid;
	border-color: #94968C;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.greylineR4blackL1 {
	border-left:1px solid #000000; 
	border-right:4px solid #94968C; 
	border-top:0px solid #94968C; 
	border-bottom:0px solid #94968C; 
}

.lightgreylineR1 {
	border-style: solid;
	border-color: #C0C0C0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.lightgreylineL1 {
	border-style: solid;
	border-color: #C0C0C0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}

.dottedL {
	border-left-style: dotted;
	border-left-width: 2px;
}

.dottedT {
	border-top-style: dotted;
	border-top-width: 2px;
}

.lightgreyT1{
	border-top-style: solid;
	border-color: #C0C0C0;
	border-top-width: 1px;
}