body {
	background-color: #80CCFF;
	background-image: url(main_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 1px auto;
	font-family:Verdana,Tahoma;
}

a:link {
	color: #007700;
	text-decoration: none;
}
a:hover {
	color: #00EE00;
	text-decoration: none;
}
a:active {
	color: #007700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007700;
}

.main {
	font-size: 12pt;
	border-top: thick #00A400;
	border-right: thick double #00A400;
	border-bottom: thick #00A400;
	border-left: thick double #00A400;
}
.head {
	color: #00A400;
	font-size: 12pt;
	text-align: center;
	border-top: thick double #00A400;
	border-right: thick double #00A400;
	border-bottom: thick #00A400;
	border-left: thick double #00A400;
}
.zag {
	text-align: center;
	font-size: 12pt;
	border-top: thick double #00A400;
	border-right: thick #00A400;
	border-bottom: thick double #00A400;
	border-left: thick #00A400;
	color: #007700;
	background-image: url(zg_bg.png);
}
.common {
	text-align: center;
	font-size: 12pt;
	border-top: thick double #00A400;
	border-right: thick double #00A400;
	border-left: thick double #00A400;
    border-bottom: thick double #00A400;
}
.commont {
	text-align: left;
	font-size: 12pt;
	border-top: thick double #00A400;
	border-right: thick double #00A400;
	border-left: thick double #00A400;
    border-bottom: thick double #00A400;
	padding-left: 5px;
	padding-right: 5px;
}
.header {
    text-align: center;
    text-decoration: underline;
    font-size: 12pt;
}
.homelink {
	text-align: left;
	font-size: 12pt;
	border-right: thick double #00A400;
	border-left: thick double #00A400;
}
.bold {
	font-weight: bold;
}