/* CSS Document */
body {
	 background-color: #e9eef3;
	margin-top: 0px;
	margin-left: 5px;
}
table.frame {
	background-image: url(framebac.jpg);
	background-repeat: no-repeat;
	height: 900px;
	width: 1000px;	
}
table.menu {
	background-color: #FFFFF2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	border-left-width: 5px;
	border-left: double;
	border-color: #676767;
	
}
a:link.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
a:visited.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
a:hover.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FBB32C;
	text-decoration: underline;
}
h1 {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	color: #54071C;
	text-align: left;
	
}
h2 {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #476e95;
	text-align: center;
}
h3 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
h4 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #54071C;
	text-align: left;
}
h5 {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #476e95;
	text-align: left;
}
table.hedpics {
	border-bottom-width: 3px;
	border-bottom: double;
	border-color: #676767;
}
a:link.body {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #476e95;
	text-decoration: none;
}
a:visited.body {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #476e95;
	text-decoration: none;
}
a:hover.body {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
li {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #54071C;
	text-align: left;
	list-style-type: circle;
	margin-left: 15px;
}
td.vert {
	border-left-width: 5px;
	border-left: double;
	border-color: #676767;
}
p {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}