/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(img/bg-x.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.adres {
	font-size: 11px;
	color: #9081b6;
}

.a_feol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9081b6;
}
.a_feol:link {
	text-decoration: underline;
	color: #9081b6;	
}
.a_feol:visited {
	text-decoration: underline;
	color: #9081b6;	
}
.a_feol:hover {
	text-decoration: none;
	color: #9081b6;
}
.a_feol:active {
	text-decoration: underline;
	color: #9081b6;	
}


.a_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a38;
	font-weight: bold;
}
.a_black:link {
	text-decoration: none;
	color: #3a3a38;	
}
.a_black:visited {
	text-decoration: none;
	color: #3a3a38;	
}
.a_black:hover {
	text-decoration: none;
	color: #16b6ff;
}
.a_black:active {
	text-decoration: none;
	color: #3a3a38;	
}

.a_black2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	font-weight: bold;
}
.a_black2:link {
	text-decoration: none;
	color: #0033FF;	
}
.a_black2:visited {
	text-decoration: none;
	color: #0033FF;	
}
.a_black2:hover {
	text-decoration: none;
	color: #FF0000;
}
.a_black2:active {
	text-decoration: none;
	color: #0033FF;	
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16b6ff;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #16b6ff;
}
a:hover {
	text-decoration: none;
	color: #16B6FF;
}
a:active {
	text-decoration: underline;
	color: #16B6FF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	font-weight:bold;
}
#full {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}


.brdr {
	border: 1px #e8e8e8 solid;
	border-bottom: 0px;
	background: #FFFFFF;
}
.brdr2 {
	border: 1px #e8e8e8 solid;
	border-top: 0px;
	background: #FFFFFF;
}

.brdr_yel {
	border: 1px #e8e8e8 solid;
	background: #fdfa00;
	padding: 7px;
}

.brdr_bl {
	border: 1px #e8e8e8 solid;
	background: #000000;
	padding: 5px;
}

.brdr_white {
	padding: 5px;
}

.width {
	width:1000px;
}
.width_int {
	width: 986px;
}

hr {
	background-image:url(img/hr.png);
	height:2px;
	border: 0px;
	margin-top: 4px;
	margin-left:6px;
	margin-right: 6px;
	margin-bottom:0px;
}

.hr_bg {
	background: url(img/hr-gradient.png);
	background-repeat: repeat-x;
}

.title_yel {
	color: #9081b6;
	font-size: 14px;
	font-weight: bold;
}
.text_yel {
	color: #9081b6;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.title_grey {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.brdr_grey {
	border: 1px #e8e8e8 solid;
	background: #ededed;
	padding: 7px;
}

.brdr_blue {
	border: 1px #e8e8e8 solid;
	background: #02b5fa;
	padding: 7px;
}

.brdr_item {
	border: 1px #81dcff solid;
}

.bg_yel {
	background-image: url(img/bg-yel.png);
	background-repeat: repeat-x;
	position:relative;
}

.title_blue {
	font-size: 14px;
	color: #16b6ff;
}

.pad7 {
	padding:7px;
}

p {
	text-align:justify;
	margin-bottom: 0px;
	margin-top: 5px;
}

ol {
	margin: 0px;
	font-size: 11px;
	color: #a0a0a0;
	padding-left: 20px;
}
