a:visited
{ 
	text-decoration: none;
}

a:link
{
	text-decoration: none;	
}
        
a:hover
{
	text-decoration: none;
	color: #ffffff;
}

a
{
	font-family: Arial, scan serif;
	color: #ffffff;
	text-decoration: none;	
}


html, body
{
	width: 100%;
	height: 100%;
}

body
{
    margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 14px;
	color: #b6c3cc;	
}

img, table
{
	border: 0px;
}

td, p
{
	font-family: Arial;
	font-size: 14px;
	color: #b6c3cc;	
}

form
{
	margin: 0px;
	padding: 0px;
}

.white
{
	color: #ffffff;
}

.yellow
{
	color: #ded1b3;
}

.menu a, .menu a:hover, .menu a:link, .menu a:visited {
	color: #ffffff; font-family: 'Arial Narrow'; font-size: 21px; line-height: 150%;
	text-decoration: none;
}

.menu a:hover {
	color: #ded1b3;
}