body {
	background-color:#00ADEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	color:#FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
td {vertical-align:top}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h1 {	margin:0px;
	font-size: 140%;
	color: #FFFFFF;
	font-weight:normal}
h2 {
	margin:0px;
	font-size: 110%;
	color: #FFFFFF;
}
a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.InvDecoration:link, a.InvDecoration:active, a.InvDecoration:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.InvDecoration:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


a.Menu:link, a.Menu:active, a.Menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	
}
a.Menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;	
}

a.submenu:link, a.submenu:active, a.submenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.submenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Button
{
    background-color:#00C1F2;
    border-style:solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}
.Input
{
    background-color:#FFFFFF;
    border-style:solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	cursor: hand;
}
hr {border-width: 0px;
    background-color: #FFFFFF;
    color:#FFFFFF;
    height:1px;}
Img { border-width:0px}
.small { font-size:70%}
