﻿body {
	background-image: url('images/bg_so.jpg');
}

.title_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C0C0;
}

a.title_address:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.title_address:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.title_address:visited {
	color: #FFFFFF;
	text-decoration:none;
}




.title_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}


a.title_menu:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.title_menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.title_menu:visited {
	color: #FFFFFF;
	text-decoration:none;
}




a:link {
	text-decoration: underline;
	color: #889359;
	font-weight: normal;
}
a:hover {
	color: #4A4F49;
	text-decoration: underline;
	font-weight: bolder;
}
a:visited {
	text-decoration: underline;
	color: #889359;
	font-weight: normal;
}

.bg_content_middle {
	background-image: url('images/bg_content_middle_so.jpg');
}

