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

.main_bg {
	background-attachment: fixed;
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_table {
	background-color: #FFFFFF;
	border: thin solid #999999;
}
.menu_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.meni_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
.contact_us {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #0070c0;
	text-decoration: none;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0070c0;
	text-decoration: none;
}
.yellow_text {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}

