body {
background-color:#092D6B; 
}

.body-text {
	font-family: "Trebuchet MS";
	font-size: small;
	line-height: 20px;
	color: #092D6B;
}
span.body-text-bold {
	font-family: "Trebuchet MS";
	font-size: small;
	line-height: 20px;
	color: #092D6B; font-weight:bold
}

.body-text a:link, .body-text a:active, .body-text a:focus, .body-text a:visited {
	color: #092D6B;
	text-decoration:underline;
}
.body-text a:hover {
	color: #F08B4B;
	text-decoration:underline;
}
.body-text-small {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #092D6B;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: large;
	line-height: 20px;
	color: #ABA51A;
	padding-top: 10px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: medium;
	line-height: 20px;
	color: #2b6c64;
}
.footer  {
	font-family: "Trebuchet MS";
	text-align:center;
	font-size: small;
	line-height: 20px;
	color: #092D6B;
	padding: 5px;
}
.footer a:link, .footer  a:active, .footer  a:focus, .footer  a:visited {
	color: #092D6B;
	text-decoration:underline;
}
.footer  a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.menulinks  {
	font-family: "Trebuchet MS";
	font-size: small;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	padding: 5px;
}
.menulinks a:link, a:active, a:focus, a:visited {
	color: #ffffff;
	text-decoration:none;
}
.menulinks  a:hover {
	color: #365C9E;
	text-decoration:none;
}

.footerlinks  {
	font-family: "Trebuchet MS";
	font-size: x-small;
	line-height: 20px;
	text-align: center;
	color: #365C9E;
	padding: 5px;
}
.footerlinks a:link, .footerlinks  a:active, .footerlinks  a:focus, .footerlinks  a:visited {
	color: #365C9E;
	text-decoration:none;
}
.footerlinks  a:hover {
	color: #ABA51A;
	text-decoration:none;
}
.cap {
	font-family: "Trebuchet MS";
	font-size: large;
	font-style: italic;
	color:#F08B4B;
	line-height: 20px;
	font-weight: normal;
	text-align:right;
	padding: 10px;
	padding-bottom: 30px;
}