/* CSS Document */
.mainFont {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
}

.mainBox {
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}

body {
	background-color:#447AC5;
}

a:link {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:active {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}
