/* CSS Document */
body {
	background-color: #F8f8f8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #906766;
	
}
.lessheight {line-height: 0px; margin-bottom: 0px; border-bottom:0px; padding-bottom:0px;}
a:link {
	color: #906766;
	text-decoration: underline;
}
a:visited {
	color: #906766;
	text-decoration: underline;
}
a:hover {
	color: #E8D5D2;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #906766;
}
.border{
	border-color: #906766;
}
.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	line-height: 18px;
	color: #906766;
	}
.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height: 12px;
}


