body {
	background-color: #354353;
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000040;
	text-align: justify;
}
.defaultRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}
.defaultBlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.defaultCenter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000040;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000040;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000040;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000040;
}
