* {
	margin: 0px;
	padding: 0px;
	outline: none;
	behavior: url(iepngfix.htc);
	border: 0px;
}

body {
	font-family: Verdana, Tahoma, ArialCE, HelvaticaCE, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707173;
	text-align: center;
	background-color: #FFFFFF;
}

a {
	color: #707173;
	text-decoration: none;
}

a:hover {
	color: #039BFF;
	text-decoration: underline;
}

p {
	padding: 10px 0px 10px 0px;
}

h1 {
	font-size: 140%;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 120%;
	margin: 0px 0px 16px 0px;
}

h3 {
	font-size: 110%;
	color: #007BFE;
	padding: 3px 0px 3px 0px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

ol, ul {
	margin: 0px 0px 0px 20px;
	font-size: 110%;
}

ol {
	list-style-type: lower-alpha;
}

li {
	padding: 0px 0px 5px 0px;
}

#wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
/*	padding: 50% 0px -50% 0px;*/
	height: 100%;
}

#header {
	width: 100%;
}

.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 = "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)
    );
}


