	/*
	 first half of this css is provide by acctweb, bits changed by STWD  preceed any gap within the definition,
	 also fixed CSS error and removed reliance on just one font
	*/	
	
	#default	{ color:black; background-color:white}
	#block1	{position: relative; top:10px; left:10px;width:600px }
	BODY {
	text-align: left;
	background-color: #ffffff;}
	TD.articlehead {
			background-color: #666666;
			font-size:13px;
			line-height: 22px;
			color: White;			
			
			text-align: left;
			text-indent:3px;
			font-weight:bold;
			/* font-family:helvetica;  */
			vertical-align:top;
			padding-top:0px;
			padding-bottom:0px;
			width:400px}
			
	TD.articleheaddate {
			background-color: #666666;
			font-size:11px;

			text-align: left;
			text-indent:3px;
			font-weight:normal;
			/* font-family:helvetica;  */
			color: #ffcc99;
			vertical-align:top;
			padding-top:0px;
			padding-bottom:0px;
			width:400px}
			
	TD.articleheaddescription {
			background-color: #918377;
			font-size:12px;
    		line-height: 17px;
			font-style: italic;
						
			text-align: left;
			text-indent:3px;
			font-weight:normal;
			/* font-family:helvetica;  */
			color: #000000;
			vertical-align:top;
			padding-top:0px;
			padding-bottom:0px;
			width:400px;
}

	TD.article {
			background-color: #918377;
			font-size:11px;
			line-height: 17px;
			/* font-family:helvetica;  */
			text-align: left;
			text-indent:3px;

			color: #000000;
			vertical-align:top;
			padding-top:0px;
			padding-bottom:0px;
			width:400px}
	TD.listing {
			background-color: #918377;
			font-size:11px;
			
			text-align: left;
			text-indent:0px;
			/* font-family:helvetica;  */
			color: #000000;
			vertical-align:top;
			padding-top:0px;
			padding-bottom:0px}
			
	TD.subhead {
			background-color: Black;
			font-size:11px;
			color: White;									

			text-align: left;
			text-indent:3px;
			font-weight:bold;
			/* font-family:helvetica;  */
			vertical-align:top;
			padding-top:0px;
			padding-bottom:0px}

	UL	     {
			list-style-type: square;
			color:black;
			background-color:#918377;
			margin: 3px 0px 3px 10px;
}
	A:link	     {
			color:blue;
			text-decoration:none}
	A:active     {
			color:black}
	A:visited    {
			color: green}
	P:first-line { font-style: small-caps }
	P:first-letter { font-size:200%; float: left }

	
/* this bit added by STWD */	
.subhead, a:link,a:visited,a:active,a:hover,  body, td, b  { 
font-family: verdana, geneva, helvetica, arial, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
font-weight: normal}

a:link,a:active, a:visited {
font-size: 11px;
color: #FF9933;
font-weight: bold;
text-decoration: none;
}

a:hover {
font-size: 11px;
color: #625850;
font-weight: bold;
text-decoration: none;
}

body {
background-color: #918377;
background-image: none;
background-position: center bottom;
background-repeat: no-repeat;}

body, html {
scrollbar-face-color:#918377;
scrollbar-highlight-color:#918377;
scrollbar-3dlight-color:#666666;
scrollbar-darkshadow-color:#666666;
scrollbar-shadow-color:#918377;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#82756A;
}

img {border: 0px solid #FFFFFF;}

b {
font-weight: bold;
color: #000000;}

.subhead {
font-weight: bold;	
color: White;
 background-color : Black;
}
	