body {
	background-image: url(../images/Bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.NewsTitle {
	font-size: 11px;
	font-weight: bold;
	color: #1c2c67;
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
}
Table {
	font-size: 11px;
	color: #333333;
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
}
.BlueThinLink 
	{
	font-size: 11px;
	color: #1c2c67;
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
	text-decoration:none;
	}
	a.BlueThinLink:link 
	{
	font-size: 11px;
	color: #1c2c67;
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
	text-decoration:underline;
	}
	a.BlueThinLink:hover 
	{
	font-size: 11px;
	color: #1c2c67;
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
	text-decoration:none;
	}
	a.BlueThinLink:visited
	{
	font-size: 11px;
	color: #1c2c67;
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
	text-decoration:underline;
	}
	.LeftMenuActive
	{
		background-image:url(images/BlueArrow.jpg);
		background-repeat:no-repeat;
		background-position:left;
		color:#217cc0;
		font-family:Tahoma, "Times New Roman", "Trebuchet MS";
		font-size:12px;			
		padding-left:15px;
		line-height:25px;
		font-weight:bold;
		
	}
		a.LeftMenuActive:Link
		{
			background-image:url(images/BlueArrow.jpg);
			background-repeat:no-repeat;
			background-position:left;
			color:#217cc0;
			font-family:Tahoma, "Times New Roman", "Trebuchet MS";
			font-size:12px;
			text-decoration:none;
			padding-left:15px;
			line-height:25px;
			font-weight:bold;
		}
		a.LeftMenuActive:Hover
		{
			background-image:url(images/BlueArrow.jpg);
			background-repeat:no-repeat;
			background-position:left;
			color:#217cc0;
			font-family:Tahoma, "Times New Roman", "Trebuchet MS";
			font-size:12px;
			text-decoration:underline;			
			padding-left:15px;
			line-height:25px;
		}
		a.LeftMenuActive:Visited
		{
			background-image:url(images/BlueArrow.jpg);
			background-repeat:no-repeat;
			background-position:left;
			color:#217cc0;
			font-family:Tahoma, "Times New Roman", "Trebuchet MS";
			font-size:12px;
			text-decoration:none;			
			padding-left:15px;
			line-height:25px;
		}
		
		
		.LeftMenuGray
		{
		background-image:url(images/GrayArrow.jpg);
		background-repeat:no-repeat;
		background-position:left;
		color:#999999;
		font-family:Tahoma, "Times New Roman", "Trebuchet MS";
		font-size:12px;			
		padding-left:15px;
		line-height:25px;
		
	}
		a.LeftMenuGray:Link
		{
			background-image:url(images/GrayArrow.jpg);
			background-repeat:no-repeat;
			background-position:left;
			color:#999999;
			font-family:Tahoma, "Times New Roman", "Trebuchet MS";
			font-size:12px;
			text-decoration:none;			
			padding-left:15px;
			line-height:25px;
		}
		a.LeftMenuGray:Hover
		{
			background-image:url(images/GrayArrow.jpg);
			background-repeat:no-repeat;
			background-position:left;
			color:#999999;
			font-family:Tahoma, "Times New Roman", "Trebuchet MS";
			font-size:12px;
			text-decoration:underline;			
			padding-left:15px;
			line-height:25px;
		}
		a.LeftMenuGray:Visited
		{
			background-image:url(images/GrayArrow.jpg);
			background-repeat:no-repeat;
			background-position:left;
			color:#999999;
			font-family:Tahoma, "Times New Roman", "Trebuchet MS";
			font-size:12px;
			text-decoration:none;			
			padding-left:15px;
			line-height:25px;
		}
		
		

.BottomText 
	{
	font-size: 10px;
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
	color:#5c5c5c;
	padding-left:30px;
	
	}
