.main-bg {
	background-color: #000000;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.red-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65px;
	color: #FF0000;
	text-decoration: none;
}
.white-normal-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.bullets
{
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
}

	.bullets ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
	}
	
	.bullets li
	{
		background:url(images/large-bullet.jpg) 0px 10px no-repeat;
		padding-left:35px;
	}
.bullets2
{
	font-size:18px;
	color:#fff;
	font-family:"Trebuchet MS", Tahoma;
	line-height:30px;
	font-weight: bold;
}

	.bullets2 ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
	}
	
	.bullets2 li
	{
		background:url(images/bullet.jpg) 0px 10px no-repeat;
		padding-left:10px;
	}
	
	.bullets2 a
	{
		color:#fff;
		text-decoration:none;
	}
	
	
	.bullets2 a:hover
	{
		color:#FFCC00;
		text-decoration:none;
	}	

