/* CSS Document */
body {
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#ffffff;
}
td {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	line-height:16px;
}
.top-link{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:none;
	color:#ffffff;
	background-color:#5a0000;
	border:#7b0c26 1px solid;
	padding:5px;
	text-align:center;
}
.top-link a{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:none;
	color:#ffffff;
	padding:2px;
	text-align:center;
}
.white-link {
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	font-weight:none;
	color:#ffffff;
	padding:5px;
	text-align:left;
}
.white-link a{
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	font-weight:none;
	color:#ffffff;
	padding:5px;
	text-align:center;
}
.white-text{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
.field{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	border:#c6c6c6 1px solid;
}
.button{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	background:url(../images/buttonbg.jpg) repeat-x left top;
	padding:1px 2px;
	text-align:center;
	vertical-align:middle;
	border:none;
	cursor:pointer;
	background:#d27124;
}
.white-bold{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
.white-bold a{
	font-family:arial;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;
}
.heading{
	font-family:verdana;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	line-height:40px;
	text-transform:uppercase;
}
.black-normal{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	line-height:18px;
	text-transform:uppercase;
}
.black-normal a{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	line-height:18px;
	text-transform:uppercase;
}
.black-heading{
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	line-height:30px;
	/*text-transform:uppercase;*/
}
.white-small{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	line-height:20px;
}
.white-small a{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	line-height:20px;
}

* html img,
* html .png{
    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 = "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='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

