body {
	margin: 0px 0px 20px 0px;
	padding-top: 115px;
	background: url(banner.jpg) no-repeat;
	font-family: arial;
	font-size: 12pt;
}
td {
	font-family: arial;
	font-size: 12pt;
}
a {
	color: #3880bb;
}
a:hover {
	color: #575757;
	text-decoration: underline;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	background: #3880bb;
	padding: 4px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #fff;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius-topright: 10px;
	border-radius-bottomright: 10px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #900;
}
td {
	vertical-align: top;
}
img {
	border: none;
}
p {
	text-align: justify;
}

#container {
	width: 775px;
}
.content {
}


#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	width: 100%;
	background: #4f5050 url(navbg.png) repeat-x;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 8pt arial;
	background: #4f5050 url(navbg.png) repeat-x;
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 5px;
	color: #fff;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover {
	color: #dedede;
	text-decoration: underline;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #4f5050;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}

#sddm div a:hover {
	background: #3880bb;
	color: #dedede;
}

#m1, #m2 {
	visibility: hidden;
}