A:link {font-size: 9pt; color: #0000FF; text-decoration: none; font-family: Verdana, Arial, sans-serif;}
A:visited {font-size: 9pt; color: #0000FF; text-decoration: underline; font-family: Verdana, Arial, sans-serif;}
a:hover      { font-size: 9pt; color: #0000FF; text-decoration: underline }
BODY {font-size: 9pt; color: #000000; text-decoration: none; font-family: Verdana, Arial, sans-serif;}
TABLE {font-size: 9pt; color: #000000; text-decoration: none; font-family: Verdana, Arial, sans-serif;}


h1 { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #FF6600; font-weight: bold }
h2 { font-family: Verdana, Arial, sans-serif; font-size: 14pt; color: #FF6600; font-weight: bold }
h3 { font-family: Verdana, Arial, sans-serif; font-size: 12pt; color: #FF6600; font-weight: bold }
h4 { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #666666; font-weight: bold }

/*General List property automatically adds square blue bullet to any list*/
li {
}

/*Font and color attributes for all body text in a paragraph*/
p {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	color : #00184C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 18px;
	text-decoration : none;
}
/*Font and color attributes for all other body text*/
body {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	color : #00184C;
	font-size : 14px;
	line-height : 18px;
	text-decoration : none;
}

/*Unordered list properties including margins, spacing and text attributes*/
ul {
	font-family : Arial, Helvetica, sans-serif;
	list-style-image : url('images/blue_bullet.gif');
	list-style-position : outside;
	margin-left : 3em;
	list-style-type : none;
	text-decoration : none;	
	font-size : 14px;
	font-weight : normal;
	line-height : 20px;
	vertical-align : text-bottom
}

/*Ordered list properties including margins, spacing and text attributes*/
ol {
	font-family : Arial, Helvetica, sans-serif;
	list-style-position : outside;
	margin-left : 3em;
	list-style-type : none;
	text-decoration : none;	
	font-size : 14px;
	font-weight : normal;
	line-height : 20px;
	vertical-align : text-bottom;
}