/* CSS Document */

a:link, a:visited {
	color:#468;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active {
	color:#468;
	text-decoration:underline;
	font-weight:bold;
}

.mitem {
	font-size:11pt;
	line-height:33pt;
}

a.mitem:link, a.mitem:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a.mitem:hover, a.mitem:active {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

.l2 {
	font-size:16pt;
	
}

a.l2:link, a.l2:visited {
	color:#84a;
	text-decoration:none;
	font-weight:bold;
}

a.l2:hover, a.l2:active {
	color:#84a;
	text-decoration:underline;
	font-weight:bold;
}

body{
	background-color: #74899F;
}

body,p,td,th,div,span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-indent:0pt;
}

p,td {
	margin:0pt;
	margin-top:5pt;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
}
