body {
	padding: 5px;
	background-color: #F9F9F9;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 80%;
	line-height: 150%;
	color: #000000;
	margin: 0px;
}
a {
	color: #006C57;
	text-decoration: none;
}
h4{
	color: #333333;
	font-size: 125%;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: .05em;
	background-image: url(../images/topic.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #999999;
	padding: 0px 0px 3px 13px;
}
h5{
	color: #CC6633;
	line-height: 130%;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: .05em;
}
p{
	margin-top: 10px;
	margin-bottom: 15px;
}
em {
	color: #CC6633;
	font-style: normal;
}
hr{
	clear: both;
	margin: -5px 0px 0px;
	border: none;
	background-color: #DDDDDD;
	color: #DDDDDD;
	height: 1px;
}
ul{
	margin-left: 25px;
	margin-bottom: 5px;
}
ul li{
	line-height: 140%;
	padding-bottom: 8px;
	list-style: url(../images/bullet.gif);
}
textarea {
	color: #666666;
	background-color: #F4FDFF;
	border: 1px solid #62B5D0;
	margin-right: 3px;
	font-size: 13px;
	font-weight: normal;
	line-height: 130%;
	padding: 3px 5px;
}
.input {
	color: #666666;
	background-color: #F4FDFF;
	border: 1px solid #62B5D0;
	margin-right: 3px;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	padding: 3px 5px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	color: #333333;
	background-color: #D7F3FB;
	border: 1px solid #58B1CF;
	margin-right: 3px;
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	clear: both;
	text-align: center;
}
.header img {
	vertical-align: top;
	border-style: none;
}
.center {
	clear: both;
	margin-left: 3px;
	padding-top: 3px;
}
.footer {
	font-size: 95%;
	clear: both;
	line-height: 150%;
	text-align: center;
	margin-top: 12px;
}
.footer a {
	margin-left: 3px;
}
.more {
	float: right;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
}
.leftimg{
	float:left;
	border: 1px solid #666666;
	margin-right: 5px;
	margin-top: 5px;
        width: 120px;
}
.nav {
	margin-top: 20px;
}
.menu {
	width: 60px;
	text-align: center;
	margin: 0px 5px 10px;
	float:left;
}
.menu img {
	border-style: none;
}
.menu p {
	margin: 0px;
	width: 60px;
}
.menu a {
	color: #000000;
}
.nplist dl {
	margin: 12px 5px 10px 13px;
}
.nplist dt {
	background-image:  url(../images/np.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 100%;
	line-height: 140%;
	padding: 2px 0px 4px 27px;
	margin-top: 4px;
	margin-bottom: 3px;
}
.category {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
}
.category img {
	border-style: none;
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 5px;

}
table {
	border-collapse:collapse;
	font-size: 100%;
	border: 2px solid #CCCCCC;
	width: auto;
	margin-bottom: 25px;
	color: #333333;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
}
caption{
	color: #333333;
	padding-bottom: 8px;
	font-size: 125%;
	margin-top: 20px;
	font-weight: normal;
}
th {
	font-weight: normal;
	background-color: #F3F3F3;
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}
td {
	font-weight: normal;
	padding: 3px;
	border: 1px solid #CCCCCC;
	line-height: 150%;
}

