body {
	margin-top: 0px;
	background-color: #e2e2e2;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	color: #6d6d6d;
	font-size: 10pt;
	font-weight: bold;
}

.background-top {
	width: 941px;
	height: 200px;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: top;
}

.background-bottom {
	width: 941px;
	height: 32px;
	background-image: url('../images/background-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.header {
	width: 796px;
	height: 122px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
.menu {
	width: 796px;
	height: 31px;
	background-image: url('../images/menu_fade.jpg');
	background-repeat: repeat-x;
	background-position: center;
}
.menu2 {
	width: 750px;
}
.menu2 td {
	height: 29px;
}
.menu2 a {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

.container {
	width: 796px;
	padding-top: 15px;
}
.left-content {
	width: 460px;
}
.right-content {
	width: 300px;
}
.full-content {
	width: 760px;
}
.normaltext {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	color: #6d6d6d;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
.normaltext b {
	color: #306d41;
	font-size: 11pt;
	font-weight: bolder;
}
.normaltext a {
	color: #306d41;
	font-size: 12pt;
	font-weight: bolder;
	text-decoration: none;
}
.normaltext p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.greentext {
	color: #306d41;
}
.headtext {
	font-size: 16pt;
}
.footer {
	width: 796px;
	height: 25px;
	background-image: url('../images/footer_fade.jpg');
	background-repeat: repeat-x;
	background-position: center;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
	color: #ffffff;
}
