body {
	margin: 0px;
	padding: 0px;
	background-color: #004B55;
	border: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	list-style-position: outside;
	list-style-type: square;
}
html, body {     /* This is for Opera */
	margin: 0px;
	padding: 0px;
	background-color: #004B55;
	border: none;
	width: 100%;
	color: #030B46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	list-style-position: outside;
	list-style-type: square;
}
#logo {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #fefef0;
	background: #004b55;
	text-align: center;
	text-decoration: none;
}
#logo a {
	color: #fefef0;
	text-decoration: none;

}
a:link {
	color: #004b55;
}

a:hover {
	color: #FF9900;
}

a:visited {
	color: #993333;
}


h1, h2, h3, h4 {
	font-weight: bold;
	color: #004B55;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 5px;
}
.title-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E457D;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0E457D;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0E457D;
}
.list {
	list-style-position: outside;
	list-style-type: square;
}

.quote-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
}
.italic {
	font-style: italic;
}
hr {
	height: 1px;
	background-color: #004B55;
	color: #004B55;
	width: 100%;
}

.photo {
	list-style: none;
}
.photo li {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 90%;
	color: #000000;
	text-align: center;
}
.photo img {
	display: block;
	border: 1px solid #333300;
	vertical-align: bottom;
}
.captionrev {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #FEFEF0;
	text-align: center;
}

#navtop {
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	background: #fefef0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.border5 {
	border: thick solid #f0f0fe;
}
.colortxt {
	color: #03457d;
}
.red {color:#990000;}
