.pagetitle {
	font-size: 16px;
	font-weight: 400;
	color: #001E28;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px solid #FFDC37;
	border-right: 1px solid #FFDC37;
	border-bottom: 3px solid #FFDC37;
	border-left: 0px solid #FFDC37;
	letter-spacing: 1.5em;
	white-space: normal;
	padding-left: 100px;
	font-style: normal;
	line-height: normal;
	vertical-align: text-top;
	text-align: right;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001F28;
	font-weight: 300;
	background-color: 004f6f;
	text-align: left;
}
body {
	background-color: #1a3c53;
	margin: 15px;
}

a {

	color: #fe7510;
	font-weight: bolder;
	text-decoration: none;
	font-size: 10px;
}

a:link {
	color: #fe7510;
	font-weight: bolder;
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #fe7510;
}
a:hover {
	text-decoration: none;
	color: #FEFF84;
	background-color: #0c69b1;
}
a:active {
	text-decoration: none;
	color: #fe7510;
}

li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	text-align: left;
	margin: 0px 0px 0px 20px;
	clear: left;
}
.sigstrip {
	font-size: 11px;
	font-weight: lighter;
	color: #666666;
	text-align: right;
}
.fancyimage {
	border: 1px solid #FFDC37;
	white-space: pre;
}
.topbg {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}
