BODY{
	width: 497px;
	margin:0px;
	padding:0px;

}


a{
	font-family:Arial;
	font-size:11px;
	color:#6a7d3d;
	text-align:justify;
}
a:HOVER{
	color:#7f550b;
}
a:ACTIVE{
	color:#7f550b;
}


.ContentTxt{
	font-family:Arial;
	font-size:11px;
	color:#4d574b;
	text-align:justify;
}

/*Separator*/
#Separator{
	margin-top: 15px;
	margin-bottom: 15px;
}

.GreenBold{
	background: url("../images/h_dot.gif") 0% 100% repeat-x;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#6a7d3d;
	line-height:20px;
	text-decoration: none;
}

.GreenBold:HOVER{
	color:#7f550b;
}

.Green{
	font-family:Arial;
	font-size:11px;
	color:#6a7d3d;
	text-align:justify;
}

.Green:HOVER{
	color:#7f550b;
}

/*Subtitle*/
#Subtitle{
	height: 35px;
}
/*News*/
.newsTop{
	-moz-box-sizing: border-box;
	width:222px;
	background:#e6f0d0 url("../images/newsTop.gif") 0% 0% no-repeat;
	margin:5px 0px 0px 0px;
}
.newsBottom{
	-moz-box-sizing: border-box;
	padding:0px 10px 10px 10px;
	background:url("../images/newsTop.gif") 0% 100% no-repeat;
}
.newsTitle{
	background: url("../images/h_dot.gif") 0% 90% repeat-x;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#6a7d3d;
	line-height: 12px;
	padding: 8px 0px 8px 0px;
}
.newsContent{
	font-family:Arial;
	font-size:11px;
	color:#6a7d3d;
	text-align:justify;
}


.space{	height:1px;	width:1px;	overflow:hidden;font-size:0px;}

/*Forms*/
.TextInput{
	padding-left: 3px;
	padding-right: 3px;
	height: 18px;
	width: 218px;
	border: 1px solid #aaca74;
	font-family:Arial;
	font-size:11px;
	line-height: 18px;
	color:#6a7d3d;
	background-color:#e6f0d0;
}


/*Visitations*/
.VisitationsName{
	color:#6a7d3d;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eaeda7;
}

.VisitationsDate{
	color:#6a7d3d;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eaeda7;
}

/*Lists*/
.List01, ul{
margin: 0px;
padding: 0px;
}

.List01 li{
padding-left: 14px;
list-style-type:none;
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;

	color:#6a7d3d;
	line-height:16px;

}


.Brown{
	font-size:10px;
	color:#7f550b;
	text-decoration: none;
	}
	
.Brown:HOVER{
	color:#9c9c78;
	}