p, td, body, div {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size : 18px;
}
h2 {
	font-size : 16px;
}
h3 {
	font-size : 15px;
}

input, textarea, select
{
	background-color : Silver;
	color: #222222;
	font-weight : normal;	
	font-size : 12px;
} 

a	{
	color: #FFFFFF;
	text-decoration: none;
	font-style : normal;
	font-weight : bold;
}

a:hover		{
	color: Silver;
	text-decoration: underline;
	font-style : normal;
	font-weight : bold;
}

.menu {
	color: White;
}

.menu:hover {
	color: Silver;
	text-decoration: none;
}

.menu-selected {
	color: Silver;
	font-weight : bold;
}

.menu-selected:hover {
	color: Silver;
	text-decoration: none;
}



