@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: BigBSans;
	src: url(fonts/BRLNSB.TTF);
}


body {
	margin: 0;
	padding: 0;
	background: #8C8C8C;
}

h1{
	text-align: center;
	font-family: Impact, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-size: 2em;
}

h2{
	font-family: Impact, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding: 10px;
	font-weight: 100;
}

.Times{
	font-family: Times New Roman, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

section {
	width: 750px;
	margin: auto;
	background: #FFFFFF;
	padding: 30px 175px 50px 175px;
}

p{
	font-family: Arial, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 18px;
/*	padding: 10px;*/
}

.headerbig{
	font-size: 1.4em;
}

.smalltxt {
	text-align: center;
}

.jc{
	width: 150px;
	margin-left: 50px;
}

.centerImages {
	margin: auto;
	width: 533px;
}

.impact {
	font-family: Impact, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

a{
	color: #BC2C2C;
}

a:hover{
	color: red;
}

.txtcenter {
	text-align: center;
}

.bordernone{
	border: none;
}

.biggerh1 {
	font-size: 2.2em;
	padding-bottom: 5px;
}

.bolderbiggertxt{
	font-size: 1.5em;
	font-family: BigBSans, Impact, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: bold;
}

.BSansbold {
	font-size: 1.2em;
	font-family: BigBSans, Impact, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.BSansReg {
	font-family: BigBSans, Impact, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.Georgafont {
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}











