/* CSS Document */

body {
	margin: 0;
	background-color: #FEFFF3;	
	}

img {
	border: 0;
	}

#sub {
	margin: 0;
	color: #6E6F7B;
	font-family: geneva, sans-serif;
	font-size: 9pt;
	background-color: #F6FAFD;
	}

#header {
	color: #6E6F7B;
	font-family: papyrus, geneva, sans-serif;
	font-size: 9pt;
	padding: 0 0 0 7px;	
	}

#header a {
	color: #6E6F7B;
	font-family: papyrus, geneva, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}

#header a:hover {
	color: #6E6F7B;
	font-family: papyrus, geneva, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	}

.subheader {
	color: #6E6F7B;
	font-family: papyrus, geneva, sans-serif;
	font-size: 8pt;	
	}

.subheader a {
	color: #6E6F7B;
	font-family: papyrus, geneva, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}

.subheader a:hover {
	color: #6E6F7B;
	font-family: papyrus, geneva, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	}

#divUpControl {
	width:35px;
	height:25px;
	z-index:1;
	text-align: right;
	}

#divDownControl {
	width:35px;
	height:25px;
	z-index:1;
	text-align: right;
	}

#divContainer {
	left: 0px;
	visibility: hidden;
	overflow: hidden;
	width:510px;
	clip: rect(0px 505px 340px 0px);
	position: relative;
	top: 0px;
	height: 340px;
	}

#divContent {
	color: #6E6F7B;
	font-family: geneva, sans-serif;
	font-size: 9pt;
	padding: 0 3px 0 7px;
	left: 0px;
	position: absolute;
	top: 0px;
	}

#divContent a {
	color: #666666;
	font-family: geneva, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	}

#divContent a:hover {
	color: #666666;
	font-family: geneva, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	}

#noscrollcontent {
	color: #6E6F7B;
	font-family: geneva, sans-serif;
	font-size: 9pt;
	padding: 0 3px 0 7px;
	}

#noscrollcontent a {
	color: #666666;
	font-family: geneva, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}

#noscrollcontent a:hover {
	color: #666666;
	font-family: geneva, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	}


