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

body {
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-size: 19px;
	border: 0px;
}


img { border: 0px; }

.text-black-large{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 19px;
	
}
	


.text-black-xxl{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 45px;
	
}

.text-black-xl{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 25px;
	
    }


.text-blue-xxl{
	color: #005dab;
	font-family: 'Cuprum', sans-serif;
	font-size: 45px;
	
}
.headers{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 55px;
	font-weight: 700;

}
.headers-red{
	color: #771214;
	font-family: 'Cuprum', sans-serif;
	font-size: 55px;
	}

.headers-red-med{
	color: #771214;
	font-family: 'Cuprum', sans-serif;
	font-size: 45px;
	}
.text-black-small{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 11px;
}
.text-black-med{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
}
.text-red-large {
	color:#771214;
	font-family: 'Cuprum', sans-serif;
	font-size: 19px;
}
.text-red-med {
	color: #771214;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
}
.contact-black {
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-red {
	color: #771214;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.pageborder {
	box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}



.border {
	border: 2px solid #990000;
}
	
.sub-bg {
	background-color: #FFF;
	padding: 0 45 20 45;}
	

	tr:nth-child(even) {
    background-color: #cccccc;
}
