/* CSS HTML TAG SELECTORS */
body {
	background-color: #003366;
	color: #0c4d83;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;		
}

html>body {
	font-size: 12px;
}

p {
	font-family: arial, helvetica, sans-serif;	
	font-size: 1.2em;
	/* line-height: 1.1em; */
	text-align: justify;
	margin: 0px;
	padding-bottom: 10px;	
}

td {
  font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
} 

td.label {
  text-align: right;
}

h1 {
	font-size: 2.0em;
	margin: 0px;
	padding: 0px; 
	color: #0c4d83;
	font-weight: bold;
	text-align: center;
	/* border: 1px solid #8a7e5c; */
	/* line-height: 1.2em; */
}

h2 {
	font-size: 1.6em;
	color: #0c4d83;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0px;		
}

h3 {
	font-size: 1.2em;
	color: #0c4d83;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 15px 0;
} 

h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #0c4d83;
}

h3 a:hover, h3 a:active {
	text-decoration: underline;
	color: #CC0000;
}

a:link {
	color: #0000FF;
}

a:visited, a:hover {
	color: #CC0000;
}

a.redheader:link, a.redheader:visited, a.redheader:hover {
  color: #CC0000;
}

a.yellow {color: #FAC904} 
a:visited.yellow, a:hover.yellow {color: #CC0000}


/* CSS CLASS SELECTORS */
.footnote {
  text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	margin:  15px auto auto auto;
	padding: 5px;
	width: 600px;
}

.red {color: #CC0000}

.justified { text-align: justify; }

.warning { font-size: 12pt; font-weight: bold; color: #990000; }

.yellow {color: #FAC904} 

/* CSS ID SELECTORS */
#banner {
	background: #cccccc;
	width: 800px;
	height: 140px;
}

#chart_div {
  width: 850px; 
	height: 300px;
}

#chart_div2 {
  width: 850px; 
	height: 300px;
}

#content {
	display: none;
}


#copyright {
	padding: 0 12px 0px 12px;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	font-style: italic;
}

#featuredProduct {
  border: 1px solid #0c4d83;
} 

#footer {
	background: #fff;
	border-top: 1px solid #8a7e5c;
	border-bottom: 1px solid #8a7e5c;
  margin: 20px 0 5px 0;
  padding: 5px 0 5px 0;
}

#head {
	margin-top: 20px;
}

#hq {
  float: right;
	text-align: center;
}

#information {
  text-align: center;
	font-family: arial, helvetica, sans-serif;
	/* border: 1px solid #8a7e5c; */
	margin:  15px auto auto auto;
	padding: 5px;
	width: 600px;
}

#information p{
  padding-top: 5px;
	/*font-style: italic; */
}

#information ul {
	margin: 0;
	display: inline-block;
  text-align: left;
}

#maincontainer {
	background: #ffffff;
	text-align: left;
	width: 860px;
	margin:  0px auto auto auto;
	padding: 0 0 29px 0;
}

#results {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#wrapper {
	background: #ffffff;
	width: 880px;
	text-align: left;
	margin: 0px auto 20px auto;
	padding: 5px 0 50px 0;
}
