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

/* ----------------- Fonts ----------------- */

body {
font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}
h1 {
	padding-top:25px;
	line-height:35px;
	font-size:26px;
	color:#000000;
	font-weight: normal;
}

h2 {
	font-size:20px;
	color:#2A5E9E;
	margin-bottom:20px;
	font-weight: normal;
}

h3 {
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
	font-weight: bold;
}

h4 {
	font-size:24px;
	margin-bottom:10px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	font-size:12px;
	color:#000000;
	margin-bottom:10px;
	line-height: 16px;
}

ul, ol {
	font-size:12px;
	color:#000000;
	margin-bottom:10px;
	line-height: 16px;
	padding-left:20px;
}

li {
	margin-bottom:5px;
}
#enter {
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff; outline: none;
	text-align: center;
	line-height:30px;
}
.enterNow {
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff; outline: none;
	text-align: center;
	line-height:30px;
}
#left {
	text-align:right;
	color:#FFFFFF;
}

#intro{
	color:#FFFFFF;
	font-size:10px;
}

/* ----------------- Fonts ----------------- */

a {
     color: #2A5E9E;
}
a:link {
     color: #2A5E9E;
	 text-decoration: none;
}
a:visited {
     color: #2A5E9E;
	 text-decoration: none;
}
a:hover {
	color:#000;
	 text-decoration: none;
}
a:active {
     color: #2A5E9E;
	 text-decoration: none;
}

.blackLink {
	color: #000;
	text-decoration: none;
}
a.blackLink:link {
     color: #000;
	 text-decoration: none;
}
a.blackLink:visited {
     color: #000;
	 text-decoration: none;
}
a.blackLink:hover {
	color: #333;
	text-decoration: none;
}
a.blackLink:active {
     color: #000;
	 text-decoration: none;
}

.whiteLink {
	color: #fff;
	text-decoration: none;
}
a.whiteLink:link {
     color: #fff;
	 text-decoration: none;
}
a.whiteLink:visited {
     color: #fff;
	 text-decoration: none;
}
a.whiteLink:hover {
	color:#ccc;
	text-decoration: none;
}
a.whiteLink:active {
     color: #fff;
	 text-decoration: none;
}
