/* body styles */ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	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: #cc3399;
	margin: 10px 0;
	line-height: 1.3em;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #cc3399;
	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}

.center {width:70%; margin:auto;}

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