body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

body a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3399FF;
	text-decoration:underline;
	}

body a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066FF;
	text-decoration:underline;
	}

.bodysm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}

.bodysm a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3399FF;
	text-decoration:underline;
	}

.bodysm a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0066FF;
	text-decoration:underline;
	}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

.pageheadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	}

.subheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	}

.subheadline a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	}

.subheadline a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#B23F25;
	text-decoration:underline;
	}

.leftnav a {
	display:block;
	margin:0px 10px 0px 10px;
	padding:10px 0px 8px 0px;
	border-bottom:1px dotted #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}

.leftnav a:hover {
	display:block;
	padding:10px 0px 8px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	background:#C68005;
	}

.button a {
	display:block;
	width:150px;
	padding:6px 0px 10px 0px;
	margin:0px 5px 2px 0px;
	background:url(../images/buttonbackground.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

.button a:hover {
	display:block;
	width:150px;
	background:url(../images/buttonbackgroundh.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

.buttonw a {
	display:block;
	width:150px;
	padding:6px 0px 10px 0px;
	margin:0px 5px 2px 0px;
	background:url(../images/buttonbackground.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

.buttonw a:hover {
	display:block;
	width:150px;
	background:url(../images/buttonbackgroundh.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}





* html img,
* html .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 = "images/pixelspace.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)
);
}
