@import url('layout.css');
@import url('header.css');
@import url('mainmenu.css');
@import url('main.css');
@import url('news.css');
@import url('footer.css');
@import url('gallery.css');
@import url('form.css');
@import url('titles.css');

body {
	background: white none repeat scroll 0%;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	line-height: 1.5em;
	width: 100%;
}

a {
	color: #D54802;
}

a:hover {
	color: #ff4e00;
}

a:visited {
	color: #ac3a01;
} 

a.selected {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.highlighted {
	color: #D54802;
}
