@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	color: #343434;
	font-family:Helvetica;
	font-size: 13px;
	background-color: #f4f2ed;
	background-image: url(../img/bg_photo.jpg);
	background-repeat:repeat-y;
}

a:link {
	color: #343434;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #343434;
}
a:hover {
	text-decoration: none;
	color: #2b4879;
}
a:active {
	text-decoration: none;
	color: #343434;
}
.style1 {
	font-size: 14.5px
}

.style4 {font-size: 11px

}