<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

 
body {
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	margin: 0px;
	background-repeat:no-repeat ;
	background-position: top center;
	background-image: url(images/bckgHeading.jpg);
	background-color: #3e3e3e;

}


#middleContainer p {
/*	text-align: justify;	*/
	margin: 0.5em 0 1em 0;
}






#topContainer {
	width: 700px;
	height: 436px;	
	margin: 0 auto;
	position: relative;		
}



.homeLink {
	display: block;
	width: 175px;
	height: 60px;
	margin: 0 auto;
}

.homeLink span {
	visibility: hidden;
	display: none;
}


.scrollerMask {
	width: 700px;
	height: 335px;
	position:absolute;
	background-image: url(images/bckgSlider.png);
	bottom: 0px;
	z-index: 1000;
}


.newsContainer {
background-image: url("images/bckgNews.png");
background-position: right top;
height: 265px;
padding: 15px 15px 15px 55px;
position: absolute;
right: 0;
top: 101px;
width: 150px;
z-index: 1000;
	
}

.newsListItem {
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	float: left;
	margin-top: 10px;
	line-height: 1em;
}

.newsListItem:hover {
	color:#000;	
}


.newsContainer h3 {
	margin: 0px;
	font-size: 12pt;
	color: #FFF;
}

.newsListItem strong {
	font-size: 11pt;	
	line-height: 1.1em;
}








#menuContainer  {
	margin: 0px auto;
	width:700px;
	height: 33px;	
	margin-top: 5px;

}

#menuContainer ul {
	padding: 0px;
	margin: 0px;
}


.topMenu1 li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}


.topMenu1 li a {
background-repeat: no-repeat;
float: left;
font-size: 11pt;
height: 26px;
margin-right: 1px;
padding: 7px 16px 0 8px;
text-align: center;
text-decoration: none;
color: #FFF;
}

.topMenu1 li a.current, .topMenu1 li a.current:hover {
	background-color: #FFF; 
	background-image: url(images/bckgMenu.jpg);
	background-position: right top;	
	color: #333;
}

.topMenu1 li a:hover {
	background-color: #616161; 
	background-image: url(images/bckgMenu.jpg);
	background-position: right bottom;	
	color: #fff;
}











#middleContainer {
	background-color: #FFF;
	float: left;
	width: 100%;
}

#contentContainer {
	background-color: #FFF;
	width: 700px;
/*	padding: 20px;*/
	margin: 0 auto;
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;

}


h1 {
/*	margin-top: 0px;	*/
	font-size: 24pt;
	letter-spacing: -0.01em;
/*	text-transform: uppercase;*/
	color: #d20000;
	margin-bottom: 0.5em;
	margin-top: 0px;
}


h2 {
/*	margin-top: 0px;	*/
	font-size: 17pt;
	letter-spacing: -0.01em;
/*	text-transform: uppercase;*/
	color: #A80000;
	margin-bottom: 0.1em;
	margin-top: 1.5em;
}



#footerContainer {
	width: 100%;
	height: 130px;
	float: left;
	background-image: url(images/bckgFooter.jpg);
	background-position: top center;
	margin-top: 30px;
	
}



#footerContent {
	width: 700px;
	height: 98px;
	margin: 0 auto;
	padding-top: 32px;
	position: relative;
}
/*
.freshLink {
	width: 	165px;
	height: 75px;
	
	background-image: url(images/falogo.png);
	
	position: absolute;
	
	right: 0px;
	top: 35px;
}

.freshLink span {
	visibility: hidden;
	display: none;
}

*/




.newsListMiddle a img {
	border: none;
	float: right;
} 

.newsListMiddle a h2 {
	color: #d20000;
	margin-bottom: 0px;
}


.newsListMiddle a p {
	color: #333;
	margin-top: 0px;
}



.newsListMiddle a .newsDetailDate {
	color: #333;		
	margin-bottom: 15px;
	
}



.newsListMiddle a:hover * {

	text-decoration:underline;
}











table {
	border-collapse: collapse;	
}

.standardTab td {
	border: 1px solid #E2E2E2;
	padding: 3px 5px;
}

.label {
	background-color: #EBEBEB;	
}




.galleryContainer {
	width: 700px;
	clear: both;
}

.detailThumbImage {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
}





table.file-download {
	min-width: 60%;
	border-collapse: collapse; 
	margin-top: 15px;
}

table.file-download td {
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid white;
}
table.file-download td.icon-col {
	padding: 5px 0px 5px 5px;
}

table.file-download td a {
	color: #333;	
}
table.file-download td a:visited {
	color: #795151;	
}

/*table.file-download td a:hover {
	color: #C00;	
}*/

table.file-download tr {
	background-color: #F3F3F3;
}

table.file-download tr.even-row {
	background-color: #F8F8F8;
}

table.file-download tr:hover, table.file-download tr:hover a {
	background-color: #525252;
	color: #FFF;
}





















</pre></body></html>