html {
	font-family: verdana;
	font-size: 8pt;
}
body {
	color: #003399;
	font-family: verdana;
	font-size: 8pt;
	background-color: white;
	padding: 0 0 0 0;
	margin: 10 10 10 10;
	text-decoration: none;
}
table {
	color: #003399;
	font-family: verdana;
	font-size: 8pt;
}
p.header {
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
}
table.txt_main {
	color: #003399;
	font-family: verdana;
	font-size: 8pt;
}
p.title {
	color: #003399;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
}
a:active {
	color: #336699;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #6699ff;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #00ccff;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #336699;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
############   MENU #################

a.menu:active {
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #003399;
}
a.menu:link {
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #003399;
}
a.menu:visited {
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #003399;
}
a.menu:hover {
	color: #003399;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
}
