@charset "utf-8";
/* CSS Document */

span.red {color: #ff0000 }

div#frame	{
	width: 570px;
	height: 600px;
	float: right;
	border: 0px;
	
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: auto;
	color: #005087;
	white-space: normal;
	text-align: center;
    }		

div#frame h1	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
	
div#frame p	{
	color: #005087;
	padding-left: 0px;
	font-size: 1.0em;
	font-weight : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}	

