@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BG_Stripe.png);
	background-repeat: repeat;
}
.headerRight_BG {
	background-image: url(images/headerRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.text_12_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.text_12_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDBB05;
}
.section_heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	font-weight: bold;
}
.table_border_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
A:link {
	color:#FDBB05;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
A:visited {
	color:#FFC;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
A:active {
	color:#CC0000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
A:hover {
	color:#FDBB05;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#container {
	padding: 10px;
}
.text_12_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.text_24_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FDBB05;
}
.text_14_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FDBB05;
}
