/* CSS Document */
a:link      {
	text-decoration: none;
	color: #339900;
}
a:active    {
	text-decoration: none;
	color: #339900;
}
a:visited   {
	text-decoration: none;
	color: #339900;
}
a:hover    {
	text-decoration: none;
	color: #FF9900;
}

body {
	background-image: url(img/main_wall.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
}


h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

h4, h5, h6 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

.black_10 {
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}

.black_12 {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

.black_14 {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

.black_10b {
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	font-weight:bold
}

.black_12b {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight:bold
}

.black_14b {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	font-weight:bold
}

.white_10 {
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
}

.white_12 {
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
}

.white_14 {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}

.white_10b {
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
}

.white_12b {
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	font-weight: bold;
}

.white_14b {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
}

.gre_10 {
	font-size: 10px;
	color: #618A37;
	line-height: 14px;
}

.gre_12 {
	font-size: 12px;
	color: #618A37;
	line-height: 16px;
}

.gre_14 {
	font-size: 14px;
	color: #618A37;
	line-height: 18px;
}

.gre_10b {
	font-size: 10px;
	color: #618A37;
	line-height: 14px;
	font-weight: bold;
}

.gre_12b {
	font-size: 12px;
	color: #618A37;
	line-height: 16px;
	font-weight: bold;
}

.gre_14b {
	font-size: 14px;
	color: #618A37;
	line-height: 18px;
	font-weight: bold;
}

.cop {
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
}
.pand5 {
	padding: 5px;
}
.pand10 {
	padding: 10px;
}