@media screen {
	body {background-image:url('images/bg.jpg');}
	.content {padding-top:15px;padding-left:15px;background-color:#FFFFFF;font-family:Arial;font-size:10pt;}
	.home_content{height:187px;overflow:auto;}
	.sub_content {overflow:auto;height:248px;font-family:Arial;font-size:10pt;padding-right:10px;}
	.body{font-family:Arial;font-size:10pt;}
	.title {font-size:13pt;color:#3168CC;font-weight:bold;}
	.subtitle {font-size:10pt;color:#3168CC;font-weight:bold;}
	.copy {font-size:7pt;width:700px;margin: 0 auto;}
	div {
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#C9CC97;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#C9CC97;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C9CC97;
	scrollbar-track-color:#ECE8CF;
	}
	a:link {
	    color: #3168CC;
	    text-decoration: none;
	}
	a:visited {
	    text-decoration: none;
	    color: #3168CC;
	}
	a:hover {
	    text-decoration: underline;
	    color: #3168CC;
	}
	a:active {
	    text-decoration: none;
	}
}
@media print {
	body {
	   background: white;
	   font-size: 12pt;
	   }
	.noprint { display:none;}
	.sub_content {height:auto;}
	.home_content{height:auto;}
	.copy {margin-top:20px;}
}