html {
	height: 100%;
}


body{
	padding:0px;
	margin:0px;
	height:100%;
}

form {margin: 0px 0px 0px 0px; }


.tabLeft{
	background-image:url(../images/tab.left.inactive.gif);
	width:9px;
	
}

.tabRight{
	background-image:url(../images/tab.right.inactive.gif);
	width:9px;
	
}

.tabCenter{
	background-image:url(../images/tab.center.inactive.gif);
	line-height:22px;
	text-align:center;
}

.tabCenter a{
	color:black;
	text-decoration:none;
}

.tabCenter a{
	color:black;
	text-decoration:none;
}


.htabActive{
	display:block;
	height:23px;
	background-image:url(/images/tab.h.active.gif);
	background-repeat:no-repeat;
	line-height:23px;
	padding-left:15px;
	padding-right:5px;
	color:black;
	background-color:#acc1d4;
	text-decoration:none;
	font-family:verdana,helvetica,arial;font-size:10pt;

}


.htabInactive{
	display:block;
	height:23px;
	background-image:url(/images/tab.h.inactive.gif);
	background-repeat:no-repeat;
	line-height:23px;
	padding-left:15px;
	padding-right:5px;
	color:black;
	background-color:#acc1d4;
	text-decoration:none;
	font-family:verdana,helvetica,arial;font-size:10pt;


}

.htabInactive:hover{
	background-image:url(/images/tab.h.inactive.hover.gif);

}


.header{
	color:#888888;
	font-size:12pt;

}

.contentBlock{
	width:70%;
	text-align:left;
	padding:20px;
	border:1px solid #cfcfcf;
	background-color:#e7e7e7;

}

.contentBlock a{
	color:blue;
	text-decoration:none;
}

.contentBlock a:hover{
	text-decoration:underline;
}

.mainBlock{
	padding-left:50px;
	font-family:verdana;
	font-size:10pt;
	line-height:25px;
	max-width:900px;
}

.mainBlock a{
	color:blue;
	text-decoration:none;
	font-weight:bold;
}

.mainBlock a:hover{
	text-decoration:underline;
}

.copyBlock{
	text-align:center;
	font-size:9pt;
	width:70%;
	font-family:verdana;

}

