/* CSS Document */

html {	
	
	scrollbar-base-color:#efe7cd;
	scrollbar-arrow-color:#722615;
	scrollbar-track-color:#b99563;
	
	scrollbar-shadow-color:#e6d29a;
	scrollbar-lightshadow-color:#ebd79e;
	scrollbar-darkshadow-color:#722615;
	
	scrollbar-highlight-color:#e2c98e;
	scrollbar-3dlight-color:#722615;
	border:none;
}

.content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	font-weight:normal;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	line-height:18px;
}
	
.link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.link:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

.gallery
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#753523;
	line-height:20px;
	font-weight:bold;
}
.backcolor {
background-color:#eee6c6;
}