
.heading{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #3E5370;
	font-weight: bold;
}


.links_heading_underline{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: underline;
	color : #4B4027;
	font-weight: bold;
}

.links_heading{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: underline;
	color : #4B4027;
	font-weight: bold;
}
.green_title{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #1E4526;
	font-weight: bold;
}

.black_bold{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
}

.blue_bold{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #32A445D;
	font-weight: bold;
}
.header2 {
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E5370;
	/*background-color:#F6E1C8;
	//background-color:#F1E4D4;
	//border-top:white 1px solid;
	//border-bottom:#ccc 1px solid;
	//border-top:white 1px solid;
	border-top:white 1px solid;*/
	width:inherit;
}

.content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49494A;
	border:#F7EEE3 1px solid;
}
hr {
		border: none 0;
		color:#3E5370;
		border-top: 1px dashed #3E5370;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}