@charset "utf-8";
/* CSS Document */

body
{ 
background-image: url(../images/gfx_daisys_02.gif);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 100% 0%;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
font-size: 12px;

}

a:link {
	color: #0b50c9;
	font-size: 18px;
	text-decoration: none;}
a:visited {
	color: #0b50c9;
	font-size: 18px;	
	text-decoration: none;}
a:hover {
	color: #0b50c9;
	font-size: 18px;	
	font-weight:bold;
	}
a:active {
	color: #0b50c9;
	font-size: 18px;	
	text-decoration: none;
	}

A.BaseMenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color:#000;

}

A.BaseMenu:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:normal;
	color:#000;
	text-decoration:underline; 

}	