@charset "UTF-8";
/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
.redTitle{
	font-family:Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#920000;
}
.whiteTitle{
	font-family:Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#FFFFFF;
}
.blueTitle{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#2c6591;
}
.orangeTitle{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#eca122;
}
.greenTitle{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#45917a;
}
.bodyText{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:18px;
	text-align:justify;
}
.bodyText2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:14px;
	text-align:justify;
}
ul{
	margin:0px;
}
li{
	margin:0px;
}
-->