BODY , P, TABLE, TH, TD {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 11px;
}
BODY {
	background-color: #E1E1C5;
	margin: 0px 0px 0px 0px;
}
H1 {
  color: #4B561D;
	font-size: 18px;
	font-weight : bold;
	text-transform: uppercase;
	text-decoration : none;
	margin-bottom : 0px;
}
H2 {
	color: #996600;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
H3 {
  color: #4B561D;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
H4 {
	color: #996600;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
H5 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
H6 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
A:active {
  color: #4B561D;
	text-decoration: none;
}
A:link {
  color: #4B561D;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
  color: #996600;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
HR {
	color: #00639C;
	height: 1pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
TH {
  background-color: #996600;
	color: white;
	font-weight:bold;
	vertical-align: bottom;
	padding:5px 5px 5px 5px;
	border-bottom: 1px solid gray;
}
.tbl {
	border: 1px ridge Gray;
	padding:0px 0px 0px 0px;
	background-color: #FDFDFD;
}
.tblDtl, .tblDtlBold {
	background-color: #E2E2C5;
	color:black;
	border-bottom: 1px solid gray;
	padding:5px 5px 5px 5px;
}
.tblDtl {
	background-color: #E2E2C5;
}
.tblDtlBold {
	font-weight:bold;
}
.errortxt {
	color: #CC0033;
	font-weight : bold;
}
.sidebar{
	background-color: #FFFFFF;
	width: 190px;
	margin: 10px 10px 0px 10px;
	border:1px outset	 #4B561D;
	/* progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFFFF, EndColorStr=#FD3D4A4, GradientType=0)*/
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(Color=#ff4B561D, Strength=4, Direction=135);
}
.sidebar-title{
	width: 180px;
	font-weight: bold;
	font-size: 13px;
	color:white;
	background-color: #996600;
	text-align:center;	
	margin-bottom: 8px;
	border: 1px outset #666666;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#FF333333, Strength=2, Direction=135); 
}
.tabDefault,.tabSelected,.tabOver,.tabDefault:visited{
	height: 17px;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor:hand;
}
.tabDefault{
	background-color: #666666;
	color:#E0E0E0;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
.tabSelected{
	background-color: #996600;
	color: #FFFFFF;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.tabOver{
	background-color: #4B561D;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}







