@charset "utf-8";
/* CSS Document */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	font-size: 12px;
	color: #333;
}
a:hover {
	color: #000;
}
#white a:link, #white a:active, #white a:visited {
	font-size: 12px;
	color: #CCC;
}
#white a:hover {
	color: #FFF;
}
.copy {
	font-size: 12px;
}
.leftcopy {
	font-size: 12px;
	color: #DFBB65;
}
.bottomnav {
	font-size: 10px;
	color: #CCC;
	line-height: 16px;
}
#bottomnav a:link, #bottomnav a:active, #bottomnav a:visited {
	font-size: 10px;
	color: #CCC;
	line-height: 16px;
}
#bottomnav a:hover {
	color: #FFF;
}
.orange {
	color:#b26b26;
}
.purple {
	color:#735270;
	font-weight: bold;
}
.gold {
	color:#d7ba5b;
}
.white {
	color: #fff;
}
.bold {
	font-weight:bold;
}
.sixteen {
	font-size:16px;
}
.fourteen {
	font-size:14px;
}


.red {
	color: #C00;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
