@charset "UTF-8";
/* CSS Document */

strong {
	font-weight:bold;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: normal;
}

a {
	text-decoration:none;
	color: #003e7e;
}

#content a:hover {
	background:#CCCCCC;
}

ul li {
	list-style-type:disc;
	margin-left:20px;
}

em {
	font-style: italic;
}

.heading {
	display: block;
	clear: both;
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
}

.subheading {
	display: block;
	clear: both;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;	
}

p {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	letter-spacing: -1px;	
}

.lefty {
	text-align: left;
}

.hideme {
	display: none;
}
