/* CSS Document */
DIV.COPY {
	font-family:arial;
	margin-right:200px;
	background-color:none;
	}

DIV.COPY a:link {
	color:#005500;
	text-decoration:none;
	}
DIV.COPY a:visited {
	color:#005500;
	text-decoration:none;
	}
DIV.COPY a:hover{
	color:#ff0000;
	text-decoration:none;
	}
DIV.COPY a:active{
	color:#ff0000;
	text-decoration:none;
	}

DIV.COPY h1 {
	width:auto;
	color:#666666;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	}
DIV.COPY h2 {
	font-size:16px;
	font-weight:bold;
	color:#ccc;
	margin-top:20px;
	margin-bottom:10px;
	}

DIV.COPY h3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:20px;
	margin-bottom:10px;
	}

DIV.COPY h4 {
	font-size:13px;
	font-weight:bold;
	color:#ff9900;
	margin-top:15px;
	margin-bottom:7px;
	}
a.h4:link {
color:#ff9900;
}

DIV.COPY h5 {
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-top:15px;
	margin-bottom:7px;
	}

DIV.COPY h6 {
	font-size:11px;
	font-weight:bold;
	color:#999;
	margin-top:15px;
	margin-bottom:7px;
	}

DIV.COPY p {
	font-size:12px;
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
	}

DIV.COPY ul,ol {
	font-size:12px;
	color:#000;
	margin-top:6px;
	margin-bottom:10px;
	}

DIV.COPY cite {
	font-size:11px;
	color:#666;
	margin-top:5px;
	margin-bottom:10px;
	}

DIV.COPY hr {
	height:1px;
	color:#666;
	background:#fff;
	margin-top:10px;
	margin-bottom:10px;
	}

DIV.SUBPAGE-QUOTE {
	border-bottom:2px solid #ffcc33;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	display:none;
	}
DIV.SUBPAGE-QUOTE p.quote {
	font-family:arial;
	font-size:17px;
	line-height:26px;
	color:#999;
	display:none;
	}
DIV.SUBPAGE-QUOTE p.source {
	font-family:arial;
	font-size:12px;
	color:#999;
	text-align:right;
	display:none;
	}



