body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	background-color: #F2EFF5;
	font-family: Verdana;
	font-size: 11px;
 }

html {
	height: 100%;
}

.logo {
	height: 156px;
	background-image: url(header.png);
}

.balk {
	height: 37px;
	background-image: url(balk.png);
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
}

.balk a:link, .balk a:hover, .balk a:visited, .balk a:active {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

.bottom {
	height: 20px;
	background-image: url(mid_clear.png);
}

.mid {
	height: 100%;
	background-image: url(mid_norm.png);
}

.stripe {
	float: left; 
	padding-left: 10px;
}

.submenu {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    border: 1px solid #B8C8D8;
    background-color: #FFFFFF;
	border-top: 0px;
    width: 200px;
}

.submenu  th {
    background-color: #B8C8D8;
    width: 24px;
    text-align: center;
    height: 24px;
    cursor: pointer;
}

.submenu td, .submenu a {
    padding-left: 4px;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

.submenu a {
    display: block;
    padding: 2px 0px;
}

.submenu td:hover {
    background-color: #EEEEFF;
}

.submenu td.head {
    padding-left: 4px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('16-arrow-right.png');
}

.pagetitle {
	font-size: 20px;
	font-weight: bold;
	color: #666699;
	font-style: italic;
	padding-bottom: 6px;
	font-family: Book Antiqua, Times New Roman, Verdana, Arial;
}

.ktop {
	color: #FFF;
	font-weight: bold;
	background-color: #B8C8D8;
	height: 19px;
	text-align: left;
}

.kcon {
	border: 1px solid #B8C8D8;
	text-align: left;
}

.ntop {
	color: #FFF;
	font-weight: bold;
	background-color: #B5B5B5;
	height: 19px;
	text-align: left;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.ncon {
	border: 1px solid #B5B5B5;
	text-align: left;
	background: #FFF;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
