/* - - - - - - - - - - - - - - - - - - - -
Global Styles 
- - - - - - - - - - - - - - - - - - - - */

body { 
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: arial, verdana, geneva, lucida, sans-serif;
	color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-position: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #0E5287;
}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	color: #0E5287;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	color: #0E5287;
}

.content {
	font-family: arial, verdana, geneva, lucida, sans-serif;
	color: #333333;
	line-height: 16px;
	font-size: 11px;
	background-color: #ffffff;
}

.right {
	font-family: arial, verdana, geneva, lucida, sans-serif;
	color: #333333;
	line-height: 16px;
	font-size: 11px;
}

.footer {
	font-family: arial, verdana, geneva, lucida, sans-serif;
	color: #333333;
	line-height: 10px;
	font-size: 10px;
	background-color: #D9E3EC;
}

/* - - - - - - - - - - - - - - - - - - - -
List Styles 
- - - - - - - - - - - - - - - - - - - - */

ul {
	list-style-image: url(bullet.gif);
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
}

/* - - - - - - - - - - - - - - - - - - - -
Link Styles 
- - - - - - - - - - - - - - - - - - - - */

a:link {
	color: #0E5287;
	text-decoration: none;
}
	
a:visited {
	color: #0E5287;
	text-decoration: none;
}

a:hover {
	color: #0E5287;
	text-decoration: underline;
}

a:active {
	color: #0E5287;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - -
Custom Styles 
- - - - - - - - - - - - - - - - - - - - */

.feat {
	font-family: arial, verdana, geneva, lucida, sans-serif;
	color: #ffffff;
	line-height: 21px;
	font-size: 19px;
	background-color: #0E5287;
}
	
.feathead {
	font-family: arial, verdana, geneva, lucida, sans-serif;
	color: #FFCC00;
	font-weight: bold;
	line-height: 21px;
	font-size: 19px;
}
