@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
/* CSS Document */

a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
h1,h2,h3,h4,h5,h6 {
	color: #000099;
	font-family: Palatino, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a.navbutton {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
	white-space: nowrap;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-width: 0px 1px 0px 1px;
	border-style: outset;
	height: 30px;
	border-color: #1294F0;
	line-height: 27px;
}
a.navbutton:hover {
	background-image: url(../images/navbar-hover.jpg);
	background-repeat: none;
	color: #037ED4;
}
.feature-head {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFDD74;
	display: block;
	padding: 5px 2px 5px 2px;
	margin: 0px 0px 0px 0px;
	border: 1px solid;
	color: #000066;
	border-color: #0E2760;
	width: 274px;
}
.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF4C2;
	display: block;
	padding: 5px 5px 5px 5px;
	margin: -1px 0px 15px 0px;
	border: 1px solid;
	color: #333333;
	border-color: #0E2760;
	width: 268px;
	text-align: left;
}
.letter-block {
	font-family: "Comic Sans MS", Chalkboard;
	font-size: 16px;
	color: #0E2760;
	background-color: #FFFFCC;
	display: block;
	margin: 15px;
	padding: 15px;
	border: 1px solid #000000;
}
.SizeTen {
	font-size: 10px;
}
