body { 
	background-color: #ffffff;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	color: white;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	}

p.top{ 
	margin-top:0px; 
	} 

p.bottom {
	margin-bottom: 0;
	}

/*Can't use li as that controls the menu*/
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	color: white;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: white; 
	line-height: 1em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold;
	color: white; 
	line-height: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	text-align: justify;
	}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
	color: white;
	line-height: 1.0em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	text-align: left;
	font-weight: normal;
	}

.banner_contact {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	color: white;
	line-height: 1.4em;
	}

.banner_links {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	color: white;
	line-height: 1.2em;
    text-decoration: none;
 	}

.margins {
	margin-left: 40px;
	margin-right: 40px;
	}
.center {
	text-align: center;
	}

/*White hyperlinks*/
A:link.WhiteLink, A:visited.WhiteLink, A:active.WhiteLink, A:hover.WhiteLink {
font-family: Verdana, Arial, Helvetica, sans-serif; color: white;
}

/*White hyperlinks - News Summary Links*/
A:visited.News, A:link.News, A:active.News, A:hover.News {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	color: white; 
}

.float_left { float: left; }
.float_right { float: right; }
.float_clear { clear: both; }

.image_padding {
	border-width: 20px;
	border-color: #000000;
	border-style: solid;
}

.menu_padding {
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


/*The Css below controls the appearance of the products menu bar.*/
table.SideMenuBar {
   border-collapse: collapse;
}
table.SideMenuBar td {
   border: 2px solid #000000;
   width: 160px;
}
table.SideMenuBar td a{
   text-decoration: none;
   display: block;
   padding: 8px;
}
table.SideMenuBar td a:link, table.navbar td a:active, table.SideMenuBar td a:visited {
   color: #FFFFFF;
   /*background-image: url(http://fer-post/internet/Images/Graphics/Button_Background_b.gif);*/
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold; 
   text-decoration: none;
}
table.SideMenuBar td a:hover {
   color: #000000;
   background-color: #ff9500;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold; 
   text-decoration: none;
   background-image: none;
}

.scroll {
	scrollbar-base-color: red; 
	scrollbar-Track-Color: black;
	scrollbar-arrow-color: black;
	scrollbar-DarkShadow-Color: grey; 
	width: 760px; 
	height: 440px;
	padding-left: 1px;
	padding-right: 1px; 
	overflow: auto;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	margin-top: 20px;
	}

.gallery_area {
	width: 650px; 
	height: 440px;
	margin-top: 20px;
	}