body {  font-family: arial,sans-serif; font-size: 12px; color: black; font-weight: normal; text-align:center; background-color:#017F01}

h1{font-size:24px; font-family: arial,sans-serif;color:#017F01;font-weight:bold;margin:0px 0px 0px 0px; padding:0px;}
h2{font-size:17px; font-family:arial,sans-serif;color:#017F01;font-weight:bold;margin:0px 0px 0px 0px; padding:0px;}
h3{font-size:14px; font-family:arial,sans-serif;color:#017F01;font-weight:bold;margin:0px 0px 0px 0px; padding:0px;}


.boldtext { font-weight: bold}

.text24px { font-weight: bold; font-size: 24px}
.text20px { font-weight: bold; font-size: 20px}
.text18px { font-weight: bold; font-size: 18px}
.text16px { font-size: 16px}
.text12px { font-size: 12px}
.text10px { font-size: 10px}
.text8px { font-size: 8px}
.text4px { font-size: 4px}

.whitetext { color:white }
.greytext { color:#747170}

.leftalign { text-align:left}
.italictext { font-style: italic}
.nonitalictext { font-style: normal}

a:link{color:#747170; text-decoration: none}
a:visited{color:#747170; text-decoration: none}
a:focus{color:#747170; text-decoration: none}
a:active{color:#747170; text-decoration: none}
a:hover{color:#747170; text-decoration: underline}

.greencell_style  a:link{color:white; text-decoration: none}
.greencell_style  a:visited{color:white; text-decoration: none}
.greencell_style  a:focus{color:white; text-decoration: none}
.greencell_style   a:active{color:white; text-decoration: none}
.greencell_style   a:hover{color:black; text-decoration: none}


.table_style01 { background-color:white;width:950px; border-style:solid; border-width:0px; vertical-align:middle;margin-left:auto;margin-right:auto }
.table_style02 { background-color:white;width:565px; border-style:solid; border-width:0px; vertical-align:middle;margin-left:auto;margin-right:auto }


.cell950px {  width:950px; }
.cell912px {  width:912px; }
.cell862px {  width:862px; }
.cell793px {  width:793px; }
.cell722px {  width:722px; }
.cell676px {  width:676px; }
.cell662px {  width:662px; }
.cell632px {  width:632px; }
.cell592px {  width:592px; }
.cell570px {  width:570px; }
.cell540px {  width:540px; }
.cell534px {  width:534px; }
.cell520px {  width:520px; }
.cell535px {  width:535px; }
.cell480px {  width:480px; }
.cell470px {  width:470px; }
.cell456px {  width:456px; }
.cell441px {  width:441px; }
.cell437px {  width:437px; }
.cell436px {  width:436px; }
.cell422px {  width:422px; }
.cell393px {  width:393px; }
.cell342px {  width:342px; }
.cell316px {  width:316px; }
.cell300px {  width:300px; }
.cell260px {  width:260px; }
.cell250px {  width:250px; }
.cell200px {  width:200px; }
.cell170px {  width:170px; }
.cell160px {  width:160px; }
.cell150px {  width:150px; }
.cell118px {  width:118px; }
.cell100px {  width:100px; }
.cell50px {  width:50px; }
.cell39px {  width:39px; }
.cell30px {  width:30px; }
.cell29px {  width:29px; }
.cell19px {  width:19px; }
.cell9px {  width:9px; }





.cellleft_style { text-align:left;}
.cellright_style { text-align:right;}
.celljustify_style { text-align:justify;}
.cellmid_style { text-align:center;}
.celltop_style	{vertical-align:top; }

.greencell_style { background-color:#017F01}
.bordercell_style { border-style:solid; border-width:1px; border-color:#747170;}
.cellpad_style { padding:10px}

.image_style 		{border-style:none none none none;vertical-align:middle}
.image_style2		{border-style:none none none none;vertical-align:top}
table {border-collapse:collapse  } 

/************CSS for dropdown menu *************/
/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 14px ;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkmenu a:link{
color:black;		 /*text color on links white*/
}
.anylinkmenu a:visited{ 
color:black;		 /*text color*/
}
.anylinkmenu a:focus{ 
color:black;		 /*text color*/
}

.anylinkmenu a:active{ 
color:black;		 /*text color*/
}
.anylinkmenu a:hover{ 
background:white;	/*hover background color */
color:#747170;		/*Hover text color */
text-decoration: none;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


/************** End of dropdown CSS **************/



