BODY {
	background-image: url(layout/bg.jpg);
	SCROLLBAR-FACE-COLOR: #CCB5BB; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CCB5BB; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #CCB5BB; 
	SCROLLBAR-ARROW-COLOR: #CCB5BB; 
	SCROLLBAR-TRACK-COLOR: #CCB5BB;
}
P,TD {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}
A:link, A:visited, A:active  {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #883E61;
	text-decoration: none;
}
A:hover {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: #883E61;
}
.title {
	font-family: times new roman;
	font-size: 20px;
	font-weight: bold;
	color: #883E61;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px #883E61 solid;
	
}

