/* body styles */ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #003399;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

/* typography */

h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}

input, select, th, td {
	font-size: 1em;
}

strong {  font-weight: bold}
b {  font-weight: bold}
i {  font-style: italic}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	margin: 10px 0;
	line-height: 1.3em;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

a:link {  color: #9900FF; text-decoration: none}
a:visited {  color: #990099}
a:hover {  color: #FF00CC}

.clear {
	clear: both;
	}
	
.floatright {
	float: right;
	}

.gallery {
	color:#FFF;
	background: #666;
	font-weight: bold;
}

.gallerycaption {
	color: #FFF;
	background: #666;
	font-size: smaller;
}

.gallery a:link {  color: #9900FF; text-decoration: none}
.gallery a:visited {  color: #990099}
.gallery a:hover {  color: #FF00CC}