﻿@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.yellow {

color:#FFB900;
}

.red {
 color:#6d961f;

}

.black {
 color:#000000;

}

.blue {
 color:#A8D3F3;

}
.red-links {
color:#6d961f;
text-decoration:none;

}

.red-links:hover {
color:#6d961f;
text-decoration:underline;

}

.white-links {
color:#ffffff;
text-decoration:none;

}

.white-links:hover {
color:#ffffff;
text-decoration:underline;

}
.blue-links {
color:#A8D3F3;
text-decoration:none;

}

.blue-links:hover {
color:#A8D3F3;
text-decoration:underline;

}

.yellow-links {
color:#FFB900;
text-decoration:none;

}

.yellow-links:hover {
color:#FFB900;
text-decoration:underline;

}


.nav-links {
text-decoration:none;color:#000000; display:block;

}

.nav-links:hover {
text-decoration:none;color:#3C8ECD; display:block;

}

h1 {
	color:#2E55A4;
	font-size:160%;
	line-height:130%;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-weight:normal;
}

h2{
	color:#2E55A4;
	font-size:130%;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-weight:normal;
}

h3 {
	color:#2E55A4;
	font-size:120%;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-weight:normal;
}

h4{
	color:#2E55A4;
	font-size:110%;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-weight:normal;
}
h5{
	color:#2E55A4;
	font-size:90%;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-weight:normal;
}

h6{
	color:#2E55A4;
	font-size:80%;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-weight:normal;
}

p {
	font-size:95%;
}

a {
	color:#2E55A4;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.blue {
		color:#3D8ECF;

}

.blue-small {
		color:#3D8ECF;
		font-size:50%;

}