html,body {
	margin: 0;
	padding: 0;
}

body,body * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}
body{
	font-size: 0.75em;
	color:#333;
	background-color: #eee;
}

div#main
{
	padding:10px;
	border:none;
	background-color: #fff;
}

table#description
{
	margin:0;
	padding:0;
	width:100%;
	text-align: justify;
}

table#description td
{
	background-color:#eee;
	height:50px;
	vertical-align:middle;
	padding:10px;
	padding-bottom: 20px;
	background-image: url('images/top_shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

p.note{
	padding: 10px;
	background-color: #FFECEC;
	border: 1px solid #FFC0C0;
}
a{
	color: #4B8BD6;
	display:block;
	float:left;
	height: 30px;
	line-height:25px;
}

div#footer
{
	border:none;
	padding-top:5px;
	margin:0;
	padding:0;
	width:100%;
	background-color:#eee;
	width:100%;
	text-align: center;
	padding-top: 15px;
	background-image: url('images/bottom_shadow.gif');
	background-repeat: repeat-x;
	background-position: top;
	color:#777;
}

div#footer a{
	color:#9cbce2;
	display:inline;
	float: none;
	line-height:normal;
}

a.download{
	color: #4B8BD6;
	display:block;
	float:left;
	margin-right:20px;
	height: 30px;
	line-height:25px;
	padding-left: 30px;
	background-image: url('images/dl.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

a.documentation
{
	color: #4B8BD6;
	display:block;
	float:left;
	margin-right:20px;
	height: 30px;
	line-height:25px;
	padding-left: 30px;
	background-image: url('images/documentation.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

a:hover{
	color: #23458B;
}
a.top{
	font-size: 0.8em;
}
div{
	border-bottom: 1px solid #D0D0D0;
	padding-top: 5px;
}

#links{
	padding: 0;
	border-width: 0!important;
	margin: 1em 0;
}

#links a{
		display: block;
		margin: 5px 0 0 1em;
	}

h1{
	color: #23458B;
	font-size: 1.8em;
	padding: 0;
}

h2{
	color: #1B8ADE;
	font-size: 1.2em;
	margin: 2.0em 0 0.5em;
	padding: 0;
}
table{
	margin: 10px 0;
}
table caption{
	color: #23458B;
	text-align: left;
	margin-top: 15px;
}

ul{
	margin: 0.5em 0;
	padding-bottom: 5px;
	padding-left: 1em;
	_padding-left: 1.5em;
}
li{
	margin: 0 0 7px;
}

.cleaner
{
	clear:both;
	border: none;
}

.part_ico
{
	float:right;
	width:64px;
	height:64px;
	margin-top:25px;
	margin-left:10px;
}

.noborder
{
	border:none;
}
