@CHARSET "ISO-8859-1";
body {
	background-image: url(images/bg.png);
	font-family: Verdana;
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-size: small;
}
H1 {
	font-size: large;
	position: relative;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
H2 {
	font-size: 1.5em;
	color: rgb(50, 50, 175);
	border-color: rgb(100, 100, 100);
	border-bottom-style: dotted;
	border-bottom-width: medium;
}
H3 {
	font-size: 1.05em;
	color: rgb(100, 100, 100);
	font-weight: bolder;
	font-style: italic;
}
H4 {
	font-size: 1em;
	color: black;
	font-weight: bolder;	
}
div {
	width:85%;
	margin:0 auto;
	margin-top:25px;
	background-color: rgb(255, 255, 255);
	text-align:center;
}
div#navi {
	float:left;
	width:20%;
	text-align:left;
	clear:right;
	padding-left:20px;
}
div#content {
	text-align:left;
	width:75%;
	float:left;
}
div#bottom {
	clear:both;
	width:85%;
	padding-top:10px;
	padding-bottom:20px;
}
div#qt {
	text-align:left;
	float:left;
}
div#js {
	padding:10px;
}
pre#code {
	background-color:rgb(220, 220, 220);
	padding:5px;
	width:auto;	
}
fieldset#ad {
	float:left;
	width:auto;
	text-align:left;
	padding:10px;
}
fieldset#ad legend {
	font-size: x-small;
}
STRONG {
	font-size: 1em;
	font-weight: bolder;
	color: rgb(50, 50, 50);
}
A {
	font-size: 1em;
	font-weight: bolder;
	color: rgb(50, 50, 175);
}
img.screenshot {
	width: 15%;
}
img.headline {
	width: 38%;
}
img.pic {
	width: 14px;
}
img.dl {
	width: 5%;
}
img {
	border: none;
	border-width: 0px;
	border-color: white;
	border-style: none;
}
label.menuFoot, label.menuHead {
	position: relative;
	font-weight: lighter;
	font-size: 1em;
	left: -15px;
}
label.menuHead {
	text-decoration: underline;
}
a.menuLink, a.menuUnderLink, a.download, a.menuSelected, a.menuUnderSelected, a.menuUnderLink {
	position: relative;
	font-size: 1em;
	text-decoration: none;
}
a.download {
	color: rgb(20, 20, 120);
	font-style: normal;
}
a.menuLink, a.menuUnderLink {
	color: rgb(50, 50, 50);
}
a.menuUnderSelected, a.menuSelected {
	color: rgb(50, 50, 175);
}
a.menuUnderSelected, a.menuUnderLink {
	left: 2em;
}
a.menuLink:HOVER, a.menuSelected:HOVER, a.menuUnderSelected:HOVER, a.menuUnderLink:HOVER {
	text-decoration: underline;
	color: rgb(50, 50, 175);
}
a.download:HOVER {
	color: rgb(20, 20, 120);
	letter-spacing: 0.1em;
}
p.small {
	font-size: 0.8em;
	color: black;
	font-weight: bolder;
}
li#option {
	font-size: 1.2em;
	color: black;
	font-weight: bolder;	
}