h1{
	font-family: verdana; 
	font-size: 16px; 
	font-weight: bold; 
	color: black; 
	text-align: left; 
	width:100%; 
	background-color: #f4fff3; 
	padding: 3px;
}

h2{
	font-family: verdana; 
	font-size: 14px; 
	color: brown; 
	text-align: left; 
	margin: 10px;
}

h2.sam{
	font-family: verdana; 
	font-size: 14px; 
	color: brown; 
	text-align: center; 
	margin: 10px;
}

h3{
	font-family: verdana; 
	font-size: 12px; 
	text-align: left; 
	margin: 10px;
	font-weight: normal; 
	text-align: justify;
}

h4{
	font-size: 16px; 
	text-align: left; 
	font-weight: bold; 
}

h5{
	font-size: 14px; 
	text-align: left; 
	font-weight: bold; 
}

h6{
	font-family: verdana; 
	font-size: 12px; 
	color: brown; 
	text-align: left; 
	margin: 2px;
}

ul{
	font-family: verdana; 
	font-size: 12px; 
	margin-left: 25px;
	line-height: 16px;
}


table.index
{
	border:1px #DDDDDD solid;
}

.left{
	background-color: white; 
	border-bottom: 1px #DDDDDD solid;
	padding: 5px;
}

.listingheading{
	padding-top: 25px;
	font-family: verdana;
	font-size: 14pt;
}

.listing{
	background-color: white; 
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.old_issue{
	font-size: 12px;
	font-family: verdana;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

a.top{
	text-decoration: none;
	color: #25077C;
	margin: 5px;
	font-size: 10pt;
}

a:hover.top{
	color: red;
	font-size: 10pt;
	text-decoration: none;
}

a.left{
	text-decoration: none;
	font-size: 12pt;
	color: #4a4a4a;
}

a:hover.left{
	font-weight: bold;
	color: red;
	font-size: 12pt;
	text-decoration: none;
}

a.main{
	text-decoration: none;
	font-size: 12pt;
	color: #800000;
}

a:hover.main{
	font-size: 12pt;
	text-decoration: underline;
}

a.indexbox{
	font-family: verdana; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000075; 
	padding: 3px;
	text-decoration: none;
}

a:hover.indexbox{
	text-decoration: none;
	color: red; 
}

a.indexboxheading{
	font-family: verdana; 
	font-size: 14px; 
	color: #000075; 
	text-align: left; 
	text-decoration: none;
}

a:hover.indexboxheading{
	text-decoration: none;
	color: red; 
}

a.indexboxmoreheading{
	text-decoration: none;
	color: #000075; 
}

a:hover.indexboxmoreheading{
	text-decoration: none;
	color: red; 
}

a.impsite{
	text-decoration: none;
	font-size: 10pt;
	color: #800000;
}

a:hover.impsite{
	font-size: 10pt;
	text-decoration: underline;
}


.btnav {
	background-color: #f3fbff; 
	padding-left: 10px;
	padding-right: 10px;
	border: 1px #DDDDDD solid;
	text-align: center;
} 

