html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#F2F3F2;
}
.content
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	color : #6B6B6B;
	margin-bottom: 5px;
}
ul{
	text-align: justify;
}
ol{
	text-align: justify;
}

.content a
{
    color : #3B8AC0;
}

.dvokeys{
    color : #3B8AC0;
}
.dvokeys a
{
    text-decoration: none;
}
.dvokeys a:hover
{
    text-decoration: underline;
}

.content h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
    	font-weight : bold;
	text-align : right;
	color : #D59B2A;
}
.content h2
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
   	font-weight : bold;
	text-align : center;
/*	width: 100%;
	background-color: #FDFEE7;*/
	padding-top: 5px;
	padding-bottom: 0px;
	color : #3B8AC0;
/*D59B2A*/
}
.content h3
{
	font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
	font-size : 12px;
	text-align : right;
/*	color : #D59B2A;*/
}

.content th{
	    font-family : Tahoma;
		font-size : 11px;
   		font-weight : bold;
   		text-align: left;
		background-color : #E8E8E8;
		color: #505050;
}
.content td{
	    	font-family : Tahoma;
		font-size : 11px;
		background-color : #F2F3F2;
		color : #6B6B6B;
}
.content table.vis{
		border-collapse: collapse;
		border: 1px solid #E8E8E8;
}

.vis caption {
	    	font-family : Tahoma;
		font-size : 11px;
		border-collapse: collapse;
		border: 1px solid #E8E8E8;
		background-color : #E8E8E8;
		color : #6B6B6B;
}
.vis td{
		border: 1px solid #E8E8E8;
}
.vis th{
		border: 1px solid #E8E8E8;
		text-align: center;
}

dt {
   		font-weight : bold;
}
.menu
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : right;	
	vertical-align: middle;
	color : #6B6B6B;
	text-decoration: none;
}
.menu a
{
	color : #6B6B6B;
	text-decoration: none;
}
.copyright
{
	color : #CFCFCF;
	/*#6B6B6B*/
	font: bold 10px Tahoma;
	text-decoration: none;
}
.statel
{
	color : #6B6B6B;
	font: 10px Tahoma;
}

sup {
	font-size: 90%;
	font-weight : normal;
	font-style: normal;
}

div.news-text {
	text-align:justify;
	padding-top:5px;
}

.news-menu {
	width:100%;
	background-color:#E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.news-menu th {
	padding:0px;
	margin:0px;
	width:20%;
	padding-left:1px;
	background-color:#F2F3F2;
	font-family : Tahoma;
	font-size : 11px;
   	font-weight : bold;
}

.news-menu td {
	padding:5px;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}

.news-active {
   	text-align:center;
	width:100%;
	color:#505050;
	background-color:#F2F3F2;
	border: 1px solid #E8E8E8;
	border-bottom: 0px;
	border-right: 0px;
	padding-top:1px;
	padding-bottom:2px;
}

.news-passive {
   	text-align:center;
	width:100%;
	cursor:hand;
	color:#505050;
	background-color:#E8E8E8;
	border: 1px solid #E8E8E8;
	border-bottom: 0px;
	border-right: 0px;
	padding-top:1px;
	padding-bottom:2px;
}

.div-body {
	width:100%;
	border: 1px solid #E8E8E8;
	border-top: 1px solid #F2F3F2;
	padding:0px;
	margin:0px;
}

.form {
    	font-family : Tahoma;
	font-size : 11px;
	background-color : #F2F3F2;
	color : #6B6B6B;
	border: 1px solid #E8E8E8;
}

.form td {
}
.form th {
	background-color : #F2F3F2;
	font-weight: bold;
	text-align:center;
}

.form textarea {
	width:100%;
	border: 2px inset #E8E8E8;
	background-color : #F2F3F2;
}

.form input {
	width:100%;
	border: 2px inset #E8E8E8;
	background-color : #F2F3F2;
}
.form select {
	width:100%;
	border: 2px inset #E8E8E8;
	background-color : #F2F3F2;
}

.form hr {
	color : #505050;
	height: 1px;
}
