body, table, div, a, p, h1, h2, h3, h4 {
	font-family: Arial, Tahoma, Verdana;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background: url(header-back.gif) repeat-x;
	background-position: 0px 0px;
}

.main_frame {
	width: 900px;
	text-align: justify;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.content_frame {
	padding: 20px 10px 10px 10px;
}

.copyright {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
	color: #404040;
}

#top_header {
	padding-left: 20px;
	font-size: 10pt;
}

.header {
	background: url(header-back.gif) repeat-x;
	background-position: left top;
	height: 130px;
}

#menu td {
	height: 25px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

#menu li {
	background: url(tab-inactive.gif) top left;
	display: block;
	float: left;
	width: 120px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

#menu li.active {
	background: url(tab-active.gif) top left;
	color: black;
}	

#menu a {
	font-size: 10pt;
	padding-right: 9px;
	text-decoration: none;
	color: white;
}

#menu li.active a {
	color: black;
}

h1 {
	font-size: 30pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding-left: 0px;
}

.news {
	display: table;
	font-size: 10pt;
	width: 40%;
	border: 1px solid #E0E0B0;
	background-color: #FFFFD0;
	padding: 6px;
	margin-top: 10px;
	color: #202000;
}


p {
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

h4 {
	font-size: 12pt;
	margin: 10px 0px 0px 0px;
}



h2 {
	font-size: 18pt;
	color: #B0B0B0;
	font-weight: normal;
	margin: 0px;
}

h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14pt;
	font-weight: normal;
}

a {
	color: #F29206;
}


.button {
	background-color: #E8A64B;
	color: white;
	display: block;
	padding: 5px 5px 5px 5px;
	border: 1px solid #B06000;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.button:hover {
	text-decoration: underline;
	color: white;
}

.toplink {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
}

.toplink:hover {
	text-decoration: underline;
}

.some_frame {
	display: table;
	font-size: 10pt;
	width: 100%;
	border: 1px solid #E0E0B0;
	background-color: #FFFFD0;
	padding: 6px;
	color: #202000;
	font-weight: bold;
}

.info_frame {
	font-size: 10pt;
	width: 100%;
	padding: 6px;
	padding-left: 45px;
	font-weight: bold;
}


.form {
	display: table;
	font-size: 10pt;
	width: 100%;
	border: 1px solid #E0E0B0;
	background-color: #FFFFD0;
	padding: 6px;
	color: #202000;
}

.span_image {
	font-size: 10pt;
}

#screenshots {
	clear: left;
}

#screenshots p {
	clear: left;
	padding-top: 20px;
}

#screenshots img {
	border-width: 0px;
	float: left;
	margin-right: 20px;
}
