/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #007a97;
	line-height: 1.5;
}

.spa {
	color: #007a97;
	font-size: 12px;
	line-height: 1.2;
	font-style: italic;
	text-align: justify;
}
.bold {
	color: #005F75;
	font-weight: bold;
}


.style2 {
	color: #B7975F;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.style3 {
	font-size: 15px;
	font-weight: bold;
color: #005F75;	
}

.small2 {
	font-size: 8px;
	font-weight: bold;
}

.smallgold {
	font-size: 8px;
	font-weight: bold;
    color: #B7975F;
}

.style5 {
    color: #B7975F;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

a:link {
	color: #B7975F;
	font-weight: bold;
}

a:visited {
	color: #B7975F;
}

a:hover {
	color: #007A97;
}

a:active {
	color: #B7975F;
}
.tanbox {
	background-color: #FBF7EF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.whitebox {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
