/************************* BODY *************************/

body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/************************* MENU *************************/

.menu
{
	background-color: #A82A11;
}

.menu a{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.submenu
{
	background-color: #FFFFFF;
}

.submenu a{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.submenu a:hover{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/************************* LINKS *************************/

A{
	color: #3399CC;
	text-decoration: none;
	font-weight : bold;
}
A:hover{
	color: #399CC;
	text-decoration: underline;
	font-weight : bold;
}

.smaller a{
	font-size: 12px;
	color: #399CC;
	font-weight: bold;
	text-decoration: none;
}

.smaller a:hover{
	font-size: 12px;
	color: #399CC;
	font-weight: bold;
	text-decoration: underline;
}

.intro a{
	font-size: 14px;
	color: #3399CC;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom:0px
}


.footer a{
	font-size: 10px;
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover{
	font-size: 10px;
	color: #3399CC;
	font-weight: bold;
	text-decoration: underline;
}

/************************* LISTS *************************/
li{
margin-bottom: 6px;
	font-size: 12px;
	color: #000000;}


/************************* H TAGS *************************/

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #A42A13;
	margin-top: 0px;
	margin-bottom: 0px;
}

H2 {
	font-size: 18px;
	font-weight: bold;
	color: #3399CC;
	margin-top: 0px;
	margin-bottom: 0px;
}

H3
{
	font-size: 12px;
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
}

H4
{
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

/************************* TITLE BARS *************************/
.primary_bar {
	background-color : #3399CC;
}

.secondary_bar {
	background-color : #999999;
}

/************************* Text Classes *************************/

p, .p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

.ptitle {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.subcoup
{
	text-decoration: none;
		color: #A42A13;
}

.pagetitle {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight : bold;
}

.intro {
	font-size: 12px;
	color: #000000;
	margin-top:0px
}

.smaller {
	font-size: 12px;
	color: #000000;
	margin-top:0px
}

.smaller_title {
	font-size: 16px;
	color: #A42A13;
	margin-top:25px;
	margin-bottom:5px;
	font-weight:bold;
}

.caption {
	font-size: 9px;
	color: #000000;
	margin-top:0px;
}

.copyright {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	font-style: normal;
	color: #000000;
}

.disclaimer {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	font-style: italic;
	color: #000000;
	text-align:justify;
}

.sponsor {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #000000;
}

.sponsor1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.sponsor2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #3399CC;
}