@charset "utf-8";

body,td,th {
	font-size: 12px;
	line-height: 18px;
	font-family: "MS PGothic";
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #8AAD1F;
	text-decoration: none;
}
a:visited {
	color: #8AAD1F;
	text-decoration: none;
}
a:hover {
	color: #8AAD1F;
	text-decoration: underline;
}
a:active {
	color: #8AAD1F;
	text-decoration: underline;
}
a.Menu:link {
	font-size: 14px;
	color: #6B6B6B;
	text-decoration: none;
	width: 100%;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}
a.Menu:visited {
	font-size: 14px;
	color: #6B6B6B;
	text-decoration: none;
	width: 100%;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}
a.Menu:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A6CF28;
	width: 100%;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}
a.Menu:active {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A6CF28;
	width: 100%;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}
.FrameLeft {
	background-image: url(Images/FrameLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.FrameRight {
	background-image: url(Images/FrameRight.jpg);
	background-position: left top;
}

.PageTitle {
	font-size: 23px;
	color: #666666;
	font-weight: bold;
	line-height: 28px;
}
.CopyRight {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding: 12px;
	background-image: url(Images/CopyRight.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.Content {
	padding-right: 100px;
}

li {
	padding-bottom: 5px;
}
