@charset "utf-8";
/* CSS Document */

a.Menu {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: block;
	vertical-align: top;
	color: white;
	background-color: #333399;
	display: block;
	text-decoration: none;
	height: 20px;
	padding: 10px;
}

a.Menu:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: block;
	vertical-align: top;
	color: #333399;
	background-color: white;
	display: block;
	text-decoration: none;
	height: 20px;
	padding: 10px;
}

.Caption {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
	text-align: center;
}

.CaptionBlack {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align: center;
}

.DivBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: blue;
	text-align: left;
	padding: 40px;
}

.DivBodyBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	text-align: left;
	padding: 40px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: blue;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: white;
	text-align: center;
}

.frameimg {
	border: 3px solid white ;
	float: center; 
}

