*{
	margin: 0;
	padding:0;
	}

frameset { font-family: Verdana; background-color: lightgrey }
body { font-family: Verdana; background-color: white }
h2 { color: green; font-style: italic }
p { text-decoration: underline }
table {cellspacing: 0;Cellpadding: 0; VALIGN=MIDDLE}
Iframe {height: 100%; width: 100%; frame-border: 0}

a.n {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.n:link:focus, a.n:visited:focus {
	outline: 0px;
}

a.n:link {
	font-size: 10pt;
	//color: #ffffff;
        //color: #778899;
        color:#696969;
	font-weight: normal;
	text-decoration: none;
}

a.n:visited {
	font-size: 10pt;
	//color: #ffffff;
        //color: #778899;
        color:#696969;
	font-weight: normal;
	text-decoration: none;
}

a.n:active {
	font-size: 10pt;
	color: #FF0000;
    //#fb7822;
	font-weight: normal;
	text-decoration: none;
}

a.n:hoverorg {
	font-size: 10pt;
	//background-color: #ffffff;
	color: #FF0000;
    //#fb7822;
	font-weight: normal;
	text-decoration: none;
}

a.n:hover {
	font-size: 10pt;
	color: #FF0000;
    //#fb7822;
	font-weight: normal;
	text-decoration: none;
}

.png {
    background-image: expression(
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + (this.tagName=='IMG' ? this['src'] : this.currentStyle['         backgroundImage'].split('\"')[1]) + ")",
    this.runtimeStyle.backgroundImage = "none",
    this.src = "_img/PNGtransparent.gif",
    this.width = this.style.width | this.clientWidth,
    this.height = this.style.height | this.clientHeight
);
}

