@charset "utf-8";
body {
	background-image: url(bg-2.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

#maintable {
}
#maintable tr td {
	background-image: url(td-bg-1.jpg);
}
#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	text-align: center;
	max-width: 1400px;
	padding-right: 20px;
	background-color: #FFF;
}
#fltlft {
	float: left;
	margin: 10px;
}
pb {
	font-weight: bold;
}
a:link    {
	text-decoration: none;
	color: #bfb68a;
}

        a:visited {
	text-decoration: none;
	color: #bfb68a;
}


        a:active  {
	text-decoration: none;
	color: #00F;
}

        a:hover   {text-decoration: none; color: #FF0000}
#maincontent  a {
	color: #00C;
}
#maincontent a:hover {
	color: #F00;
	text-decoration: underline;
}


#fltrt {
	float: right;
	margin: 10px;
}
#maincontent p2 {
	margin-left: 20px;
}
#maincontent p {
	text-align: justify;
}
.pbold {
	font-weight: bold;
}
.menubold {
	font-size: 18px;
}

/* CSS Document */
#maincontent table tr td img top {
	margin-left: 10px;
	margin-right: 0px;
}
#maincontent ul {
	font-size: 16px;
	font-weight: bold;
}
