/* Styling of the title */

.Title{
	color: #eaea01;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.Web2WhiteTitle{
	background-color: #6b6b3b;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

/* Styling of the container */

.ContentbackgroundBlack {
	background-color: #000;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.ContentbackgroundLightGrey {
	
	background-image: url(http://www.gaprotective.com/images/contbackimage_light1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #101111;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.ContentbackgroundDarkGrey {
	background-image: url(http://www.gaprotective.com/images/contbackimage_dark.gif);
	
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #fff;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}


.ContentbackgroundWhite {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #101111;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	
	}
	
.ContentbackgroundTransparent {

	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #101111;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 2px;	
	
	}
	
.ContentbackgroundHexGrey {
	
	background-color: #ededed;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}


