/* Default CSS Stylesheet for a new Web Application project */
.clsHide {
	display: none;
}
.clsShow {
}

.Menu{font-family: "MS Sans Serif";color:#4040fd;font-weight:bold;}

BODY {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: "MS Sans Serif" ,Tahoma,Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
scrollbar-face-color:#c7d8ff; 
		scrollbar-track-color:#FFFFFF; 	
		 	scrollbar-highlight-color:#bbd0fc; 
		 	 	scrollbar-shadow-color: #e8efff; 	 
		 	 		scrollbar-3dlight-color: #bbd0fc; 	
		 	 		scrollbar-darkshadow-color: #e8efff;  
		 	 			scrollbar-arrow-color: #ffffff;	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
	color: #003366;
}
H1 {
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	color: darkmagenta;
	font-style: normal;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}


H3 {
	/*font-weight: 500;*/
	font-size: 14px;
	word-spacing: normal;
	text-transform: none;
	color: chocolate;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD {
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

TH {
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
TD {
	font-family: "MS Sans Serif" ,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


SMALL {
	font-size: .7em;
}

BIG {
	font-size: 1.17em;
}

BLOCKQUOTE, PRE {
	font-family: Courier New, monospace;
}


UL LI {
	list-style-type: square;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

IMG {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.cssMenu
{
	background-color: #F1F1F1;
	border-color: #999999;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}
.cssMenu TD.cssLink
{
	border-color: #F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 1px 1px 3px 6px;
	
}

.cssHeading
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #DCDCDC;
	font-weight: bold; 
	padding:   1px 1px 3px 2px;
	cursor: default;
	border: solid 1px #CCCCCC;
}
.cssLink
{
	border-color: #F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 1px 1px 2px 6px;

}

.cssLink a
{
	color: black;
	text-decoration: none;
}
.cssLink a:Hover
{
	color: firebrick;
	text-decoration: underline;
}
.cssLink a:visited
{
	color:  #006699;
	text-decoration: none;
	background-color:#F1F1F1;
}
.cssLink a:active
{
	color: black;
	text-decoration: underline;
}
.cssSubHeading
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #F1F1F1;
	font-weight:normal ;
	padding: 1px 1px 3px 6px;
	cursor: default;
	border: solid 1px #DCDCDC;
}
.cssSubLink
{
	border-color: #F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 1px 5px 3px 5px;
}
.cssSubLink a
{
	color: black;
	text-decoration: none;
}
.cssSubLink a:hover
{
	color: firebrick;
	text-decoration: none;
}
.cssSubLink a:visited
{
	color: black;
	text-decoration: none;
}
.cssSubLink a:active
{
	color: black;
	text-decoration: none;
}

.NavButton {
	border-right: #ffaa00 1px solid;
	padding-right: 0px;
	border-top: #ffaa00 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	border-left: #ffaa00 1px solid;
	cursor: hand;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: #ffaa00 1px solid;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background-color: #009900;
	text-align: center;
	text-decoration: none;
}
.tborder {
	border-color: #777777 #000000 #000000 #000000;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.trborder {
	border-color: #777777 #777777 #000000 #000000;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.allborder {
	border-color: #777777 #777777 #777777 #777777;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.bborder {
	border-color: #000000 #000000 #777777 #000000;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.rborder {
	border-color: #000000 #777777 #000000 #000000;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rbborder {
	border-color: #000000 #777777 #777777 #000000;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.RSolidborder {
	border-color: #000000 #999999 #000000 #000000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.LSolidborder {
	border-color: #000000 #000000 #000000 #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.BSolidborder {
	border-color: #000000 #000000 #999999 #000000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.RLSolidborder {
	border-color: #000000 #999999 #000000 #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.RBSolidborder {
	border-color: #000000 #999999 #999999 #000000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.RBLSolidborder {
	border-color: #000000 #999999 #999999 #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.TRLSolidborder {
	border-color: #999999 #999999 #000000 #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.AllSolidborder {
	border-color: #999999 #999999 #999999 #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.rblborder {
	border-color: #000000 #999999 #999999 #999999;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.lborder {
	border-color: #000000 #000000 #000000 #777777;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.lbborder {
	border-color: #000000 #000000 #FF6600 #FF6600;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.tlborder {
	border-color: #FF6600 #000000 #000000 #FF6600;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
