@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	line-height: 1.3em;
	margin: 0px;
}

body a:link, body a:visited, body a:active  {
	padding: 0px;
	color: #FF3300;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

.footerTxt {
	color: #FFFFFF;
	size: 12px;
}

.largertxt {
	font-size: 16px;
}

.largetxt {
	font-size: 18px;
}

.smallertxt {
	font-size: 12px;
}

.justified {
	text-align: justify;
	padding: 0px;
}