/* CSS Document */
.main-title {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: Navy; /*	color: #339900; */
	line-height: 30px;
	vertical-align: top;
}

.sub-title {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: black; 
}
.title-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; /**/
	color: Navy;
	background-color: #FFCC00; /*background-color: red; */
	line-height: 18px;
}
.beige-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: brown; 
   background-color:#FFFF99; 
   line-height: 18px;  
}
.common {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

html, body {
   margin : 0;
	padding:0px;
	margin-top:0px;
	margin-left:7px;
	margin-bottom:0px;
}

td, div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

div.toppadding {
    height: 18px;
    overflow: auto;
}

H1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: navy;  
   line-height: 28px;  
}
H2 {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: black;   
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #339933;
	font-size: x-small;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 1px;
	text-indent: 0pt;
	text-align: center;
	line-height: normal;
}

a { font-weight : bold;}
 
a:link { color: navy }
a:visited { color: navy }
a:active { color: navy }
a:hover { color: red }

p { margin: 0px; }
