body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia,"Times New Roman",Times,Arial,serif;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
	background-color: #000077;
}

h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}


h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

h4 {
	font-family: arial,"Times New Roman",Times,serif,Georgia;
	font-size: 12px;  	font-weight: bold;
}

p {
	margin-top: 6pt;
	margin-bottom: 0px;
	text-align: justify;
	color: #ffffff;
}

	ul.left {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	line-height: 150%;
	text-indent: -3em;
}

ol.content {
	list-style-type: upper-roman;
	list-style-position: outside;
}

ol.content ol {
	list-style-type: lower-alpha;
}

ul.left li {
	font-style: normal;
}

ol.content li {  font-style: normal;}

ol.content ol {
	font-style: normal;
}

/*************************  Pseudo classes *************************/

a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

li a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

li a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
color: #999999; padding-bottom: 5px;
font-weight: bold;
text-decoration: none;
}

li a:hover {  	border-bottom: 1px solid #990000;
	display: block;
	color: #cc0000;
	padding-bottom: 0px;
	font-weight: bold;
}

a:active {}