@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	}
		
a.footer_text  {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	}
	
a.footer_text:hover  {
	color: #E6B6AC;
	text-decoration: underline;
	cursor: hand;
	}
	
a.footer_text:active  {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	}
.table_border {
	border: 1px solid #773324;
}

.top_border {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #773324;

}
