body {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;	
	}

p { 
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	padding: 0px 0px 0px 0px;		
	}
	
	
h1 {
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	font-size: 11px;
	font-weight: normal;	
	}

h4 {
	font-size: 1px;
	font-weight: normal;
	color: #ffffcc;	
	}



/* links */
	
a {	
	color: #003399;
	font-weight: bold;
	text-decoration: underline;	
	}

a:hover {
	text-decoration: underline;
	}	

/* divs */

.logo {
	font-size: 14px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003399;
	margin: 0px;
	padding: 6px 3px 0px 3px;
	text-align: center;
	}
	
.left {
	color: #003399;
	font-size: 11px;
	font-weight: normal;
	background: #F3F3F3;
	color: #003399;
	position: absolute;
	width: 170px;
	height: 100%;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}


.menubox {
	margin: 10px 5px 20px 5px;
	}

	
.menubox a {	
	color: #003399;
	font-weight: normal;
	text-decoration: none;	
	}

.menubox a:hover {
	color: #1562FF;
	font-weight: normal;
	text-decoration: underline;
	}	

.menutitle {
	font-weight: bold;
	background-color: #EAEAEA;
	border: 1px dashed #999999;	
	margin: 4px 0px 4px 0px;
	padding: 2px 5px 2px 5px;
	}

.menuitem {
	padding: 1px 0px 1px 6px;
	}

.menutext {
	margin: 15px 0px 0px 5px;
	padding: 0px;
	}

.contentbox {
	position: absolute;
	width: 420px;
	height: 400px;
	left: 25px;
	top: 65px;
	margin: 0px;
	left: 250px;
	padding: 20px 15px 15px 15px;
	border: 1px dashed #E1E1FF;
	font-size: 11px;
	text-align: center;
	}
.contentbox2 {
	position: absolute;
	width: 420px;
	height: 400px;
	left: 25px;
	top: 25px;
	margin: 0px;
	left: 190px;
	padding: 20px 15px 15px 15px;
	font-size: 11px;
	text-align: center;
	}
.contentbox3 {
	position: absolute;
	width: 420px;
	height: 400px;
	left: 25px;
	margin: 0px;
	left: 190px;
	font-size: 11px;
	text-align: center;
	}
	
.contentbox p {
	text-align: center;
	margin: 16px;
	padding: 0px;
	}
	
	
.contentbox a {	
	color: #003399;
	font-weight: normal;
	text-decoration: underline;	
	}

.contentbox a:hover {
	color: #1562FF;
	font-weight: normal;
	text-decoration: underline;
	}
.seitenbox {
	position: absolute;
	width: 420px;
	height: 640px;
	left: 10px;
	top: 10px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px dashed #E1E1FF;
	font-size: 11px;
	text-align: center;
	}

.seitenbox p {
	text-align: center;
	margin: 16px;
	padding: 0px;
	}
	
	
.seitenbox a {	
	color: #003399;
	font-weight: normal;
	text-decoration: underline;	
	}

.seitenbox a:hover {
	color: #1562FF;
	font-weight: normal;
	text-decoration: underline;
	}
	
#title {
	border-bottom-width:1px;
	height: 30px;
	border-bottom-color:#FFFFFF;
	color:#FFFFFF;
	background-color:#003399;
	margin: 0px;
	padding: 6px 3px 6px 3px;
	text-align: center;
	}
#title a:link {
	color:#ffff00;
	text-decoration:none;
	}
#title a:visited {
	color:#ffff00;
	text-decoration:none;
	}
#title a:hover {
	color:#FFFFFF;
	background-color:#ccff00;
	text-decoration:none;
	}
