body {

	background-color: #FFF;

	margin: 0px;

}

.headerImage {
        width: 850px;
    aspect-ratio: auto 850 / 100;
    height: 100px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.header-slice {

	background-attachment: scroll;

	background-image: url(images/header_slice.jpg);

	background-repeat: repeat-x;

	background-position: left top;

}



.nav-slice {

	background-attachment: scroll;

	background-image: url(images/nav_slice.jpg);

	background-repeat: repeat-x;

	background-position: left top;

}



.copyright_slice {

	background-attachment: scroll;

	background-image: url(images/copyright_slice.jpg);

	background-repeat: repeat-x;

	background-position: left top;

}



.footer-slice {

	background-attachment: scroll;

	background-image: url(images/footer_slice.jpg);

	background-repeat: repeat-x;

	background-position: left top;

}



.content {

	padding: 15px;

}



.text {

	font-family: "Century Gothic";

	font-size: 12px;

	color: #000;

	line-height: 1.5;

}



.main-text {

	font-family: "Century Gothic";

	font-size: 18px;

	font-style: bold;

	color: #000;

	line-height: 1.5;

}


.popup {
	width:300px;
	height:60px;
	z-index:1;
	background-color:#FFFFFF;
	border: 1px solid #990000;
	color:#000;
	position:absolute;
	top:250px;
	left:350px;
	text-align:center;
}


.table {

	border: 1px solid #000;

}



a:link {

	font-family: "Century Gothic";

	font-size: 12px;

	color: #000;

	text-decoration: none;

}



a:visited {

	font-family: "Century Gothic";

	font-size: 12px;

	color: #000;

	text-decoration: none;

}



a:active {

	font-family: "Century Gothic";

	font-size: 12px;

	color: #000;

	text-decoration: none;

}



a:hover {

	font-family: "Century Gothic";

	font-size: 12px;

	color: #000;

	text-decoration: underline;

}

	