/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color:#4E6D8F;
	text-decoration: underline;
}
a:visited {
	color:#4E6D8F;
	text-decoration: underline;
}
a:hover {
	color:#ACD3F3;
	text-decoration: none;
}
a:active {
	color:#889EBD;
	text-decoration: underline;
}

h1{
	font-size:24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#4E6D8F;
}

h2{
	font-size:16px;
	font-weight: bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	color:#889EBD;
}

td{
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}


.subscript{
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ACD3F3;
}

.randje{
	border-top: solid #4E6D8F 3px;
	border-left: solid #4E6D8F 3px;
	border-bottom: solid #4E6D8F 1px;
	border-right: solid #4E6D8F 1px;
}
