body {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-color: #FEFFFF;
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.catalog{
	vertical-align:top;
	text-align:center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.imagefader{
	vertical-align:top;
	text-align:left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
img.imagefader{
	width:150px;
}
.bordertop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #35A79D;
	border-right-color: #35A79D;
	border-bottom-color: #35A79D;
	border-left-color: #35A79D;
}
.borderbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #35A79D;
	border-right-color: #35A79D;
	border-bottom-color: #35A79D;
	border-left-color: #35A79D;
}
.bordermiddle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
font-size: 12px;
}
.menuText {
	color: #FFFFFF;
	background-color: #009999;
	font-size: x-small;
}


a.menuText:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuText:hover {
	color: #FFFFFF;

	height: auto;
	width: 100%;
	background-color: #3D6756;
}
a.menuText:active{
	color: #FFFFFF;
	text-decoration: none;
}
a.menuText:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:link {
	color: #009999;
	text-decoration: none;
}
a.footer:hover {
	color: #009999;
	text-decoration: underline;
}
a.footer:active{
	color: #009999;
	text-decoration: none;
}
a.footer:visited {
	color: #009999;
	text-decoration: none;
}

a:link {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}
a:active{
	color: #009999;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
.footer {
	font-size: x-small;
	background-color: #CDEBED;
	color: #009999;
}

