/* Global Styles */

body {
	margin:0px;
	}
	
/* Class Styles */
	
.bodyText {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#002d5f;
	font-size:  16px;
	font-weight: bolder;
	}
	
.body1Text {
	font: regular;
	color: #002d5f;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}
.body2Text {
	font: Verdana;
	color: #FFFFC1;
	font-size: 30px;
	font-weight: bolder;
}
.body2_1Text {
	font: Verdana;
	color: #FF0000;
	font-size: 30px;
	font-weight: bolder;
	padding-left: 50px;
}

.body3Text {
	font: Verdana;
	color: #FFFFC1;
	font-size: 18px;
	font-weight: bolder;
	text-align : justify;
}
.body4Text {
	font: normal Verdana;
	color: #002d5f;
	font-size: 16px;
	text-align : justify;
}
.body5Text {
	font: Verdana;
	color: #002d5f;
	font-size: 30px;
	font-weight: bolder;
}

