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

.headline {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#A61E22;
	line-height:normal;
	margin:-1px 0 10px 0;
	letter-spacing:1px;
	font-weight:BOLD;
}
.title {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#A61E22;
	text-transform: uppercase;
	margin-bottom: -4px;
	margin-top: 0px;
	letter-spacing:1px;
	font-weight:bold;
}
.head {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight: bold;
	color:#363A43;
	margin-bottom: -8px;
	letter-spacing:1PX;
}
.italic {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #363A43;
}
.white {
	color: #FFFFFF;
}
ul.red
{
list-style-type:none;
padding-left: .7em;
}

li.red
{
margin: 10px;
text-indent:-.9em;}
.image {
	float: right;
	width: auto;	
	border:#363A43 solid 1px;
	margin-left:10PX;

}

A:link {text-decoration: underline; color:#363A43; font-weight:BOLD;}
A:visited {text-decoration: underline; color:#363A43; font-weight:BOLD;}
A:active {text-decoration: underline; color:#363A43; font-weight:BOLD;}
A:hover {text-decoration: underline; color:#363A43; font-weight:BOLD;}

a.nav:link {color:#FFFFFF; text-decoration: none; font-weight: bold;}
a.nav:visited {color:#FFFFFF; text-decoration: none; font-weight: bold;}
a.nav:hover {color:#FFFFFF; text-decoration: underline; font-weight: bold;}
a.nav:active {color:#FFFFFF; text-decoration: underline;font-weight: bold;}

a.external:link {text-decoration: underline; color:#363A43; font-weight:NORMAL;}
a.external:visited {text-decoration: underline; color:#363A43; font-weight:NORMAL;}
a.external:hover {text-decoration: underline; color:#363A43; font-weight:NORMAL;}
a.external:active {text-decoration: underline; color:#363A43; font-weight:NORMAL;}
