@charset "utf-8";
/* CSS Document */



/*main text*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	float: left;
}

.text {	
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	}

/*links css bellow*/

a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #309;
}
a:active {
	color: #F00;
}


/* font's CSS to control text below*/

/*BLUE FONTS*/

.Font_16_Bold_blue {
	color: #309;
	font-size: 16px;
	font-weight: bold;
}
.Font_14_Bold_blue {
	color: #309;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.Font_12_Bold_blue {
	color: #309;
	font-size: 12px;
	font-weight: bold;
}
.Font_10_normal_blue {
	color: #309;
	font-size: 10px;
	font-weight: normal;
}



/*RED FONTS*/

.Font_16_Bold_red {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}
.Font_14_Bold_red {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
.Font_12_Bold_red {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}


/*White FONTS*/

.Font_16_Bold_white {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.Font_14_Bold_white {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.Font_12_Bold_white {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

