/* CSS Document */
body{
	font-family:Verdana;
	font-size:10px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {font-size: small}
.style4 {font-size: x-small; }
.tdheading{
background-color:#edf2db; height:30px; font-weight:bold; font-size:12px;
text-align:center;
}
.hideclass{
display:none;
}
.thclass{
text-align:left;
}
.leftmenu{
font-family:Arial;
font-size:12px;
background-color:#B1BA96;
font-weight:bold;
height:25px;
padding:5px;
}
a{
color:#000066;
}

th{
text-align:center;
background:#000000;
color:#FFFFFF;
height:20px;
padding:2px;
}

td{
/*text-align:left;*/
padding-bottom:1px;

}

.header{
text-align:left;
background:#CC9900;
/*background:#000000; */
color:#FFFFFF;
height:25px;
padding:5px;
text-align:center;
}


.sectionheading{
background:#CC9900;
color:#FFFFFF;
height:60px;
text-align:center;
font-weight:bold; 
font-size:12px;
}

a.redlink:link {
  color: red;
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  text-decoration: underline;
}
a.redlink:visited {
  color: red;
  font-family:Arial;
  font-size:12px;
  font-style: normal;
  text-decoration: underline;
}
a.redlink:hover{
  font-style: normal;
  text-decoration: none;
}

.normaltext{
font-family:verdana;
font-size:11px;
line-height:16px;
}
.iheading{
background:#CC9900;
color:#FFFFFF;
height:30px;
text-align:center;
font-weight:bold; 
font-size:12px;
}


