/* h2*/
.black{
	color:#000000;
	font: bold 11px;
	padding-left:10px;}
	
/*h4*/
.h4black{
		font-size:12px;}
.h4red{
		font-size:12px;
		color:#CC0000;}
		
/*h3*/
.h3red{
		font-size:12px;
		color:#CC0000;}
	
/*box*/
#gradpink{
		background-image:url(../img/box_pink.gif);
		background-repeat:repeat-x;
		border: 1px #666666 solid;
		width:540px;
		margin-bottom:15px;
		padding:10px;
		 
	}
	
#gradyellow{
		background-image:url(../img/box_yellow.gif);
		background-repeat:repeat-x;
		border: 1px #666666 solid;
		width:540px;
		margin-bottom:15px;
		padding:10px;
		}
		
