body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	padding: 30px 20px 10px 20px;
	border-bottom: 1px solid #fff;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	padding: 10px 20px;
	margin: 0;
}
h3 {
	font-size: 12px;
	padding: 2px 35px;
	margin: 0;
}
#titul,#menu, #bodyText, #footer {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#bodyText {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#menu {
	background-color: #333333;
	height: 24px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 2px 5px;
	padding: 2px 10px;
	float: left;
}
#menu a:hover {
	background-color: #999999;
	padding: 2px 10px;
	background-image: url(../images/menu_hover.gif);
	background-repeat: x-repeat;
}
a#select, a:hover#select {
	background-color: #CCCCCC;
	color: #333333;
	padding: 4px 10px 0px 10px;
	background-image: none;
}
#menu ul {
	margin: 0px;
	padding: 0px 20px;
}
#menu li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
#bodyText img {
	float: left;
	margin-right: 30px;
}

p {
	margin: 5px 35px 10px 35px;
}
#footer {
	background-image: url(../images/footer_topborder.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
}
#footer p {
	font-size: 10px;
	color: #666666;
	margin: 0;
}
p.small, span.small {
	font-size: 10px;
	line-height: 1.3;
}
div.contact {
	background-color: #ebebeb;
	margin: 8px;
	padding: 15px 0px;
	width: 270px;
	border: 1px solid #666666;
	display: table;
	clear: right;
}

