@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	}

.content {
	font-family:Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	text-align:left;
	background-repeat:repeat-y;  
	padding-left:40px; 
	padding-right:40px; 
	padding-bottom:0; 
	margin-bottom:0; 
	padding-top: 0;
	margin-top:0; 
	background-position:center;
	background-image:url(images/content-bg.jpg);
	line-height:18px;
	
	}

.content a:link {
	text-decoration:underline;
	color:#d40202;
}

.content a:active {
	text-decoration:underline;
	color:#d40202;
}

.content a:visited {
	text-decoration:underline;
	color:#d40202;
}

.content a:hover {
	text-decoration:none;
	color:#d40202;
}

.footer {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	}

.footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
	text-transform:uppercase;
	}

.footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	text-transform:uppercase;
	}

.footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
	text-transform:uppercase;
	}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	}
	
.title {
	color:#27a2b2;
	font-size:16px;
	text-transform: uppercase;
	font-family:Helvetica, arial, sans-serif;
	}

.subtitle {
	color:#077fd4;
	font-size:14px;
	text-transform: uppercase;
	font-family:Helvetica, arial, sans-serif;
	}

strong {
	text-transform:uppercase;
	font-size:12px;
	color:#323334;
	}
	
hr {
	color:#cccccc;
	background-color:#cccccc;
	height:1px;
	border:none;
	width:100%;
	

	}