/* CSS Document */
a:link	{
	color:#FFFFFF;
	font-size:13px;
	}
a:visited {
	color:#FFFFFF;
	font-size:13px;
	}
a:hover {
	color:#FFCC33;
	font-size:13px;
	}
a:active {
	color:#FFCC33;
	font-size:13px;
	}
.gallery {
	background-color:white;
	font-size:13px;
	}
	
.title {
	font-size: 13px;
	font-weight: bold;
}

#content{

}

#content a{
	color:#897940;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
.head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#897940;
	}
	
.sub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}

TEXTAREA { behavior: url(maxlength.htc)}
