p {
	padding: 0 0 9pt 0;
	margin: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
}

li {
	padding: 0;
	margin: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
}

a {
	color: #000000;
}

img {
	padding: 0;
	margin: 0;
}

td.headertext {
	width: 100%;
	text-align: right;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 6pt;
}

td.footertext {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 6pt;
}

hr.ruler {
	border: 0;
}

div.menuitem {
	width: 140px; height: 35px;
}
div.menuitemselected {
	float: left;
	width: 140px; height: 35px;
	margin: 0 3px 0 0;
	background: url( '../images/button2.png' ) 0px 0px no-repeat;
	}

div.menuitemunselected {
	float: left;
	width: 140px; height: 35px;
	margin: 0 3px 0 0;
	background: url( '../images/button1.png' ) 0px 0px no-repeat;
	}

div.menuitem a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12pt;
	color:#42929d;
	text-decoration: none;
	text-align: center;
	}
div.menuitem span {
	display: block;
	margin: 0;
	padding: 7px 0px 0px 7px;
	}
div.menuitem a:hover {
	background-image: none;
	color: black;
	background: url( '../images/button2.png' ) top left no-repeat;
	}
div.menuitem a:active {
	color: black;
	}

#header {
        position: absolute;
	z-index: 5;
        top: 10px;
        left: 20px;
        right: 20px;
	height: 55px;
}

#background {
        position: absolute;
	z-index: 1;
        bottom: 0px;
        right: 0px;
	width: 517px;
	height: 594px;
	background: url( '../images/background.jpg' ) bottom right no-repeat;
}


#menu {
        position: absolute;
	z-index: 10;
        top: 66px;
        right: 20px;
	width: 440px;
	height: 35px;
}

#footer {
        position: absolute;
	z-index: 5;
        bottom: 10px;
        left: 20px;
        right: 20px;
}

#main {
        position: absolute;
	background-color: #ffffff;
	z-index: 20;
        top: 120px;
        left: 60px;
        width: 460px;
	padding: 7px 7px 7px 7px;
	border: 5px solid #ccc;
}

#validhtml {
        position: absolute;
	z-index: 6;
        bottom: 40px;
        right: 10px;
}

#firefox {
        position: absolute;
	z-index: 4;
        bottom: 8px;
        right: 16px;
}
