﻿html {
	background: #fff;
	margin:0
}

body { 
    font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color: #036;
	margin:0
}  

h1, h2, h3, h4, h5, h6 { 
    font-family:  Georgia,Palatino,"Times New Roman",serif;
	font-weight: bold;
	color: #036;
	border-bottom: solid 1px #ccc;
}  

p { 
	margin:0 0 10px 0;
	color:#000;
	text-align:justify;	
}

li { 
	margin:0 0 5px 0;
	text-align:justify;	
}

h1 {
	font-size: 14pt;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 13pt;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 11pt;
	margin: 0 0 10px 0;
}

img { border:0px; }

/* --- [ links ] -----------------------------------------*/

	a { color: #036; text-decoration:underline }
	a:visited { color: #036; text-decoration:underline }
	a:hover { color: #06c; text-decoration:underline }
	a:active { color: #06c; text-decoration:underline }

	a.red { color: #903; text-decoration:underline }
	a.red:visited { color: #903; text-decoration:underline }
	a.red:hover { color: #603; text-decoration:underline }
	a.red:active { color: #603; text-decoration:underline }

/* --- [ layout ] -----------------------------------------*/

	#container {
		width:575px;
		margin:5px auto;
		border:solid 1px #036;
		clear: both;
	}
	
	#header {
		width:575px;
		margin:0;
		clear: both;
		text-align:right;
	}
	
	#header img {
		margin:0 50px 0 0;
	}

    #topbar {
		height:25px;
		background:#036;
    }

.cols-wrap {width:500px; margin:10px; clear:both; }
.cols-left {width:450px; float:left; margin:0 5px 0 0; text-align:left; }
.cols-right {width:338px; border:solid 1px #669; float:right; margin:0 0 0 5px; padding:10px; text-align:left; }
.cols-right ul { margin:5px 0 10px 15px }
html>body .cols-right ul { margin:5px 0 10px -25px }
.cols-right p { margin:0; text-align:left; }
.cols-right li { 
	margin:0 0 5px 0;
	text-align:left;	
}

.graph-container {width:600px; margin:15px 10px 10px 10px; clear:both; }



/* --- [ misc classes ] -----------------------------------------*/

.clear	{clear:both;}
.right { text-align:right }
.left { text-align:left }
.center { text-align:center }
.leadingText-11 {
	color:#036;
	font-size:11pt;
	font-weight:normal;
	font-variant:small-caps;
}
.leadingText-12 {
	color:#036;
	font-size:12pt;
	font-weight:normal;
	font-variant:small-caps;
}
.leadingText-13 {
	color:#036;
	font-size:13pt;
	font-weight:normal;
	font-variant:small-caps;
}
.leadingText-14 {
	color:#036;
	font-size:14pt;
	font-weight:normal;
	font-variant:small-caps;
}

.bigStatement {
	color:#903;
	font-size:12pt;
}


