* {
	margin:0;
	padding:0;
}
/* Typography -------------------------------------------*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0FEC0;
	font-weight: bold;
}
body {
	background-image: url(/images/logoshadowgray.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #93BFEB;
}
.textdarkblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #004159;
}
.head {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F0FEC0;
}
.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFEC;
}
.textbluesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #93BFEB;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFEC;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #BAE46B;
	text-indent: 0px;
	white-space: normal;
}
.textbluesubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #93BFEB;
}
.quote {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFEC;
}
/* Links -------------------------------------------*/
a:link {
	color: #B3FFCB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #93BFEB;
}
a:hover {
	text-decoration: none;
	color: #5B97B1;
}
a:active {
	text-decoration: none;
	color: #EA0437;
}
/* Lists ----------------------------------------------
/* This accounts for brower differences in handling left margin indentation */	
ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 	
	list-style-position: outside;
}
li {
	background: url(/images/bulletpt.gif) no-repeat 0 8px;
	margin-left: 5px;
	padding-left: 15px;
	list-style-position: outside;
}