body {
	background-image: url("design/bg.gif"); 
	scrollbar-face-color: #F0F0F0;
	scrollbar-arrow-color: #454545;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-darkshadow-color: #D0D0D0;
	scrollbar-shadow-color: #A0A0A0;
	scrollbar-highlight-color: #B0B0B0;
	scrollbar-track-color: #E0E0E0;
	background-image: url('design/bg.gif'); 
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}
.p {color: green; font-size: 11px; font-family: Verdana, Tahoma}
.title {color: yellow; font-size: 11px; font-family: Verdana, Tahoma}
a:link {font-size: 11px; color: #6060B0; font-weight: normal; text-decoration: none}
a:visited {font-size: 11px; color: #6060B0; font-weight: normal; text-decoration: none}
a:active {font-size: 11px; color: #6060B0; font-weight: normal; text-decoration: none}
a:hover {font-size: 11px; color: #222222; font-weight: normal; text-decoration: underline}

.bordfooter {
      background-image: url("design/bg.gif"); 
	background-color: #F7F7F7;
	border-bottom : 1px solid #DCDCDC;
	border-left : 1px solid #DCDCDC;
	border-right : 1px solid #DCDCDC;
}

.bordfull {
      background-image: url("design/bg.gif"); 
	background-color: #F7F7F7;
	border-bottom : 1px solid #DCDCDC;
	border-left : 1px solid #DCDCDC;
	border-right : 1px solid #DCDCDC;
	border-top : 1px solid #DCDCDC;
}

.bordheader {
      background-image: url("design/wtitle.gif"); 
	background-color: #E5E5E5;
	border-left : 1px solid #B8C4C7;
	border-right : 1px solid #B8C4C7;
	border-top : 1px solid #B8C4C7;
	border-bottom : 1px solid #B8C4C7;
	padding-left : 5;
	color : #336699;
}

TABLE {
	font-family: inherit;
	font-size: 8pt;
}

P, BR, TR, TD {
	font-family: inherit;
	font-size: inherit;
}
