BODY
{
}
.login
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}


INPUT
{
	font-size: 8pt;
	height: 17px;
	width: 100px
}

#email
{
	font-size: 8pt;
	height: 17px;
	width: 150px
}
#name
{
	font-size: 8pt;
	height: 17px;
	width: 150px
}
.menu
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial;
	background-color: #888991;	
}

a.menu:link {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a.footer
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
a.footer:visited
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
a.footer:hover
{
	font-size: 9pt;
	color: red;
	font-family: Arial;
	text-decoration: none;
}
#bodyText
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
