body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu_item {
	font:10px arial;
	color: #333300;
	line-height:16px;
}

	
#navA a {
	font:10px arial;
	text-align:center;
	color: #333300;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: 1px solid rgb(121,121,71); 
	border-right: 1px solid rgb(121,121,71); 
	}

	
#navA a:hover {
	background: #BCBC85;
	color:#ffffff;
	}
	
#navR a {
	font:10px arial;
	text-align:center;
	color: #333300;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid rgb(121,121,71); 
	}

	
#navR a:hover {
	background: #BCBC85;
	color:#ffffff;
	}
	
.footer_text{
	font:10px arial;
	color: #333300;
	text-align:center;

}

.text_small {
	font:11px arial;
	color: #333300;
	line-height:16px;
	text-align:justify;
}

.text_medium {
	font:13px arial;
	color: #333300;
	line-height:16px;
	text-align:justify;
}
.text_medium_clients {
	font:13px arial;
	color: #333300;
	line-height:16px;
	}

.text_big {
	font:10px arial;
	color: #333300;
	line-height:16px;
	text-align:justify;
}

.title_medium {
	font:16px arial;
	color: #333300;
	line-height:16px;
	text-align:justify;
}

.title_big {
	font:20px arial;
	color: #333300;
	line-height:16px;
	text-align:justify;
}


.link_small {
	font:11px arial;
	color: #993300;
	line-height:16px;
	text-decoration:none;
}

.link_small:hover {
	font:11px arial;
	color: rgb(255,153,51);
	line-height:16px;
	text-decoration:underline;
}

.link_medium {
	font:13px arial;
	color: #993300;
	line-height:16px;
	text-decoration:none;
}

.link_medium:hover {
	font:13px arial;
	color: rgb(255,153,51);
	line-height:16px;
	text-decoration:underline;
}

.link_big {
	font:10px arial;
	color: #993300;
	line-height:16px;
	text-decoration:none;
}
.link_big:hover {
	font:10px arial;
	color: rgb(255,153,51);
	line-height:16px;
	text-decoration:none;
}

.text_small_color {
	font:10px arial;
	color: #993300;
	line-height:16px;
	text-decoration:none;
}