@charset "UTF-8";
/* CSS Document */

h1 {
	color: #72722b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 10px !important;
	letter-spacing: 2px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px !important;
	background: url(../images/design/h2_bg.gif) left 2px no-repeat;
}
h3 {
	color: #8d0e3a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 10px !important;
	letter-spacing: 2px;
}
h4 {
	color: #739da5;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px !important;
}
h5{
	color: #5c5959;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px !important;
}
.yellow_header {
	color: #cfce5c;
	font-size: 18px !important;
}
.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #72722b;
	display: block;
	padding: 5px 0px 10px 0px;
}
.white_text {
	color: #ffffff;
}
.three_dee { /* add to text fields for 3d effect */
	border-top: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-right: 1px solid #bbbbbb; 
	border-bottom: 1px solid #bbbbbb;
	height: 17px;
}
.banner_border {
	border: 1px solid #999999;
}
.pbody { font-size: 12px; padding-bottom: 10px; line-height: 130%;}
.pbody a { color: #00718f; }
.pbody a:hover { text-decoration: none; }
.pright { font-size: 12px; padding-bottom: 10px; line-height: 130%;}
.pright a { color: #8d0e3a; text-decoration: none;}
.pright a:hover { text-decoration: underline; }
.super { /* super script so leading doesn't get all weird */
	font-size: 50%;
	vertical-align: text-top;
}
.pright_sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5959;
}
.fame_contact{
	font-size: 13px;
}
.footer_content{font-size: 10px;}
.footer_content a{color: #000000; text-decoration: none;}
.footer_content a:hover {text-decoration: underline;}

table .even {background: #deddd6;}
table .odd {background: #f4f5f6;}
