/* Default Text------------------------------------------------------------- */

		body {
			margin-left: 0px;
			margin-top: 50px;
			margin-right: 0px;
			margin-bottom: 50px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12pt;
			color:rgb(0, 40, 146);
			background-color: #9CBEA8;
			font-weight: bold;
			line-height: 20px;
		}
		
		
/* Main Background--------------------------------------------------------- */		
		.background-white {
			background-color: #FFFFFF;
		}
		.middle-content-gap {
			padding-right: 45px;
			padding-left: 45px;
		}
		
		
		
/* Menu Background------------------------------------------------------------- */			
		.menu-background {
			background-image: url(../images/menu-bg.jpg);
			background-repeat: repeat-x;
			background-position: left top;		
		}
		
		
		
/* Text-------------------------------------------------------------------------- */			
		.tittle {
			font-size: 22px;
			color: #1A6F34;
			padding-left: 20px;
		}
		
		.t1 {
			font-size: 25pt;
			color:#000000;
			font-weight:bold;
			line-height: 50px;
		}
		.t1a {
			font-size: 18pt;
			color:#000000;
			font-weight:bold;
			line-height: 28px;
		}
		.t2{
			font-family:Arial;
			font-size: 18px;
			color:#1a6f34;
			font-weight:bold;
			line-height: 20px;
			padding-right: 20px;
			padding-left: 20px;
		}
		.t3{
			font-family:Arial;
			font-size: 17pt;
			color:rgb(255, 0, 0);
			font-weight:bold;
			line-height: 25px;
		
		}
