@charset "UTF-8";
/* CSS Document */

html{
	position:absolute;
	overflow:auto;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	}

h1 {
	margin-top:0;
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	line-height:30px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:normal;
}

.imgLabel {
	font-size:11px;
	line-height:normal;
}

.navBlock {
	margin-top:0px;
}

a.navLink {
	font-weight:normal;
	position:relative;
	font-size:13px;
	line-height:22px;
	text-decoration:none;
	z-index:200;
}
a.navLink:link { 
	color:#000000;
}
a.navLink:visited {	
	color:#000000;
}
a.navLink:hover {
	color:#666666;
}

a.navLinkSelected {
	font-weight:normal;
	position:relative;
	font-size:13px;
	line-height:22px;
	text-decoration:none;
	color:#ff9e47;
	z-index:200;
}
a.navLinkSelected:link, a.navLinkSelected:visited,a.navLinkSelected:hover  { 
	color:#ff9e47;
}

p,div,td,ul,ol {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
}
ul,ol { text-align:left; }

#mainDiv {
	z-index:25;
	max-width:775px;
}

.zTop {
	position:relative;
	z-index:200;
}

.button {
	background-color:#ddd;
	border:1px  solid #bbb;
	padding:3px 6px 3px 6px;
	cursor:pointer;
}
.button:hover {
	background-color:#ccc;
	border:1px  solid #aaa;
}