@charset "utf-8";
A:link {
	text-decoration:underline; 
	color:#0066cc; 
}

A:visited {
	text-decoration: underline;
	color:#000000;
}

A:active { 
	text-decoration: none; 
	color:#000000; 
}

A:hover {
	text-decoration: none;
	color:#0066cc;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 6mm;
	color: #0066cc;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3333;
	font-size: 12px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-style: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#container { margin:0 auto; top:auto; background:url(img/contentbg.png) repeat-y top left; width:988px; height:400px;
_azimuth: expression(
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 = "images/blank.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='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);

}