body {
	margin: 5px;
	color: #000000;
	background: #EEEEEE none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
}

a {
	color: #666666;
	background: transparent none;
	text-decoration: underline;
}

a:hover {
    color: #003399;
}

a.navbar {
	font-size: 14px;
	color: #003399;
	background: transparent none;
	text-decoration: none;
}

a.navbar:hover {
	color: #003399;
	background: transparent none;
	text-decoration: underline;
}

table {
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	color: #000000;
	background: #FFFFFF none;
}

table.content {
    border-width: 0px;
    border-style: none;
}

table.navbar {
	border-width: 0px;
	border-style: none;
	border-color: #000000;
	color: #000000;
	background: #000099 none;
	font-family: Verdana;
	text-decoration: none;
}

td {
	color: #000000;
	background: transparent none;
}

td.navbar {
    padding: 1px;
    border-width: 2px;
    border-style: ridge;
	color: #000000;
	background: #FFFFFF none;
	text-align: center;
}

td.content {
    vertical-align: top;
    text-align: left;
	color: #000000;
	background: transparent none;
}

h1 {
	color: #000000;
	background: transparent none;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #000000;
	background: transparent none;
	font-size: 17px;
	font-weight: bold;
}

h3 {
	color: #000000;
	background: transparent none;
	font-size: 16px;
	font-weight: bold;
}

p {
	color: #000000;
	background: transparent none;
	font-weight: normal;
}

p.footer {
    text-align: center;
    font-size: 12px;
    color: #003399;
    background: transparent none;
}

div.content {
    text-align: left;
	margin: 15px;
}

div.center {
	text-align: center;
}

div.menu1
{
	text-align: center;
}

div:hover.menu1
{
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #CCCCCC none;
}