body {
	background-color: 293180;
	background-image: none;
	font-family: arial;
	color: white;
	margin: 0px;
	padding: 0px;
}
a:link {color: FFFFAF; text-decoration: none;}
a:visited {color: FFFFAF; text-decoration: none;}
a:hover {color: 00D2FF; text-decoration: none;}
a:active {color: 00D2FF; text-decoration: none;}
a {
	font-weight: bold;
	font-size: 90%;
}
.title {
	font-size: 260%;
	font-family: century gothic;
	font-weight: 900;
}
.subtitle {
	font-size: 200%;
	font-family: century gothic;
	line-height: 90%;
}
.heading {
	font-size: 110%;
	font-family: verdana;
}
.menu {
	font-size: 90%;
	font-weight: bold;
	width: 900px;
	text-align: right;
}
.incontents {
	font-size: 90%;
	width: 100%;
	background-color: 00606B;
	color: white;
}
.contents {
	width: 900px;
	margin-top: 5px;
	border-top-width: 5px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	background-color: 00606B;
	border-style: solid;
	color: white;
}
.contents td { 
	vertical-align: top;
}
.vcenter {
	width: 100%;
}
.vcenter td {
	vertical-align: middle;
}
.stats {
	white-space: nowrap;
	font-size: 80%;
	/*font-weight: 600;*/
}
.stats tabledata {
	white-space: nowrap;
}
.image {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#484848', Positive='true');
}
.image1 {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#484848', Positive='true');
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.image2 {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#484848', Positive='true');
	margin-bottom: 5px;
	margin-right: 15px;
}
.image3 {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#666666', Positive='true');
	margin-bottom: 5px;
	margin-right: 5px;
}
.writing {
	line-height: 120%;
	font-size: 90%;
}
.letter {
	font-size: 200%;
	font-family: century gothic;
	background-color: 484848;
	float: left;
	line-height: 110%;
	padding-right: 3px;
}
.quote {
	font-size: 80%;
	line-height: 120%;
}
.pre {
	font-size: 75%;
	margin-bottom: 0;
}
.array {
	white-space: nowrap;
	font-size: 80%;
}
.pageframe {
	padding: 40px 50px 40px 50px;
}