/***********************************   html tag class         */
html{
}
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #545552;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
img {
	border:none;
}
form{
	margin: 0px;
	padding: 0px;
}
/***********************************   link tag class         */

a:link, a:visited {
	color: #236a51;;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
/***********************************   heading tag class         */
h1 {
	font-size: 17px;
	color: #33715b;
	margin: 0px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 18px;
}
h2 {
	font-size: 14px;
	color: #c18f64;
	margin: 0px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
	color: #c18f64;
}
h4 {
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
}
/***********************************   list tag class         */
ul {
	margin-top: 0px;
	padding-top: 10px;
}
ul li{
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
ul ul {
	list-style: disc;
}
ul ul ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
/**** table styles *****/
td, table{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.datatable th {
	background-color: #ababad;
	color: #FFF;
}
.datatable th, .datatable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2E4D9;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.datatable td {

}
.clear{
	clear: both;
}
.red_text{
	color: #cc0000;
}
#special{
	display: none;
	visibility:hidden;
}

