@charset "UTF-8";
.no-gun {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.small-links {
	font-size: 9px;
}
.small-links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.small-links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.small-links a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.small-links a:active {
	text-decoration: none;
	color: #FF0000;
	}
	
.small-black-links {
	font-size: 9px;
	color: #000000;
}
.small-black-links a:link {
	color: #000000;
	text-decoration: none;
}
.small-black-links a:visited {
	text-decoration: none;
	color: #000000;
}
.small-black-links a:hover {
	text-decoration: none;
	color: #FF0000;
}
.small-black-links a:active {
	text-decoration: none;
	color: #FFFF00;
	}

.white-links {
	font-size: 12px;
}
.yellow {
	color: #FF0;
}
.white-links a:link {
	color: #FFFF00;
	text-decoration: none;
}
.white-links a:visited {
	text-decoration: none;
	color: #FFFF00;
}
.white-links a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.white-links a:active {
	text-decoration: none;
	color: #FF0000;
	}
	
.home-link {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	font-weight: Bold;
}
.home-link a:link {
	color: #FFFF00;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: Bold;
}
.home-link a:visited {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: Bold;
	color: #FFFF00;
}
.home-link a:hover {
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-weight: Bold;
	color: #FFFFFF;
}
.home-link a:active {
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-weight: Bold;
	color: #FFFFFF;
	}
		
.nav-links {
	font-size: 12px;
	line-height: 16px;
}
.nav-links a:link {
	color: #FF0000;
	text-decoration: none;
}
.nav-links a:visited {
	text-decoration: none;
	color: #FF0000;
}
.nav-links a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.nav-links a:active {
	text-decoration: none;
	color: #FF0000;
	}.home-text {
	font-size: 12px;
	line-height: 15px;
}
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: white;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 100px;
	margin-top: -285px; /*set to a negative number 1/2 of your height*/
	margin-left: -461px; /*set to a negative number 1/2 of your width*/
			z-index:1002;


