html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* added for Explorer, since it doesn't use <meta name="viewport" ...> */

@viewport {
	zoom: 1.0;
	width: device-width;
}

@-ms-viewport {
	zoom: 1.0;
	width: device-width;
}




body {
	margin:0px;
	padding:0px;

	background-color:#ffffff; /* window background color */

	/* use image background instead? */
	/* background: #f1f0f0 url(../images/background.gif) repeat-x; */

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0 !important;
}


.grid {
	padding: 0 0px;
}




/* layout colors */

#header{
	background-color:#ffffff; /* page background color */
	padding: 0px;
}

.contentBkgndColor {
	background-color: #ffffff;
}

.sidebarBkgndColor {
	background-color: #ffffff;

	/* use image background instead? */
	/* background: #ffffff url(../images/bg_left.jpg) repeat-x; */
}

.featBoxCol1 {
	background-color: #9AC4E7;
}

.featBoxCol2 {
	background-color: #5DA3D8;
}

.featBoxCol3 {
	background-color: #4197D2;
}

.featBoxCol4 {
	background-color: #1385C9;
}

.featBoxCol5 {
	background-color: #9AC4E7;
}

.featBoxCol6 {
	background-color: #5DA3D8;
}


h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 5pt;
}


.featPadding {
	padding: 10px;
}

.contentPadding {
	padding: 10px;
}

.contentPadding ul, .contentPadding ol {
	margin-left: 20pt !important;
}

.featPadding ul, .featPadding ol {
	margin-left: 20pt !important;
}


.sidebarPadding {
	padding: 10px;
}

.pageColor {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #333333;	 /* text color */
	background-color:#ffffff; /* page background color */
}

a {
	color: #182677;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

.red, .required {
	color: #FF0000;
}

.mainChartHighlight {
	color: #7BCE00;
	font-weight: bold;
}

.videoBox {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.videoBox iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#footer{
	background-color:#ffffff; /* page background color */
	padding: 10px;
}

