BODY {
	margin: 12px;
	background-color: #FFFFFF;
}

P, TD, LI, input, textarea, select {
	font-size: 11px;
	color: #555555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

A, A:link, A:visited {
	color: #256545;
}

A:hover, A:active {
	text-decoration: none;
}

.footnote, .footnote:link, .footnote:visited {
	font-size: 9px;
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.footnote:hover, .footnote:active {
	text-decoration: none;
}

.list {
	list-style-type: disc;
}

.boldText {
	font-weight: bold;
}

.textGold {
	color: #B58429
}

.textGold2 {
	color: #B58429;
        font-weight: bold;
}

.boldRed {
	color: #CC0000;
	font-weight: bold;
}
.boldRed2 {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.boldGold {
	color: #B58429;
	font-weight: bold;
}
.boldGoldBig {
	font-size: 14px;
	color: #B58429;
	font-weight: bold;
}
.smallTD {
	font-size: 10px;
	color: #555555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.bt-send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: efefef;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 80px;
	cursor: hand;

