@charset "utf-8";
/* CSS Document */


body { 
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
h1 { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #6cb836;
	letter-spacing: -0.6;	
}
	
h1.first { margin-top: 0px; }
	
h2 {
	font-size: 14px;
	font-weight: bold;
	}
	
h3 { font-size: 16px;
	font-weight: bold;
	color: #e49e25;
	}
	
h4 { 
	font-size: 13px;
	font-style: italic;
	color: #e49e25;
	}


p, td { font-size:12px; }

p.subnav { font-size: 12px; }

a { 
	color:#eb6e20;
	font-weight: bold;
	text-decoration:none;
	}
	
a:hover { text-decoration:underline }

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-top: 9px;	
	padding-right: 15px;
}

.copyright a, .copyright a:hover {
	color: black;
	text-decoration: underline;
}

.subnav,
.subnav-about {
	padding-right: 3px;
}

.subnav div.title,
.subnav-about div.title {
	padding-right: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #eb6e20;
}

.subnav a,
.subnav div.item,
.subnav-about a,
.subnav-about div.item {
	display: block;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	color: #444;
	font-size: 10pt;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	line-height: 12pt;

}

.subnav a:hover,
.subnav-about a:hover {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;	
	color:#ec8326;
}

.subnav a.selected {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;	
}

.subnav-about a.selected {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;	
	color:#ec8326;
	text-decoration: none;
}

sup{
	font-size:8px;

}

#flash {
    font-weight: bold;
    color: #79C23D;
    border: 1px solid black;
    width: 100%;
    text-align: center;
    padding: 5px;

}
#flash p {
    text-align: center;
}


