body {
	font-family: Verdana, Sans-serif;
	color: #404040;
	background: #F0F0F0;
	font-size: 10pt;
}


table.header {
        width: 800px;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	color: white;
	background-color: #808080;
}

table.main {
        width: 800px;
	font-family: Verdana, Sans-serif;
	background-color: #FFFFFF;
}

table.footer {
        width: 800px;
        height: 1.4em;
	font-family: Verdana, Sans-serif;
	color: black;
	background-color: #C0C0C0;
	text-align:center;
}

h1 {
	font-family: Verdana, Sans-serif;
	font-size: 15pt;
        margin:0;
}

h2 {
	font-family: Verdana, Sans-serif;
	font-size: 13pt;
}

h3, h4, h5, h6 {
	font-family: Verdana, Sans-serif;
	font-size: 12pt;
}

p {
	line-height: 1.4em;
}

li {
	line-height: 1.4em;
}

a.mainmenu{
	text-decoration: none;
        padding: 24px;
	line-height: 1.4em;
	color: white;
}

a.mainmenu:visited{
	text-decoration: none;
	color: white;
}

a.mainmenu:hover {
	text-decoration: underline;
	color: #e0e0e0;
}

a.mainmenu:link {
	text-decoration: none;
	color: white;
}

a.footer{
	color: black;
	line-height: 1.4em;
}

a.footer:visited{
	color: black;
}

a.footer:link {
	color: black;
}

