
/* CSS Document */
.copyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.body {
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
.blueText {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #117FB0;
}
.largeText {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #117FB0;
}
img{
	border-style: none;
}
/* link colors */
a:link { 
	color: #117FB0;
	text-decoration: none;
	size: 2;
}
a:visited { 
	color: #999999;
	text-decoration: none;
}
a:hover { 
	color: #CCCCCC;
}
a:active { 
	color: #117FB0;
}
