/* CSS Document */

body, td, input, textarea	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}
h1	{
	font-family:Verdana;
	font-size:15px;
	color:#ffa800;
}
h2	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}
a:link	{
	font-family:Verdana;
	font-size:12px;
	color:#ffa800;
	text-decoration: none;
}
a:visited	{
	font-family:Verdana;
	font-size:12px;
	color:#ffa800;
	text-decoration: none;
}

a:hover	{
	font-family:Verdana;
	font-size:12px;
	color:#ffa800;
	text-decoration: underline;
}