a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a.menu:active {
	color: #000000;
	text-decoration: underline;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
}

.base {
	width: 600px;
}

.strokeleft {
	display: none;
}

.cornerright {
	display: none;
}

.stroketitle {
	height: 18px;
	width: 200px;
	text-align: center;
	
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
	padding-left: 2px;
	
	border: solid 2px #000000;
}

.strokenav {
	height: 19px;
	width: 400px;
	text-align: right;
	
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	
	background-color: #000000;
	
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
}

.strokeright {
	display: none;
}

.left {
	display: none;
}

.right {
	display: none;
}

.home {
	width: 600px;
	
	vertical-align: top;
	
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	
	padding: 8px;
	
	border-right: solid 2px #000000;
	border-left: solid 2px #000000;
}

.bottomleft {
	height: 18px;
	width: 600px;
	text-align: left;
	
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	
	background-color: #000000;
	
	padding-left: 2px; 
	border: solid 2px #000000;
}

.bottomright {
	display: none;
}

.normal {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.normalno {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}

input {
	display: none;
}