@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 15px;
}
.Box01 {
	float: left;
	width: 900px;
}
.TextBox00 {
	float: left;
	width: 900px;
}
.TextBox01 {
	font-family: Calibri;
	float: left;
	width: 900px;
}
.TextBox01 p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.GalleryBox01 {
	float: left;
	width: 425px;
	border: 1px solid #385591;
	margin: 10px;
	height: 200px;
}
.GalleryBoxHeader01 {
	float: left;
	width: 425px;
	font-weight: bold;
	background-color: #DDE2F0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #385591;
	font-family: "Comic Sans MS";
	font-size: 14px;
}
.GalleryBoxImage01 {
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
}
.GalleryBoxText01 {
	float: left;
	width: 225px;
	height: 140px;
}
.GalleryBoxText01 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.GalleryBoxFooter01 {
	float: left;
	width: 425px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #385591;
}
.GalleryBoxFooter01 a {
	font-size: 18px;
	color: #000099;
}
.GalleryBoxFooter01 a:link {
	text-decoration: none;
}
.GalleryBoxFooter01 a:visited {
	text-decoration: none;
	color: #0066FF;
}
.GalleryBoxFooter01 a:hover {
	text-decoration: underline;
	color: #0033FF;
}
.GalleryBoxFooter01 a:active {
	text-decoration: none;
	color: #0066FF;
}

