a:link {
	color: #0000FF;
	text-decoration: none;
}
a.menu:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a.menu:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	}
a.menu:hover {
	color: #FF0000;
	text-decoration: none;
}
.hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;

}
.hiddenlink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: xx-small;

}
img.main {
	display:float;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

