/* CSS Document */

.newshead {font-weight: bold;
			font-size:18px;
			background-color:#475C9B;
			color:#ffffff;
			text-indent: 3px; 
			}
.newsheadHL {font-weight: bold;
			 font-size: 18px;
			 background-color:#FFFF00;
			 color:#FF0000;
			 text-indent: 3px;
			 }			 
.newstext  {font-weight: 500;
			  font-size: 14px;
			  background-color:#FFFFFF;
			  color:#000000;
			  text-indent:inherit;
			 }
.firelinehd	{font-weight: bold;
				font-size: 24px;
				background-color:#CCCCCC;
				color:#0000FF;
				text-indent: 2px;
			}
.introtext	{font-weight: bold;
				font-size: 20px;
				background-color:#FFFFFF;
				color:#000000;
				text-indent: 3px;
				font:"Times New Roman", Times, serif;
				}
.tableHead	{font-weight: bold;
			 	font-size: 16px;
				background-color:#9A9A68;
				color:#000000;
			}
.tabAltrow	{font-weight: bold;
            	font-size:16px;
				background-color:#C0C0C0;
				color:#000000;
			}
.tabRegrow	{font-weight: bold;
            	font-size:16px;
				background-color:#FFFFFF;
				color:#000000;
			}
table.center{ margin-left:auto;
			  margin-right:auto;
			}
			
.contentText	{
	margin-left:15px;
	font-weight:500;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-left:10px;
			}
			
