body {
	background: #1111EE;
	color: #FFFFFF;
	font-family: verdana;
    font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	margin-left:12px;
	margin-right:12px;
}

a:link {
	background: #1111EE;
	color: #FFFFFF;
	font-family: verdana;
    font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	background: #1111EE;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background: #1111EE;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: #1111EE;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

td {
	background : #1111EE;
	color: #FFFFFF;
	font-family: verdana;
    font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

