a:link, a:visited 				{ text-decoration:none; }
a:hover, a:active, a:focus 		{ text-decoration:none; }

a.navi:link, a.navi:visited	{ 
	display:block;
	text-align:left; 
	text-decoration:none; 
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width:90%;
}
a.navi:hover, a.navi:active, a.navi:focus { 
	display:block;
	text-align:right; 
	text-decoration:underline; 
	font-weight:normal; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width:90%;
}

a.chosen:hover, a.chosen:active, a.chosen:focus, a.chosen:link, a.chosen:visited { 
	display:block;
	text-align:left; 
	text-decoration:underline; 
	font-weight:normal; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width:90%;
}

body { 
	background-image:url(../graphics/background.jpg);
	background-repeat:repeat-x; 
	font-family:Verdana, Calibri, "Times New Roman", serif;
	font-size:16px;
	margin:0;
	padding:0;
	border:0;
	height:98%;
}

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

li {
	margin:0;
}

ul {
	list-style:disc;
	margin-top:0px;
	margin-bottom:0;
	text-align:left;
	margin-left:-25px;
}

ul.navi {
	margin-top:10px;
	margin-bottom:10px;
	list-style:none;
}

input {
	height:20px;
	padding-left:3px;
}

button {
	border:1px solid;
	height:20px;
	margin-right:5px;
}

img.button {
	
}

h4 {
	margin-left: 10px;
	margin-top:10px;
}

textarea {
	font-family:Verdana, Calibri, "Times New Roman", serif;
	font-size:16px;
	overflow:hidden;
}

div {
	margin:0px;
	padding:0px;
}

div.body {
	width:100%;
	border:1px solid;
}

div.innerBody {
	border: 1px solid;
	width:88%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:5px;
	padding:1%;
	overflow:hidden;
}

div.head {
	text-align:left; 
	border: 1px solid;
	width:100%;
}

div.innerHead {
	border: 1px solid;
	border-bottom:none;
	width:89%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5px;
	padding-left:1%;
	color:white;
}

div.row {
	border:none;
	margin:0px;
	padding:0px;
	clear:left;
	height:20px;
} 

div.cell, div.cellHead {
	overflow:hidden;
	border:none;
	float:left;
	text-align:left;
	white-space:inherit;
}

div.warning {
	border:2px dashed;
	padding-top:5px;
	padding-bottom:5px;
	margin:5px;
	margin-top:10px;
	margin-bottom:10px;
}

div.info {
	border:2px dashed;
	padding-bottom:5px;
	padding-top:5px;
	margin:5px;
}

a.link {
	margin-left:10px;
}
img.screenshot {
	width:100px;
}

img.screenshotBig {
	width:auto;
	margin:20px;
}

#main { 
	border:none;
	margin-left:220px;
	width: auto;
	margin-right:20px;
}
#banner { 	
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 10px; 
	margin-bottom: 15px;
	border:0;
	font-size:32px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
#navi {  
	border:none;
	position:absolute;
	width: 180px; 
	height:500px;
	left:20px;
	top:117px;
}