	/* blue rounded corner boxes */
	div.blueBox {background: #DDE1E9 none; margin:0px; color: black; width:100%;}
	div.blueBL {background: url(../images/boxes/blueBL.gif) 0 100% no-repeat;}
	div.blueBR {background: url(../images/boxes/blueBR.gif) 100% 100% no-repeat;}
	div.blueTL {background: url(../images/boxes/blueTL.gif) 0 0 no-repeat;}
	div.blueTR {background: url(../images/boxes/blueTR.gif) 100% 0 no-repeat; padding: 10px;} 
	div.blueT {background: url(../images/boxes/bluedot.gif) 0 0 repeat-x;}
	div.blueB {background: url(../images/boxes/bluedot.gif) 0 100% repeat-x;}
	div.blueL {background: url(../images/boxes/bluedot.gif) 0 0 repeat-y;}
	div.blueR {background: url(../images/boxes/bluedot.gif) 100% 0 repeat-y;}

	/* beige rounded corner boxes */
	div.beigeBox {background: #EFE7D7 none; margin:0px; color: black; width:100%;}
	div.beigeBL {background: url(../images/boxes/beigeBL.gif) 0 100% no-repeat;}
	div.beigeBR {background: url(../images/boxes/beigeBR.gif) 100% 100% no-repeat;}
	div.beigeTL {background: url(../images/boxes/beigeTL.gif) 0 0 no-repeat;}
	div.beigeTR {background: url(../images/boxes/beigeTR.gif) 100% 0 no-repeat; padding: 10px;} 
	div.beigeT {background: url(../images/boxes/beigeDot.gif) 0 0 repeat-x;}
	div.beigeB {background: url(../images/boxes/beigeDot.gif) 0 100% repeat-x;}
	div.beigeL {background: url(../images/boxes/beigeDot.gif) 0 0 repeat-y;}
	div.beigeR {background: url(../images/boxes/beigeDot.gif) 100% 0 repeat-y;}

	/* light blue rounded corner boxes */
	div.lightblueBox {background: #CFE9F6 none; margin:0px; color: black; width:100%;}
	div.lightblueBL {background: url(../images/boxes/lightblueBL.gif) 0 100% no-repeat;}
	div.lightblueBR {background: url(../images/boxes/lightblueBR.gif) 100% 100% no-repeat;}
	div.lightblueTL {background: url(../images/boxes/lightblueTL.gif) 0 0 no-repeat;}
	div.lightblueTR {background: url(../images/boxes/lightblueTR.gif) 100% 0 no-repeat; padding: 10px;} 
	div.lightblueT {background: url(../images/boxes/lightbluedot.gif) 0 0 repeat-x;}
	div.lightblueB {background: url(../images/boxes/lightbluedot.gif) 0 100% repeat-x;}
	div.lightblueL {background: url(../images/boxes/lightbluedot.gif) 0 0 repeat-y;}
	div.lightblueR {background: url(../images/boxes/lightbluedot.gif) 100% 0 repeat-y;}
	
	/* sand colour rounded corner boxes */
	div.sandBox {background:#F4EBE7 none; margin:0px; color: black; width:100%;}
	div.sandBL {background: url(../images/boxes/sandBL.gif) 0 100% no-repeat;}
	div.sandBR {background: url(../images/boxes/sandBR.gif) 100% 100% no-repeat;}
	div.sandTL {background: url(../images/boxes/sandTL.gif) 0 0 no-repeat;}
	div.sandTR {background: url(../images/boxes/sandTR.gif) 100% 0 no-repeat; padding: 10px;} 
	div.sandT {background: url(../images/boxes/sandDot.gif) 0 0 repeat-x;}
	div.sandB {background: url(../images/boxes/sanddot.gif) 0 100% repeat-x;}
	div.sandL {background: url(../images/boxes/sanddot.gif) 0 0 repeat-y;}
	div.sandR {background: url(../images/boxes/sanddot.gif) 100% 0 repeat-y;}
	
	

