<!-- 
/* Hide from incompatible Browsers.*/

body {
	color: #999999; 
	background: #67696E;
	font-family: helvetica,arial,sans-serif; 
	font-size: 10pt;
	margin: 0px; 
	}

td, div, span, ul, ol, p  {
	color: #67696E; 
	font-family: helvetica,arial,sans-serif; 
	font-size: 10pt;
	}

img {
	border-color: #000000; 
	}

h1 { 
	font-size: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 10pt;
	margin-right: 10pt;
	}
h2 { 
	font-size: 13pt; 
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 10pt;
	margin-right: 10pt;
	}
h3 {
	font-size: 12pt; 
	margin-top: 7pt;
	margin-bottom: 3pt;
	margin-left: 10pt;
	margin-right: 10pt;
	}
h4 { font-size: 11pt; }
h5 { font-size: 9pt; }
h6 { font-size: 6pt; }
hr { color: #000099; }

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#0078ae; 
	}
a:hover {
	color:#FF9900; 
	text-decoration:underline; 
	}
a {
	color: #0078ae; 
	text-decoration: underline; 
	}
	
#logo {
	position: absolute; 
	top: 23px; 
	left: 10%;
	z-index: 1;
	}
#address {
	color: #ffffff;
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 3px #333;
	position: absolute; 
	top: 55px; 
	right: 20%;
	z-index: 1;
	}
#flash {
	position: absolute; 
	top: 52px; 
	left: 40px;
	z-index: 2;
	}
#content {
	position: absolute; 
	top: 40px; 
	left: 0px;	
	width: 100%;
	margin: 0px;
	z-index: 0;
	}

a.title:link, a.title:visited, a.title:active {
	text-decoration:underline;
	color:#FFFFFF; 
	}
a.title:hover {
	color:#FF9900; 
	text-decoration:underline; 
	}

.body {
	color: #67696e;
	background: #EEEEEE;
	font-size: 10pt;
	}
.titlebar {
	color: #FFFFFF;
	background: url(../img/bg-title.png) repeat-x 0px 0px;
	}	
.header {
	color: #FFFFFF; 
	font-family: verdana,arial,helvetica,san-serif; 
	font-size: 12px;
	font-weight: bold;
	}
.chart {
	border: solid 1px #000000; 
	color: #000000; 
	font-size: 10pt;
	}
.glow {color: #F5F5F5; }
.shadow {color: #000000; }
.supersize {font-size: 24pt; }
.largest {font-size: 18pt; }
.larger {font-size: 14pt; }
.large {font-size: 12pt; }
.medium {font-size: 10pt; }
.small {font-size: 9pt; }
.smaller {font-size: 8pt; }
.smallest {font-size: 7pt; }
.footer {font-size: 7pt; 
	color: #67696E;}

/* End Style Sheet commenting. */  -->