/* CSS Document */
.png
{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	height:100%;
	width:100%;
	}

h1, h2, h3 {
	font-size:14px;
	color:#000000;
	}
	
a, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}

.catmenu {
	list-style:none;
	margin:0 0 0 0;
	padding-left:10px;
	padding-bottom:5px;
}
.catmenu li {
	padding-left:20px;
	padding-top:4px;
}

.mainmenu {
	background-image:url(/img/mmenu_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:101px;
	}
.mainmenu a, .mainmenu a:visited{
	font-weight:bold;
	text-transform:uppercase;
	color:#cea531;
	text-decoration:none;
	display:block;
	padding:3px;
	}
.mainmenu a:hover {
	text-decoration:underline;
	}


