#header {
background: url(images/bannerfalcon.jpg) no-repeat;
height: 280px;
margin:0px
padding:0px
}

h1 {
color: #011377;
border-bottom: 1px #666 solid;
font-weight: bold;
}

h2 {
color: #011377;
border-bottom: 1px #666 solid;
font-weight: bold;
}

p {
padding: 5px;
}


a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #011377;
}

a:hover {
font-weight: bold;
text-decoration:none;
color: #000;
}

#tabs {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* The individual tabs. */
#tabs span {
	font-size: 12px;
	background: #52567c;
	border: 1px solid #cad0ff;
	padding: 5px 10px;
}
/* Links in the tabs */

#tabs #active {
	background: #cad0ff;
	border: 1px solid #52567c;
	color: #1c2046;
}


#tabs a:link, #tabs a:visited {
text-decoration: none;
font-weight: bold;
color: #878bb1;
}

#tabs a:hover {
font-weight: bold;
text-decoration:none;
color: #fff;
}

table {
font-size: 11px;
font-family: MSTrebuchet, Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #10153b;
}
