body {
	background-color: #445E66;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12pt;
}
.left {
	float: left;
	margin: 10px;
}
body,td,th {
	color: #EBDC9E;
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 12pt;
}
h2 {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #C3A357;
}
.content {
	margin: 10px;
	padding: 10px;
	width: 90%;
	border: 1px ridge #98C5C0;
	background-color: #363D85;
	color: #F2D899;
}

.right {
	margin: 10px;
	float: right;
}
.header {
	font-family: "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 14pt;
	color: #BB8AFD;
}
.header-gold {

	font-family: "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 14pt;
	color: #DCAE45;
}
.content-ctrbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	padding: 6px 6px 6px 30px;
	width: 50%;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	border: 2px inset #9C6629;
	background-color: #3D4E7A;
}
.font-italic {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #8FD1E4;
}


/*  LINKS  */

.link1 {
	font: 10pt "Trebuchet MS", Palatino, sans-serif;
	text-decoration: none;
	}
a.link1:link { color: #A4D2D1; }
a.link1:visited { color: #A4D2D1; }
a.link1:hover { color: #D9AADF; text-decoration: underline;}
a.link1:active { color: #D9C46F; }

.link2 {
	font: 8pt "Trebuchet MS", Palatino, sans-serif;
	text-decoration: none;
	 letter-spacing:3pt
	}
a.link2:link { color:#518DCA; }
a.link2:visited { color:#518DCA; }
a.link2:hover { color:#8D9DDC; }
a.link2:active { color: #FFCC33; }
a:link {


	color: #CCFF00;
}
a:visited {color:#99FF99; }
a:hover {color:#FF6666; text-decoration:underline;}
a:active {color:#FFFF00 }
