@charset "utf-8";
/* CSS Document */
#h1 			/*Heading 1 Style */
	{	font-family:Helvetica;  
		font-size:19px;
		color:#2800000;
			
}

#h2 			/*Heading 2 Style */
	{	font-family:Helvetica;
		font-size:16px;
		color:#2800000;
				
}	
			
		
#h3				/*Heading 3 Style */ 
	{	font-family:Helvetica;
		font-size:15px;
		color: #2800000;
					
}

#h4 			/*Heading 4 Style */
	{	font-family:Helvetica;
		font-size:13px;
		color:#2800000;
		font-weight:bold
					
}

#h5          	/*Slider Header Style */
	{	font-family:Helvetica;
		font-size:18px;
		color: #ffffff;
		line-height:26px;
				
		text-shadow:1px 2px 0.3;
		
}

#h6          	/*Table Sort Header Style */
	{	font-family:Helvetica;
		font-size:12px;
		color: #8d0000;
		font-weight:bold;
		font-style:italic;
		
}

#para1          /*Lead-In Paragraph */
	{	font-family:Helvetica;
		font-size:13px;	
		color:#333333;
		line-height:20px;
		
}

p          /*Default Paragraph */
	{	font-family:Helvetica;
		font-size:12px;	
		color:#333333;
		line-height:19px;
		
}

#para3          /*Footer and Twitter Feed Style */
	{	font-family:Helvetica;
		font-size:11px;	
		color:#676767;
		line-height:15px;
		
}

#para4          /*Twitter Detail Style */
	{	font-family:Helvetica;
		font-size:9px;	
		color:#8b9398;
		line-height:12px;
		
}


#para5          /*Alert Style */
	{	font-family:Helvetica;
		font-size:15px;
		color:#7fsb27;
		font-weight:bold;
		font-style:italic;		
		
}	

#para6          /*Alert Description Style */
	{	font-family:Helvetica;
		font-size:12px;
		color:#555555;
		font-weight:bold;
		font-style:italic;
		line-height:17px;		
		
}

#para7 			/*Breadcrumbs Style */
	{	font-family:Helvetica;
		font-size:10px;
		color: #666666;
		font-weight:bold;
		font-style:italic;		
		
}	

#a1:link  		/*Slider link Style */
	{	font-family:Helvetica;
		font-size:12px;
		color: #ffffff;
		font-weight:bold;
		
		 
}

a:link  		/*Text link Default Style */
	{	font-family:Helvetica;
		font-size:12px;
		color: #9a0000;
		
		 
}

a:hover 		/*Text link Hover Default Style */
	{	font-family:Helvetica;
		font-size:12px;
		color: #d60000;
		
		 
}


	




