/* CSS Document */

body { margin-bottom:0;
		margin-left:0;
		margin-right:0;
		margin-top:0;
		background-color:#0f0354;
		}
		

/*Body Text*/ 

.normal_text {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	}
.bold_text {
	font-family: Verdana;
	font-size: 11px;
	color: #fb4a10;
	text-decoration: none;
	font-weight:bold;
	}


/*Footer*/

.footer_text {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	}
