/***********************************   html tag class         */
html{
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/html_bg.gif);
	background-repeat: repeat-x;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%!important;
}
img, form, ul, li {
	margin: 0px;
	padding: 0px;
	border:none;
	list-style-type: none;
}

hr {
	height: 1px;
}
/***********************************   link tag class         */
a:link {
	color: #034F8B;
}
a:visited {
	color: #034F8B;
	text-decoration: none;
}
a:hover, a:active {
	color: #A74531;
	text-decoration: underline;
}
/***********************************   heading tag class         */
h1 {
	font-size: 22px;
	color: #3A71B8;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	margin: 0px;
	color: #6639B7;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
.contentheading{
	font-size: 12px;
	margin: 0px;
	padding: 0px;	
	}
.createdate	{
	font-size: 11px;
}
h3 {
	font-size: 14px;
	color: #4E4E4E;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0B1E59;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-weight: normal;
	font-style: italic;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 12px;
	margin: 0px;
}
fieldset{
	border: 1px solid #CCC;
	padding: 10px;
}
label {
}
.small{
	font-size: 10px;
	}
blockquote{
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}	
/***********************************   list tag class         */
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul li{
	list-style: square;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul ul {
	list-style: disc;
}
ul ul ul {
	list-style: circle;
}
ol {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
ol li {
	list-style-type: decimal;
	padding-top: 2px;
	padding-bottom: 2px;	
}
.awhonnmenu ul li, .awhonnmenu ul ul, .awhonnmenu li {list-style: none; }

/***********************************   table tag class         */
.datatable {
	padding-bottom: 15px;
}
.datatable th {
	background-color: #CEDFF7;
	color: #2A405B;
}
.datatable th, .datatable td {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FAFAFA;
	margin: 0px;
}
.datatable td strong {

}
.datatable tr {
	background-color: #F2F7FD;
}
.datatable tr.alter {
	background-color: #FCFDFE;
}
.clear {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.rightimage {
	padding-bottom: 10px;
	padding-left: 10px;
}
.greentext{
	font-weight: bold;
	color: #728574;
}
.greytext{
	color: #7a7a7a;
}
.imageleft{
	border: 2px solid #DDDDDD;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageright{
	border: 2px solid #DDDDDD;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}
