/*****************************************************************************
	Cascading Stylesheet
	
 *****************************************************************************/
 
/* setup body */

body { 
	background-color:#F0F0F0;
}

 
/* general styles */ 

.text {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
	text-align: justify;
}

.text_bold {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	font-weight: bold;
}

.h1 {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#BA8825;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
}  

.h2 {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#BA8825;
	text-decoration:none;
	font-weight:bold;
	text-transform: normal;
}  

a {
  	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#BA8825;
	text-decoration:none;
}

.links {
  	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#BA8825;
	text-decoration:none;
}

.links:hover {
  	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}

.img_main {
	background-repeat:no-repeat;
	background-position:left;
	font-family:verdana,arial,sans-serif;
	font-size:6px;
}

.footer {
	background-repeat:no-repeat;
	background-position:top;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#333366;
	text-decoration:none;
}

.text_index {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#666666;
	text-decoration:none;
}

.links_index {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#BA8825;
	text-decoration:none;
}

.border {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	border-collapse:collapse;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:3px;
	text-align:justify;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}

.border_menue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EDE9D6;
	border-right-color: #EDE9D6;
	border-bottom-color: #EDE9D6;
	border-left-color: #EDE9D6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.border_img {
	border: 1px solid #CCCCCC;
}

