@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #F00;
}	
.RedDivider {
	color: #FF0000;
}
.small {
	font-size: small;
}
.smallunderline {
	font-size: small;
	text-decoration: underline;
}
.x-small {
	font-size: x-small;
}

