body {
	background: #FFFFFF;
	background-image: url(images/top-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

a:link {
	color:#000000;
	font-weight: bold;
	text-decoration: underline
}
a:visited {
	color:#000000;
	font-weight: bold;
	text-decoration: underline
}
a:active {
	color:#000000;
	font-weight: bold;
	text-decoration: underline
}
a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none
}

a.menu:link {
	color:#000000;
	text-decoration: none
}
a.menu:visited {
	color:#000000;
	text-decoration: none
}
a.menu:active {
	color:#000000;
	text-decoration: none
}
a.menu:hover {
	color:#000000;
	text-decoration: underline
}

.menu_s {
	font-weight: bold;
	padding: 3px 2px 4px 18px;
	line-height: 12px;
	background-image: url(images/menu_small.jpg);
}
.menu_l {
	font-weight: bold;
	padding: 3px 2px 4px 18px;
	line-height: 12px;
	background-image: url(images/menu_large.jpg);
}
.header {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	text-decoration: underline
}
.main_text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 15px;
}