@CHARSET "ISO-8859-1";
H1 {
	font-size: large;
	font-family: Arial;
	font-weight: bold;
	position: relative;
	width: 100%;
	text-align: center;
	text-decoration: underline;
}
H2 {
	font-size: 1.5em;
	color: #000090;
	border-bottom-color: rgb(80, 80, 80);
	border-bottom-style: dotted;
	border-bottom-width: thin;	
}
H3 {
	font-size: 1.1em;
	color: rgb(80, 80, 80);
	font-weight: bolder;
	font-style: italic;
}
H4 {
	font-size: 1em;
	color: black;
	font-weight: bolder;	
}
BODY {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size: small;
}
STRONG {
	font-family: Arial;
	font-size: 0.95em;
	font-weight: bolder;
	color: rgb(80, 80, 80);	
}
A {
	font-family: Arial;
	font-size: 0.95em;
	font-weight: bolder;
	color: #000090;	
}
A:HOVER {
	text-decoration: none;
}
img.screenshot, img.screenshotBig {
	border-width: 0px;
	border-color: white;
	border-style: none;
}
img.screenshot {
	padding-right: 20px;
	float: left;
}
img.screenshotBig {
	display: block;
}
table.content {
	width: 100%;
	border-color: white;
	border-width: 0px;
	border-style: none;
}
td.menu {
	padding-left: 30px;	
	vertical-align: top;
	padding-top: 50px;
}
td.add{
	padding-top: 50px;
	border-left-color: black;
	border-left-width: 1px;
	border-left-style: solid;
	vertical-align: top;
}
td.text {
	width: 100%;
	padding-left: 30px;
	vertical-align: top;
}
label.menuHead {
	position: relative;
	font-weight: bolder;
	font-size: 1.00em;
	left: -15px;
}
a.download {
	font-size: 1.0em;
	font-weight: bolder;
	font-family: Arial;
	color: #000090;
	text-decoration: none;
}
a.menuLink, a.menuSelected {
	position: relative;
	font-size: 1em;
	font-family: Arial;
	text-decoration: none;
}
a.menuLink {
	color: rgb(50, 50, 80);
}
a.menuSelected {
	color: #000090;
}
a.download:HOVER {
	text-decoration: underline;
}
a.menuLink:HOVER, a.menuSelected:HOVER {
	text-decoration: underline;
}
a.menuLink:HOVER {
	color: black;
}