@charset "utf-8";

/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
}
.bold {
	font-family: Veranda, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990;
}
.bold_1 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	display: block;
	text-decoration: none;

}
.white_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.white_body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
}
.color_body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0C3;
}

.black_body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.body_emph {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFC;
}
.white_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFC;
	padding-bottom: 20px;
}



.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9;
	background-color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: medium;
	border-left-width: medium;
	background-image: url(images/Nav_Indicator.jpg);
	height: 30px;
	width: 166px;
	line-height: normal;

}
.image_padding {
	padding-top: 20px;
	padding-left: 20px;
}
.RED_huge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 40px;
	font-weight: bolder;
	color: #CECD63;
}
