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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e6e6e6;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
}
#nav {
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#nav li {
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	display: list-item;
	padding-left: 8px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-position: 5px;
}
h1 {
	font-family: Arial;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.text {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 10px;
}

#nav li a {
	color: #202F4E;
	text-decoration: none;
	padding-left: 10px;
	line-height: 25px;
	margin: 0px;
	font-size: 11px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #B9261E;
	margin: 0px;
	padding: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}
.text li {
	padding-left: 10px;
	list-style-type: square;
	margin-left: 10px;
}


#nav li a:hover {
	color: #B9261E;
	text-decoration: none;
}

.menu {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.menu a:hover {
	text-decoration: underline;
	color: #F4F9BF;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px; background-color:#555b5b;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.footer a{ text-decoration:none; color:#FFFFFF;}
.footer a:hover{ text-decoration:underline; color:#FFFFFF;}


.beetal {
	background-image: url(images/beetal.jpg);
	background-repeat: repeat-y;
}


.more {
	font-family: Arial, Helvetica, sans-serif 12px #000066;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
img{
border:none;
}

.more a {
	text-decoration: none;
	}


