TD {
	font-family : Arial;
	font-size : 12px;
}
.mainOutline {
	background-color: 000000;
}
.tblTitle {
	background-color: Navy;
	font-family: Garamond;
	font-size: 34px;
	font-weight: bold;
	color: FFFFFF;
}
.mainBG {
	background-color: e6e6d7;
}
.dirHeader {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
}
.pathText {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: 800000;
}

.fileText {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: 800000;
}

.sectHeader {
	color: 800000;
	font-weight: bold;
	text-decoration: underline;
}
.sectText {
	font-family : Arial;
	font-size : 12px;
}

.ddlist{
	font-family : Arial;
	font-size : 12px;
	color : maroon;
	border: 1 solid black; 
	background-color: FFFFF0;
}

.inputText {
	font-family : Arial;
	font-size : 12px;
	color : maroon;
	border: 1 solid black; 
	background-color: FFFFF0;
	width: 275px;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	
}

.Button {
	font-family : Arial;
	font-size : 12px;
	font-weight: normal;
	color: 000000;
	border: 1 solid black;
	width: 125px;
	height: 19px;
}

.actionButton {
	font-family : Arial;
	font-size : 12px;
	border: 1 solid black; 
	font-size: xx-small;
}
.checkBox {
	color: 800000;
	font-family : Arial;
	font-size : 12px;
}

.tblHeader {
	background-color: silver;
	font-weight: bold;
	color: 000000;
	text-decoration: underline;
}
.tblFooter {
	background-color: silver;
	font-weight: normal;
	color: 000000;
	text-decoration: none;
}
.rootText {
	background-color : E0E0E0;
}
.childText {
	background-color : eeeeee;
	color: 800000;
}

.evencolor{
	background-color : e6e6d7;
}

.oddcolor{
	background-color : ffffff;
}

.stdFont{
	font-family : Arial;
	font-size : 12px;
	font-weight: normal;
	text-decoration: none;
}
.ftNote{
	font-family : Arial;
	font-size : 10px;
}
a:link		{ color: NAVY; text-decoration: none }
a:visited	{ color: NAVY; text-decoration: none }
a:active	{ color: NAVY; text-decoration: none }
a:hover		{ color: BLUE; text-decoration: none; font-weight: bold;  }

a.tblFooter:link		{ color: NAVY; font-weight: bold; text-decoration: underline }
a.tblFooter:visited		{ color: NAVY; font-weight: bold; text-decoration: underline }
a.tblFooter:active		{ color: NAVY; font-weight: bold; text-decoration: underline }
a.tblFooter:hover		{ color: BLUE; font-weight: bold; text-decoration: underline }





.pgHeader{
	font-family : Arial;
	font-size : 18px;
	font-weight: bold;
	text-align: center;
}
.errorText{
	font-family : Arial;
	font-size : 12px;
	font-weight: bold;
	color: 800000;
}
.successText{
	font-family : Arial;
	font-size : 12px;
	font-weight: bold;
	color: Blue;
}
.textarea {
	font-family : Arial;
	font-size : 12px;
	color : maroon;
	border: 1 solid black; 
	background-color: FFFFF0;
	width: 650px;
	height: 238px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

