body {
	background: #678;
	color: white;
	margin: 0px;
	font-family: sans-serif;
	text-align: justify;
	font-size: 10pt;
}
h3 {
	font-family: sans-serif;
	color: #bbb8cc;
	font-size: 16pt;
	margin-left: 0%;
}
h4 {
	font-family: sans-serif;
    color: #bbb8cc;
    font-size: 14pt;
	margin-left: 4%;
}
h5 {
	font-family: sans-serif;
    color: #bbb8cc;
    font-size: 11pt;
	margin-left: 7%;
}
a {
	color: #ff4;
	text-decoration: none;
}
a:visited {
	color: #fc4;
}
a:hover {
	text-decoration: underline;
}
div.title {
	#background-image: url("images/background.png");
	background: #405060;
	color: white;
	font-size: 11pt;
	text-align: center;
}
div.title img {
	border: none;
	margin: 0px;
	padding: 0px;
}
div.navbar {
	font-family: sans-serif;
	background: #E8E8E8;
	background-image: url("images/gradient.png");
	color: grey;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
}
div.shadow {
	background-image: url("images/shadow.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}
div.shadow2 {
	background-image: url("images/shadow2.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}
div.screenshot_caption {
	margin-left: 7px;
	margin-right: 3px;
}
div.search {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.login {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	border: 2px inset white;
	background: #eeeeee;
}
a.navbar, a.navbar:active, a.navbar:visited {
	color: #555;
	padding: 3px;
	text-decoration: none;
	font-size: 10pt;
	border: none;
}
a.navbar:hover {
	color: black;
	background: #FEC;
	background-image: url("images/gradient1.png");
	padding: 3px;
	text-decoration: none;
	font-size: 10pt;
	border: none;
}
center {
	font-size: 10pt;
	margin-left: 7%;
	margin-right: 7%;
}

div.text p, div.text li {
	margin-left: 11%;
	text-align: justify;
	font-size: 10pt;
	margin-right: 4%;
}

pre.code {
	margin-left: 11%;
	border: 1px solid white;
	padding: 10px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 10pt;
}

td {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
tr {
	margin: 0px;
	padding: 0px;
}
td.left {
	width: 125px;
	background-color: #CCC;
	color:black;
	border-right: 1px solid black;
	vertical-align: top;
	font-size: 10pt;
	font-family: sans-serif;
}
td.center {
	vertical-align: top;
	background-color: #678;
	font-size: 10pt;
}
td.right {
	width: 168px;
	background-color: #CCC;
	border-left: 1px solid black;
	vertical-align: top;
	color: black;
	font-size: 10pt;
	font-family: sans-serif;
}
img {
	border: none;
	margin: 3px;
}
hr {	
	width: 100%;
	color: #999;
	background-color: #999;
	height: 2px;
	border: none;
}
div.news {
	margin: 4px;
}
div.text {
	margin: 8px;
}
