/* CSS Document */

body{ font-size:12px;
      width:auto;
	  color: #999999;
     
}

.p1{ font-size:13px;
     color:#FF0000;
	 font-weight:bold;
	 text-align:left;
}
.p2{ font-size:13px;
     font-weight:bold;
     color: #999999;
	 text-align:center;
}
.p3{ font-size:13px;
     color: #333333;
	 background-image:url(img/bg.gif);
}
.p4{ font-size:18px;
     color: #999999;
	 text-align:left;
	 font-weight:bold;	 
}
.box{ float:right;
}
.p6{ font-size:13px;
     font-weight:bold;
     color: #2A2A2A;
	 text-align:center;
}
