body {
    background-color: #efefef;
    color: #000;
    margin: 0px;
    padding: 0px;
   line-height: 1.4em;
}
a {text-decoration: none;}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
        
	}
li {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal
	}
td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;

	}
.label
{
	text-align: right;
	background-color: #CCCCCC;
	font-weight: bold;
	
}
.data
{
	background-color: #EFEFEF;

}

.gaslabel
{
	text-align: right;
	background-color: yellow;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #000000;
	padding: 1px; 
}

.gasdata
{
	font-size: 16px; 
	text-align: left;
	background-color: #EFEFEF;
	border-bottom: 1px solid #000000;
	padding: 1px;
}

.gasheader
{
	font-size: 20px; 
	text-align: Center;
	background-color: #996600;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	padding: 1px;
}

.gastips{
background-color: #FFFFCC;
padding: 5px;
border: 1px solid #C60;}

.pricehead {  font-size: 18px; color: #000000; background-color: #FFFF00; font-weight: bold; text-transform: capitalize; border-bottom: 1px dotted #000000;}
.masthead { background-image: url(images/jamaicagasprices.jpg); height:127px; font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #FFFFFF}
.sectionhead { color: #FF0000; font-size: 16px; font-family: Geneva, Arial, Helvetica, san-serif; font-weight: bold; text-transform: capitalize}
.dateline {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
.submission{background-color:#ffffCC; padding:5px; border: 1px solid #000;}
.submission td {padding:5px;}
.reportdetail {background-color:#EFEFEF; border-bottom: 1px dotted #ccc}
.promo {
	background-color:#ccc; 
	color: 000; 
	font-weight:bold;
	font-size:15px;
	line-height:1.4em;
	text-align:center; 
	padding:5px
	}

/* gallery */
#dhtmlgoodies_slideshow{
		width:640px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;

		position:relative;
		
		/* CSS HACK */
		height: 532px;	/* IE 5.x */
		height/* */:/**/520px;	/* Other browsers */
		height: /**/520px;
				
	}
	#previewPane img{
		line-height:480px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-weight:bold;
		text-align:center;
		font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:12px;
	}
	#galleryContainer{
		
		height:200px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 202px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:188px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
