body {
	margin:20px 0;
	background-color: #19284F;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

h2{
	font-size:1.5em;
	margin:10px 0;
}

h2.title{
	border-bottom:1px dotted #CCC;
	padding:5px;
	text-align:right;
	color: #055BB2;
}

h3{
	font-size:1.2em;
	margin:20px 0 0 0;
}

ul{ 
	list-style:square;
	list-style-position:inside;
}

p{ 
	margin:10px 0;
}

.logo{ 
	width:760px;
	height:140px;
	margin:0 auto;
	background:url('img/top.gif');
}

.preview{
	width:680px;
	margin:0 auto;
	padding:20px 40px 10px;
	background:#FFF;
}

.content{
	width:680px;
	margin:0 auto;
	padding:10px 40px;
	background:#FFF;
}

.content-left{
	float:left;
	width:350px;
	height:270px;
	margin-bottom:20px;
}

.content-right{
	float:right;
	width:310px;
	height:270px;
	margin-bottom:20px;
}
.bottom {
	width:760px;
	margin:0 auto;
}
.footer {
	width:760px;
	margin:0 auto;
	font-size: 9px;
	color: #FFFFFF;
	text-align:center;

}

.clear{
	clear: both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.yellow {
	color: #FF9900;
}

.lang{
	float:right;
	height:16px;
	margin:84px 15px 0 0;
	text-align:right;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:right;
	width:424px;
	font-size:93%;
	line-height:normal;
	margin-bottom:1em; /*margin between menu and rest of page*/
	margin-top:68px;
	padding-right:24px;
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("img/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("img/right.png") no-repeat right top;
	padding:6px 12px 4px 6px;
	margin-right:2px;
	color:#FFF;
	font-size:1.1em;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}