html {
	border: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body {
	border: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(/images/tapete.gif);
	background-position: 0px 0px;
	background-repeat: repeat;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

table {
	border: none;
	padding: 0px;
	margin: 0px;
}

td {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

form {
	border: none;
	padding: 0px;
	margin: 0px;
}

div {
	border: none;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	border: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
	color: #000000;
}

h4 {
	margin: 0px;
	padding: 0px;
}

p {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

p + h1,
ol + h1,
ul + h1 {
	margin-top: 18px;
}

.noStyle {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

.section {
	border: 3px dashed #9BA1A7; 
	padding: 10px; 
	margin: 12px 0;
	float: none;
	position: relative;
}

.section:hover, .section:ACTIVE {
	border: 3px dashed #E10000; 
}

.halfsection {
	border: 3px dashed #9BA1A7;
	width: 280px;
	height: 360px;
	padding: 10px; 
	margin: 12px 0;
	float: none;
	position: relative;
}

.halfsection:hover, .halfsection:ACTIVE {
	border: 3px dashed #E10000; 
}

.floatLeft {
	float: left;
}

.section .description {
	margin: 0 0 0 130px;
	height: 96px;
}

.section .newImage {
	position: absolute; 
	left: 530px; 
	top: 5px;
}

.text img {
	margin: 3px 0;
}

div.section div.floatLeft {
	width: 125px;
	height: 96px;
}

div.stopFloat {
	clear: both;
	float: none;
	overflow: hidden;
	height: 1px;
}


div.pageScroller {
	background-position: 50px 0px;
	background-attachment: scroll;
	background-image: url(/images/pagescroller_bg.gif);
	background-repeat: repeat-y;
	overflow: auto;
	width: 100%;	
	height: 100%;
	position: relative;
}

div.pageContainer {
	margin: 0px 0px 0px 50px;
	width: 850px;
	background-color: #ffffff;
}

div.head {
	background-position: 0px 0px;
	background-image: url(/images/header/head-bg.gif);
	background-repeat: repeat-x;
	width: 100%;	
	height: 100px;
}

div.head div.headLeft {
	float: left;
	width: 40%;
	text-align: left;
}

div.head div.headRight {
	float: right;
	width: 40%;
	text-align: right;
}

div.head div.headLeft img {
	margin-left: 30px;
}

div.head div.headRight img {
	margin-right: 30px;
}

div.content {
	margin: 0;
	padding: 30px 0 0 0;
	height: 528px;
	background-repeat: no-repeat;
}

div.contentContainer {
	float: left;
	width: 640px;
}

div.contentBox {
	padding: 15px 30px 10px 19px;
}

a, a:link, a:visited, a:focus {
	color: #E10000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ab0008;
	text-decoration: underline;
}

ul, ol {
	margin: 8px 0px;
	padding: 0 0 0 16px;
}


ul li {
	margin-bottom: 6px;
	list-style-image: url(/images/li.gif);
}

div.linkExt {
	padding-right: 0px;	
	padding-left: 14px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 14px;
	padding-top: 0px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-image: url(/images/link_ext.gif);
}

div.linkInt {
	padding-right: 0px;	
	padding-left: 14px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 14px;
	padding-top: 0px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-image: url(/images/link_int.gif);
}

img.imageContainer {
	float: left;
	margin: 0px 10px 10px 0px;
	border: none;
}

img.screenshot {
	margin: 2px 0px; 
	border: none;
	width: 560px;
}

img.screenhalf {
	margin: 2px 0px; 
	border: none;
	width: 275px;
}

img.bordered {
	border: 1px solid #DEE1E4;
}

div.text {
	margin-bottom: 10px
}


div.download {
	padding-right: 0px;
	background-position: 0px 0px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 4px;
	background-repeat: no-repeat;
}

div.downloadBig {
	margin: 0;
	padding: 0 0 0 27px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.download a, div.download a:link, div.download a:visited, div.download a:focus {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

div.download a:hover, div.download a:active {
	font-weight: bold;
	color: #E10000;
	text-decoration: underline;
}

div.contentSpacer {
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(/images/menu/spacer.gif);
	margin: 3px 0 5px 0;
	overflow: hidden;
	height: 1px;
}

#APAmeta {
	z-index: 100;
	left: 904px;
	width: auto;
	bottom: 50px;
	position: absolute;
	height: auto
}

#APAmeta img {
	margin-top: 0px;
}

a.labs	{
	margin: 0;
	padding: 0;
}

a.labs img {
	margin-top: 26px;
}

a.text,a.text:link,a.text:visited,a.text:hover,a.text:focus,a.text:active	{ 
	color: #E10000;
	text-decoration: underline;
	font-weight: bold;
}

a.text:hover,a.text:focus { 
	color: #AB0008;
	text-decoration: underline;
	font-weight: bold;
}

a.arrows {
	text-decoration: none;
}

a.arrows img {
	margin: 2px 5px 0px 2px;
}
