	body {
		/*margin:0px;*/
	}
	.cntcontainer {

    	background-color:#B10000;

	}
	.num {
		background-image:url(../images/bg_number.gif);
		background-repeat:no-repeat;
		height:27px;
		width:22px;
		text-align:center;
		
		font-family:"Arial";
		font-size:15px;
		color:#FFFFFF;
		font-weight:bold;
	}
	.cnttitle {
		font-size:11px;
		color:#F1DD00;
		font-family:"Tahoma";
	
	}
	.text {
		font-family:"Tahoma";
		font-size:11PX;
		color:#FFFFFF;
		text-align:justify;	
	}
	.text a{
		color:#F1DD00;
		text-decoration:none;			
	}
	.text a:hover{
		text-decoration:underline;			
	}
	
