/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999;
}

.header {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:800;
	color:#3E5300;
	font-style:italic;
}

.header1 {
	font-family:"Century Gothic";
	font-size:15px;
	font-weight:700;
	color:#2E4C30;
}
.header1 a{
	font-family:"Century Gothic";
	font-size:15px;
	font-weight:700;
	color:#2E4C30;
	text-decoration:none;
}
.header1 a:header{
	font-family:"Century Gothic";
	font-size:15px;
	font-weight:700;
	color:#2E4C30;
	text-decoration:none;
}

.welcome {
	font-family:tahoma;
	font-size:12px;
	line-height:19px;
	color:#304C30;
	text-align:justify;
}
.welcome a{
	font-family:tahoma;
	font-size:12px;
	line-height:19px;
	color:#304C30;
	text-align:justify;
	text-decoration:underline;
}
.welcome a:hover{
	font-family:tahoma;
	font-size:12px;
	line-height:19px;
	color:#304C30;
	text-align:justify;
	text-decoration:unerline;
}

.txt {
	font-family:tahoma;
	font-size:12px;
	line-height:19px;
	color:#304C30;
}
.txt a{
	font-family:tahoma;
	font-size:12px;
	line-height:19px;
	color:#304C30;
	text-decoration:underline;
}
.txt a:hover{
	font-family:tahoma;
	font-size:12px;
	line-height:19px;
	color:#304C30;
	text-decoration:unerline;
}

.more {
	font-family:tahoma;
	font-size:12px;
	color:#5C7E5C;
	font-weight:bold;
}
.more a {
	font-family:tahoma;
	font-size:12px;
	color:#5C7E5C;
	font-weight:bold;
	text-decoration:underline;
}
.more a:hover{
	font-family:tahoma;
	font-size:12px;
	color:#5C7E5C;
	font-weight:bold;
	text-decoration:none;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#304C30;
	line-height:16px;
}
.footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#304C30;
	line-height:16px;
	text-decoration:underline;
}
.footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#304C30;
	line-height:16px;
	text-decoration:none;
}