@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-size: 12px;
	color: #55B;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
html { 
	height: 100%; margin-bottom: 1px; 
}
.small {
	font-size: xx-small;
}
.hidden {
	display: none;
}
a:link {
	color: #66C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66C;
}
a:hover {
	text-decoration: underline;
	color: #16147F;
}
a:active {
	text-decoration: none;
	color: #66C;
}
.textcyan {
	color: #00ffFF;
}
.textmagenta {
	color: #Ff00fF;
}
.textyellow {
	color: #FFff00;
}