html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bckgrd1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}


#footpanel {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #FFF;
	border: 0px;
	border-bottom: none;
	width: 100%;
	height:35px;
	margin: 0 0;
	color: #666;
}


.copyright {
	color:#666;
	font-size: 12px;
	text-decoration:none;
}

.blue_txt1:link {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.blue_txt1:visited {
	color:#000000;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
} 
.blue_txt1:hover {
	color:#2e368f;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
} 
.blue_txt1:active {
	color: #000000;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}

.blue_txt2:link {
	color: #00CCFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.blue_txt2:visited {
	color:#00CCFF;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
} 
.blue_txt2:hover {
	color:#2e368f;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
} 
.blue_txt2:active {
	color: #00CCFF;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}


.red_txt1:link {
	color:#F00;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
}
.red_txt1:visited {
	color:#F00;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
} 
.red_txt1:hover {
	color:#C00;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
} 
.red_txt1:active {
	color:#F00;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
}

.ttl1{
	color:#2e368f;
	font-size: 20px;
	text-decoration:none;
	font-weight: bold;
}

.ttl2{
	color:#2e368f;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}

.ttl3{
	color:#FFFFFF;
	font-size: 25px;
	text-decoration:none;
	font-weight: bold;
}

.ttl4{
	color:#2e368f;
	font-size: 16px;
	text-decoration:none;
	font-weight: bold;
}

.ttl5{
	color:#FFFFFF;
	font-size: 16px;
	text-decoration:none;
	font-weight: bold;
}

.txt1{
	color:#FFFFFF;
	font-size: 25px;
	text-decoration:none;
}

.txt2{
	color:#FFFFFF;
	font-size: 14px;
	text-decoration:none;
}

.txt3{
	font-size: 16px;
	text-decoration:none;
}