@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E0DFE3;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
/*-------------------------------*/
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
/*-------------------------------*/
.menuButton {
	margin-left: 1px;
}
.news_date {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #62B22F;
	padding: 2px;
	margin-bottom: 5px;
}
.greyBox {
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.greyBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.greyBox li {
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/bullet02.gif);
	background-position: 3px 5px;
	background-repeat: no-repeat;
}
.style1 {
	font-size: 18px
}
/*-------------------------------*/
.footer {
	font-size: 10px;
	padding: 5px;
	color: #757575;
	background-color: #e4e5e4;
}
.footer a:link {
	color: #757575;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #757575;
}
.footer a:hover {
	text-decoration: none;
	color: #757575;
}
.footer a:active {
	text-decoration: underline;
	color: #757575;
}
/*-------------------------------*/

ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	background-image: url(images/bullet03.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.menuimg {
	margin-left: 1px;
}
.disc {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.button {
	float: right;
	padding: 2px;
	margin-top: 10px;
	margin-right: 8px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #B3B6C9;
}