body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 15px;
}
h1 {
	font-size: 24px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h1 {
	font-size: 18px;
	font-weight:bold;
}
h3 {
	font-size: 16px;
	font-weight:bold;
}
a, a:link, a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: underline;
	color:#000000;
}
ul {
	margin-top: 10px;
}
img {
	border: 1px solid black;
}
.foot {
	height: 38px;
	padding-top:30px;
	background-image:url(images/bg_foot.gif);
	background-position:center;
	background-repeat:repeat-x;
	border-bottom:1px solid black;
	font-size:12px;
	margin-bottom:30px;
}
.text {
	width:748px;
	text-align:left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-repeat:no-repeat;
	background-position:right;
}
.pagebody {
	background-color:#DFDFDF;
	background-image:url(images/bg_body.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.navigation {
	margin-top:22px;
	width:708px;
	text-align:left;
	padding-left:40px;
}
.menu {
	height: 50px;
	background-image:url(images/bg_menu.gif);
	background-position:center;
	background-repeat:repeat-x;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
}
.menu span {
	margin-right: 80px;
}
.menu a, .menu a:link, .menu a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover, .menu a:active {
	text-decoration: underline;
	color:#FFFFFF;
}
.title {
	height:124px;
	background-image:url(images/title.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.podmenu {
	background-image:url(images/bg_top.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.head {
	height:21px;
	width:748px;
	background-image:url(images/bg_head.gif);
	background-position:center;
	background-repeat:no-repeat;
	border-left:1px solid black;
	border-right:1px solid black;
}