body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: White;
	background-color: #000000;
	background-image: url(images/239.jpg);
	padding: 25px 25px 25px 25px;
}

img {
	border: 0px;
}

#menu-top {
	text-align: center;
	border-bottom: thin solid Yellow;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

#menu-bottom {
	text-align: center;
	border-top: thin solid Yellow;
	margin-top: 25px;
	padding-top: 5px;
}

#menu-top ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
}

#menu-top ul li {
        display: inline;
        padding-left: 10px;
        padding-right: 10px;
}

#menu-bottom ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
}

#menu-bottom ul li {
        display: inline;
        padding-left: 10px;
        padding-right: 10px;
}


a:link {
	color: #FFFF33;
	text-decoration: none;
}

a:visited {
	color: #33FF33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
}

table.title {
	border: none;
	padding: 2px;
}

p.quot {
	color: Yellow;
	font-size: 11px;
	font-style: italic;
}

