/** CSS Document **/

/** Common Styles **/
a {
	color: #8E5256;
	text-decoration: none;
	}

a:hover {
	color: #8E5256;
	text-decoration: underline;
	}

a:active {
	color: #8E5256;
	text-decoration: underline;
	}
	

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	}

.TxtHdr {
	font-size: 19px;
	color: #B6101A;
	line-height: 26px;
	font-weight: bold;
}

.TxtSideHdr {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}


.TextSmall {
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	}

.TextSmaller {
	font-size: 10px;
	color: #00000;
	line-height: 16px;
	}


ul {
	list-style: square;
	margin-left: 35px;
	margin-top: 0px;
	padding: 0px;
	}

table.TBLInsideLeft {
	width: 464px;
}

table.TBLInsideRight {
	width: 230px;
}

#InsideRight TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
}

hr {
	color: #CBCBCB;
	background-color: #CBCBCB;
	background: #CBCBCB;
}

/** End **/

/** Inside Page Styles **/


