/* CSS Document */

<style type="text/css">

body {margin: 0; height: 100%;}

a:link {text-decoration: none; color: #e03d07}
a:visited {text-decoration: none; color: #e03d07}
a:active {text-decoration: none; color: #e03d07}
a:hover {text-decoration: underline; color: #912805;}

p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

.subNav {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 7px;
}

.subNav a:link {text-decoration: none; color: #000000;}
.subNav a:visited {text-decoration: none; color: #000000;}
.subNav a:active {text-decoration: none; color: #000000;}
.subNav a:hover {text-decoration: none; color: #ff6633;}

.whatsNew {
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 0px;
}

.whatsNew a:link {text-decoration: none; color: #000000;}
.whatsNew a:visited {text-decoration: none; color: #000000;}
.whatsNew a:active {text-decoration: none; color: #000000;}
.whatsNew a:hover {text-decoration: none; color: #ff6633;}

.title {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #ff6633;
}

.date {
	font-weight: bold;
	color: #ff6633;
}

.quote {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.italic {
	font-style:italic;
}

.boldItalic {
	font-weight: bold;
	font-style:italic;
}

ul {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
ul li a:link a:visited a:active{text-decoration: none; color: #e03d07;
}
	 
ul li a:hover {text-decoration: none; color: #912805;
}

ol {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}


.image {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

</style>
