@import url('master.css');
/*we only need the elements in this portion that are _different_ than the main css file */
body {
	background-color: #777777;
	margin:10px 10px 0px 10px;
	padding:0px;
	font-size: 9pt;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
#centercontent {background: #F5F5F5 url('/images/main.jpg') no-repeat right bottom;	}
.text {background-color: #F5F5F5; font: 10pt verdana, Arial, Helvetica, sans-serif;
color: #000000;  width:300px; text-align: justify; font-weight:500; }