body, p, div, h2, h3, textarea, input  { font-family: Arial, Helvetica, sans-serif;}
body, p, div, textarea, input    { font-size:11px;}
a:link {
	color: #3366CC;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #666699;
}
h1      {
	font-size:18px;
	color: #CC0000;
	margin:0px 0 3px 0;
	padding:0px 0 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
h2      {
	font-size:13px;
	color: #333333;
	margin:0px 0 5px 0;
	padding:0px 0 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#content {
	width:640px;
    height:470px;
	overflow:visible;
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding: 20px 10px 0px 10px;
	scrollbar-face-color: #E6E6E6;
	scrollbar-highlight-color: #E6E6E6;
	scrollbar-shadow-color: #E6E6E6;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #CCC;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	background-image: url(images/ph_background.gif);
	background-repeat: no-repeat; 
    background-position: right top;
	scroll:	no;
}
body>content{  /* Make sure there aren't any spaces within the selector! */
 	width:620px;    /* Correct width */
	height: 450px;
}
</style>
}

