@charset "utf-8";
/* CSS Document */

table.MainTable {
	margin-left:auto; margin-right:auto;
	border-collapse : collapse;
	width:960px;
}

table.MainTable	th, td {
    padding: 0;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

#wrapper {
	position:relative;
	width:1179px;
	height:1075px;
	z-index:1;
}

.Font_Headline {
	font-family: Helvetica;
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.Font_Content {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.Font_Content a:link {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #0095da;
	text-decoration: none;
}

.Font_Content a:visited {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #0095da;
	text-decoration: none;
} 

.Font_Content a:hover {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #f58322;
	text-decoration: none;
}

.Font_Content a:active {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #0095da;
	text-decoration: none;
}

.Font_Content_Blue {
	font-family: Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #0095da;
}

.Font_Footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #0095da;
}

.Font_Footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #0095da;
	text-decoration: none;
}

.Font_Footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #0095da;
	text-decoration: none;
} 

.Font_Footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #f58322;
	text-decoration: none;
}

.Font_Footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #0095da;
	text-decoration: none;
}


.FlyOutLayer1 {
	margin: 0;
	padding: 0;
	width: 960px;
}

.FlyOutHeading {
	margin: 1px;
	color: #0095da;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
	background-color:#FFFFFF;
}
.FlyOutContent {
	padding: 5px 10px;
	background-color:#fafafa;
}

p { padding: 5px 0; }


.HeaderColor {
	padding: 0px 0px;
	background-color:#0094da;
}

.BodyColor {
	padding: 0px 0px;
	background-color:#FFFFFF;
}

.HeaderLink {
	font-family: Helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	text-decoration: none;	
}
.HeaderTagline {
	font-family: Helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;	
}
