* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-image: url('images/bkg.gif');
	background-repeat: repeat-y;
	background-position: center;
	color: #4C4C4C;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	line-height: 16pt;
	letter-spacing: 0.2pt;
}
p {
	margin-bottom: 12px;
}
img {
	border: 0;
}
ul {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 6px;
}
#main {
	width: 775px;
	margin: 0 auto;
}
#menu_top {
	height: 24px;
	text-align: right;
	background-image: url('images/menu_top.jpg');
	background-repeat: no-repeat;
	padding-right: 12px;
	padding-top: 2px;
}
#menu_top a {
	color: #4C4C4C;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
#menu_top a:hover {
	color: black;
}
#menu_top a.sel {
	color: #333333;
	font-weight: bold;
}
#title {
	height: 317px;
	background-image: url('images/title.jpg');
	background-repeat: no-repeat;
}
#menu {
	height: 52px;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	font-size: 13.5pt;
	padding-top: 6px;
	text-align: center;
}
#menu a {
	font-size: 13.5pt;
	color: #358205;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:hover {
	font-size: 13.5pt;
	color: #205003;
	text-decoration: none;
}
#menu a.sel {
	color: #333333;
}
#content {
	padding: 8px 25px 20px 25px;
}
#footer {
	color: gray;
	text-align: right;
	font-size: 10pt;
	line-height: 13pt;
	padding-right: 20px;
	padding-bottom: 8px;
}
#footer a {
	text-decoration: none;
	color: gray;
	font-size: inherit;
	font-weight: bold;
}
.big {
	font-size: 16pt;
	margin-bottom: 10px;
	margin-top: 20px;
}
.clear {
  clear: both;
}
.small {
	font-size: 10pt;
}
.small a {
	text-decoration: none;
	font-size: 10pt;
}
img.left {
	float: left;
	margin: 5px 10px 5px 15px;
}
img.right {
	float: right;
	margin: 5px 15px 5px 10px;
}
.center {
	text-align: center;
}

