@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/green_pattern.jpg);
	background-repeat: repeat;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}

a:link {
	color: #003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #090;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	line-height:25px;
}
.menu_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C00;
	text-decoration: none;
	line-height:25px;
}

.menu_sel{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	line-height:25px;
	background-color: #C00;
}

.txt_std {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: n;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;

}