/* CSS Document */
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.bar	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: #DCE9FA; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 1px dashed;
									BORDER-TOP:  1px dashed;
									BORDER-LEFT:  1px dashed;
									BORDER-BOTTOM: 1px dashed;
									border-color:  #315184;
								}
								
								
/* this class controls the BULLETED LIST properties  ********************/
.barul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;
									list-style-image: url(uimages/bullet.gif);
									list-style-type: none; /*square disc circle*/
								}
								
								
/* this class controls the SUB HEADING properties  ******************************/
.barsubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #990000; 
									

									background-color: ;
									text-decoration: underline;
								}

