body
{
	font-family: Arial; 
	font-size: 12px;
	background-color: #DDDDDD;
}

a
{
	font-family: Arial; 
	font-size: 12px;
}

a:link       { color: #336699; }
a:visited    { color: #666; }
a:active     { color: #000; }
a:hover      { color: firebrick; text-decoration: underline; }

a.Menu1:link       { color : white }
a.Menu1:visited    { color : white }
a.Menu1:active     { color : white }
a.Menu1:hover      { text-decoration: none; color : firebrick }

a.Menu2:link       { color : White }
a.Menu2:visited    { color : White }
a.Menu2:active     { color : White }
a.Menu2:hover { text-decoration: none; color : #444444 }

a.Menu3:link { text-decoration: underline } 

.Separator
{
	color: white;
	font-family: arial;
	font-size: 11px;
}

.Title1
{
	color: Black;
	font-family: Arial; 
	font-size: 15px; 
	font-weight: bold;
	color: firebrick;
}

.Input
{
	border: solid 1px black;
}

.InputLogin
{
	width: 200px;
}

.Copyright
{
	color: white;
	font-family: Arial; 
	font-size: 11px; 
}

td, p, span
{
	color: Black;
	font-family: Arial; 
	font-size: 12px; 
}

.error
{
	color: Red;
}
