/* CSS Document */
html {
	height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
	background-image: url(images/backsq.gif);
}

body,td,th {
	font-family:"Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #F3F3F3;
}

input {
	font-family:"Lucida Sans Unicode", Arial;
	font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.white:link {
	font-weight: bold;
	color: #e3e7e9;
	text-decoration: none;
}

a.white:visited {
	font-weight: bold;
	color: #e3e7e9;
	text-decoration: none;
}

a.white:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.hovertext {
	position: relative;
	top: 400px;
	left: 90px;
	width: 402px;
	color:#000000;
	float: left;
	margin-top: -300px;
}

.hoverimg {
	position:inherit;
	float:right
}

.menuback {
	background-image:url(images/sidemenu_back.jpg);
	width:124px;
	height:220px;
	padding:10px;
	padding-top:25px;
	text-align:right;
	margin-left:10px;
	float:left;
	font-size:11px;
}

.contentdiv {
	float:left;
	padding-right: 10px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	width:626px;
	height:100%;
}

.contenttext {
	color:#333333;
	width:590px;
	background-color:#F2F2F2;
	padding:20px;
	text-align:left;
	height:100%;
	border-bottom:1px solid #FFFFFF;
}

.screenshot {
	height:197px;
	width:270px;
	background-color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	float:left;
	margin-left:80px;
	margin-top:20px;
}
.header {
	font-size: 14px;
	font-weight: bold;
}