@charset "utf-8";
/* CSS Document */

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight:400;
	color: #003366;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.3em;
	color: #003366;
}
td {font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003366;
	}
	
td td {font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003366;
	}
	

a:link {  text-decoration: underline; color: #006699}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%; 
	color: #003366;
}

a:hover {  color: #a18d50; text-decoration: underline}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003366;
	line-height:normal;
	padding-top:5px;
	list-style-type: square;
}

.simsub {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; text-transform: uppercase; color: #A18D50}
a:visited {
	color: #000066;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
}
.calloutBox {
	display: block;
	padding: 10px;
	border: 1px solid #003366;
}