*{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
body {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #DEDFE4;
}
td{
	vertical-align:top;
	text-align:left;
}
a { 
	COLOR: #F36C3F; 
	text-decoration: underline; 
}
a:hover { 
	COLOR: #F36C3F; 
	TEXT-DECORATION: none;
}
a:visited { 
	color: #F36C3F;
}
input, select, textarea{
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid #F36C3F;
	border-right:1px solid #F36C3F;

}
.radio {
	border:0px;
}

div.adres p{
	 padding:0px;
	 margin:0px;	
}
div.adres a{
	color:black;
	TEXT-DECORATION: none;
	border-bottom:1px solid #F36C3F;
}
td.logo{
	text-align:center;
	height:125px;
}
td.top {
	background:url('../images/top.gif') no-repeat center top;
}

table.main {
	width: 800px;
	background: #FFFFFF url('../images/bg_main.gif') repeat-y center top;
}

div.breadcrum{
	text-align:left;
	padding-left:30px;
	width:400px;
	float:left;
}
td.copyright {
	background: #E0E1E5 url('../images/bg_footer.gif') no-repeat center top;
	height: 58px;
	padding-top: 14px;
	padding-right: 60px;
	font-size: 9px;
	color: black;
	text-align: right;
}
td.copyright a { COLOR: #B0B0B0; text-decoration: none; }
td.copyright a:hover { COLOR: #B0B0B0; TEXT-DECORATION: underline; }
td.copyright a:visited { color: #B0B0B0;}

/** MENU */

.menulink {font-family: Arial; font-size: 12px; font-weight: bold; text-align:left; padding-bottom: 8px; border-bottom: #E8E8E8 solid 1px;}
.menulink a { COLOR: #F36C3F; text-decoration: none; }
.menulink a:hover { COLOR: #F36C3F; TEXT-DECORATION: underline; }
.menulink a:visited { color: #F36C3F;}

.menulink2 {font-family: Arial; font-size: 11px; font-weight: normal; font-style: italic;}
.menulink2 a { COLOR: #000000; text-decoration: none; }
.menulink2 a:hover { COLOR: #000000; TEXT-DECORATION: underline; }
.menulink2 a:visited { color: #000000;}

/** FORMS */


/** HEADINGS */

h1 {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	padding: 10px;
    text-align:left;
    background: url('../images/bg_h.gif') no-repeat left top;
}

h2, h5, h6 {
	color: #000000;
	margin-bottom: 10px;
}

h3{
	color:#F36C3F;
	font-family: Arial;
	font-size:13px;
	 font-style: italic;
	 padding:5px 0px 5px 0px;
	 margin:0px;
}
h4 {
	margin: 0px;
	padding-top: 11px;
	padding-left: 10px;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: white;
}


.content {
	padding:0px 30px 10px 5px;
}

.menu {
	width: 225px;
	padding:5px 0px 10px 20px;
}
.menu ul{
	padding:0px 0px 0px 0px;
	margin:10px 0px 5px 10px;
	list-style:none;
}
.menu ul li{
	padding:5px;
}
.menu ul li a{
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}
.menu ul li a:hover{
	text-decoration:underline;
	color:black;
}

.menu ul li ul li a{
	text-decoration:none;
	font-weight:bold;
	padding:3px;
	color:black;
	font-size:11px;
}

