.heading { font-size: 13px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ED2025; text-decoration: underline; text-transform: uppercase;}

.title2 { font-size: 15px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; text-decoration: none;}

A.red {
	text-decoration: underline;
	color: #ED2025;
	background-color: transparent;
 	font-size: 11px;
	font-weight: normal;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A.red:visited {
	text-decoration: underline;
	color: #ED2025;
	background-color: transparent;
    	font-size: 11px;
	font-weight: normal;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
}



A.red:hover {
	text-decoration: none;
	color: black;
	background-color: transparent;
        font-size: 11px;
	font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}



A.red :active{
	text-decoration: underline;
	color: #ED2025;
	background-color: transparent;
        font-size: 11px;
	font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}


.innerbrown { font-size: 13px;
	   font-weight: bold;
	   text-decoration: none;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-weight: bold;
	   text-transform: uppercase;
	   color: white;
	   text-align: center;
       	   background-color:  #541601;
}

.innertable {border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 0px;}

.innertd {border-bottom: 1px solid black;}

hr {height: 1px;}



.indent     {margin-left: 40px;}

.bold {
	font-weight: bold;
	}