body {
	/* font-family: Lucida, Helvetica, Arial, sans-serif; */
	font-family: verdana, Arial, sans-serif;
	margin: 6px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	}
td {
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
p	{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}

h1	{
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #007796;
	margin: 3px 3px 3px 15px;
	}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
	margin: 3px 3px 3px 15px;
	}
	
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: gray;
	margin: 0px;
	}
.copyright {
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: gray;
	}
.inputfont {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 10px;
 	color: #000000;
 	font-weight: bold;
        }
.smallbold {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 11px;
 	color: #0A5704;
 	font-weight: bold;
        }
a:link {
	text-decoration: underline;
	color: #007796;
	}
	
a:visited {
	text-decoration: underline;
	color: #007796;
	} 
	
a:active {
	text-decoration: none;
	color: #0094DE;
	}
	
a:hover {
	text-decoration: none;
	color: #0094DE;
	}
.cellbg {
        background-image: url(images/template2_03.jpg);
        background-repeat: no-repeat;
}
.logbox {
	float: right;
	text-align: left;
	width: 200px;
	height: 60px;
	margin: 5px 0px 0px 30px;
	padding: 2px;
	position: relative;
	left:-5px;
        top:-1px;
	border: 1px solid #ffffff;
	}
.headerbox {
	padding: 1px;
	border: 1px solid #CFE6EC;
	}
.headerboxcontent {
	text-align: right;
	margin: 1px;
	background-color: #F3F6F7;
	}
.boxcontent {
	text-align: left;
	margin: 1px;
	padding: 8px;
	background-color: #F3F6F7;
	}
.indent {
	margin-left: 23px;
	margin-right: 20px;
	font-family: Verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	}
.smallindent {
	margin-left: 20px;
	font-family: Verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	}
.input_log {
 	border: 1px solid #275680;
	border-top-width: 1px;
 	border-left-width: 1px; 
        font-size: 10px;
 	border-left-color: #000000;
 	border-bottom-width: 1px;
 	border-bottom-color: #000000;
 	color: #000000;
 	border-top-color: #000000;
 	font-family: arial;
 	background-color: #f5f5f5;
 	border-right-width: 1px;
 	border-right-color: #000000
        }
.required {
       font-weight: bold;
       color: red;
       }
.okay {
       font-weight: bold;
       color: black;
       }
