/*control main elements*/
body {
	margin:10px;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:12px Verdana, Arial, Sans-serif;
	line-height:1.5em;
	background-color:white;
	background-repeat:repeat;
	}
	/*control selectors*/
p {
	margin:5px 5px 5px 20px;
	text-align:justify;
	}
.nav {
	padding:20px;
	}
h1 {
	color:#687bb6;
	font-size:24px;
	font-weight:normal;
	padding:0px;	
	margin:8px 10px 8px 10px;
	}
h2 {
	color:#687bb6;
	font-size:22px;
	font-weight:normal;
	line-height:1.3em;
	padding:0px;	
	margin:10px 10px 10px 10px;
	}
h3 {
	color:#687bb6;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	padding:0px;	
	margin:5px 5px 5px 5px;
	}
h4 {
	font-size:12px;
	font-weight:normal;
	padding:0px;	
	margin:10px;
	}
/*control links*/
a:link {  color: #369;
	text-decoration:none;	
	}
a:visited {  color: #99C;
	text-decoration:none;
	}
a:hover {  color: #FFF; 
	text-decoration:underline;
	background-color: #687bb6;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
.subhead {
	font-size:10px;
	font-weight:bold;
	color:#369;
	padding:3px 0px;
	}
.border {
	border:2px solid #9cf;
	}
hr {
	border: 1px solid #687bb6;
	}
.small {
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color:#687bb6;
	}
/* Controls scrollable content*/
.stream {
	width:770px;
	height:500px;
	margin-bottom:10px;
	overflow:auto;
	background-repeat:no-repeat;
	}
.floatright {
	float:right;
	margin:5px;
	}
.navback {
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat;
	}
ul {
	margin-left:25px;
	padding:10px;
	list-style-image:url(images/list.gif);
	line-height:150%;
	}