@font-face {
  font-family: 'Cantarell';
  src: local('Cantarell'), local('Cantarell Regular'), url('../fonts/Cantarell-Regular.otf');
}

@font-face {
  font-family: 'Cantarell';
  font-weight: bold;
  src: local("Cantarell Bold"), local('Cantarell-Bold'), url('../fonts/Cantarell-Bold.otf');
}

@charset "utf-8";
/* CSS Document */
.style1 {
	font-size: 18px;
}
.style10 {
	font-size: x-large;
}
.style11 {	
	text-align: center;
}
.style4 {
	font-weight: bold;
	font-size: 20px;
}
.style5 {	
	border-width: 0px;
}
.style6 {	
	font-weight: bold;
	font-size: 20px;
}
.style7 {	
	font-size: 20px;
}
.style8 {	
	font-size: 18px;
}
.style9 {	
	text-decoration: none;
}

body,td,th {
	color: #DCDCDC;
}

body {
	background-color: #101010;
	font-weight: normal;
	font-size: 16px;
	font-family: Cantarell, "Droid Sans", sans-serif;
}
a:link {
	color: #B4C8DC;
}
a:visited {
	color: #A3DADE;
}

.headLeftColumn {
	margin-left: 5%;
	float: left;
	width: 25%;
}

.headMiddleColumn
{
	margin-left: 25%;
	margin-right: 25%;
}

.headRightColumn {
	float: right;
	width: 25%;
	margin-right: 5%;
}
.mainContent {
	margin-top: 100px;
}



