body {margin-left: 2%;
      font-family: Verdana, Arial, Helvetica, sans-serif;
  }

.headingmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #D71920;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	/* font-style: oblique; */
	line-height: normal;
	font-weight: bold;
}
.bodytext {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytext_xxx {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bodytextbold {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textbox {
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #333333;
	width: 190px;
}
a:link {
	font-size: xx-small;
	color: #555555;
	text-decoration: none;
}
a:hover {
	font-size: xx-small;
	color: #777777;
	text-decoration: underline;
}
a:visited {
	font-size: xx-small;
	color: #555555;
	text-decoration: none;
}
a:active {
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#titleBar1 {float: left; width: 100%; margin-bottom: 10; padding: .5em; background-color: #c0c0c0; }

/*******  New stuffs add by Wilson ***/

.bodytext ul li {
	 /*display: inline;*/
	 list-style-position: outside;
	 list-style-image: url("../images/bullet_arrow.gif");
}

.bodytext a:hover {
	color: #00ccff; /*#ffcc00;*/
}


h4 {color: #999999; 	
    font-size: x-small;
	}
.pageheadingmain {
	font-size: x-small;
	color: #D71920;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	/* font-style: oblique;*/
	line-height: normal;
	font-weight: bold;
	background: url("../images/bg_page_title.png") repeat;
	padding: 5px;
	}

/* CSS Tabs for Navigation Buttons  */
#navcontainer { background: url("../images/table_background.gif"); }

ul#navlist {
        margin: 0;
        padding: 0;
        display: inline;
        white-space: nowrap;
        list-style: none;
}
ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #eef4f1;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
        background: url("navbar_back.gif") repeat;
}
#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #333333;
        border-right: 1px dashed #d1e3db;
        text-decoration: none;
}
ul#navlist li#active {
        color: #95bbae;
        background-color: #deebe5;
}
#navlist a:hover {
        color: #F00;
        background-color: #f3f3f3; /* #d1e3db; */
}
/*   End 2nd CSS Button style */
/* FOOTER */
#footer {
        border: 2px;
		clear: both;
		text-align: center;
        }
#footer p {text-align: center;
        font-size: xx-small; 
       }
#footer ul {padding: 5px;
            margin: 0px;
            background: url("navbar_back.gif") repeat;
        }
#footer li {
     display: inline;
     font-size: .8em;
     text-align: center;
     padding: 0px;
 	}
#footer a {color: #000; text-decoration: none; padding: 5px; 	font-size: 80%;

    }
#footer a span {color: #f00; text-decoration: none; padding: 5px;
    }
#footer a:hover {
	/*background-color: #c0d1e7;*/
	color: #ffcc00;
	font-weight: bolder; 
	}
/******/