body{
	background-color: #222223;
	FONT-SIZE: 9pt;
	COLOR: #333333; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
TD{
	FONT-SIZE: 9pt;
	COLOR: #333333; 
}
.small_text{
	FONT-SIZE: 8pt;
	COLOR: #333333; 
}
.td_white{
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF; 
}
.health{
	FONT-SIZE: 10pt;
	COLOR: #A9A9A8; 
}
.left_caps{
	FONT-SIZE: 8pt;
	COLOR: #A9A9A8; 
}
.weapon_desc{
	FONT-SIZE: 8pt;
	COLOR: #333333;	
	font-weight: bold;
}
.weapon_info_head{
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;	
	font-weight: bold;
}
.weapon_info{
	FONT-SIZE: 8pt;
	COLOR: #333333;	
	font-weight: bold;
}
.weapon_detail{
	FONT-SIZE: 8pt;
	COLOR: #333333;
}
.gallery_title{
	FONT-SIZE: 10pt;
	COLOR: #A9DB59;
	font-weight: bold;
}
.contact_black{
	FONT-SIZE: 10pt;
	COLOR: #180B1D;
}
.copyright{
	FONT-SIZE: 8pt;
	COLOR: #75818C;
}

/* Hyperlinks */

a {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A9A9A8;
}
a:link {
	text-decoration:  none;
}
a:visited {
	text-decoration:  none;
}
a:hover {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A9A9A8;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Footer Hyperlinks */
a.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #75818C;
}
a.footer:link {
	text-decoration:  none;
}
a.footer:visited {
	text-decoration:  none;
}
a.footer:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #75818C;
	text-decoration: underline;
}
a.footer:active {
	text-decoration: none;
}

/* Side Menu Hyperlinks */
a.sideLink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A9A9A8;
}
a.sideLink:link {
	text-decoration:  none;
}
a.sideLink:visited {
	text-decoration:  none;
}
a.sideLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
a.sideLink:active {
	text-decoration: none;
}

/* Contact page Hyperlinks */
a.contact_link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #180B1D;
}
a.contact_link:link {
	text-decoration:  none;
}
a.contact_link:visited {
	text-decoration:  none;
}
a.contact_link:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #180B1D;
	text-decoration: underline;
}
a.contact_link:active {
	text-decoration: none;
}

/* Body text Hyperlinks */
a.body_link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
a.body_link:link {
	text-decoration: underline;
}
a.body_link:visited {
	text-decoration: underline;
}
a.body_link:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.body_link:active {
	text-decoration: underline;
}