body {
		background-color: #73b2e5;
		background-image: url('gfx/bg_outer.jpg');
		background-repeat: repeat-x;
}

body, table, td
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	font-size: 11px;
	font-weight: none;
	font-style: none;
	color: #ffffff;
}

.port-scroll {
	scrollbar-face-color: #6B94B4;
	scrollbar-highlight-color: #6B94B4;
	scrollbar-3dlight-color: #6B94B4;
	scrollbar-darkshadow-color: #6B94B4;
	scrollbar-shadow-color: #6B94B4;
	scrollbar-arrow-color: #6887A3;
	scrollbar-track-color: #0BC0F3;
}

div.wrapper
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 575px;
      height: 425px;
      margin-left: -287px; /* half of width */
      margin-top: -212px;  /* half of height */
      }
      
div.main {
		background-image: url('gfx/bg_inner.jpg');
		background-repeat: repeat-x;
		border: 9px solid white;
		height: 354px;
		width: 555px;
}

ul {
		margin-top: 0px;
		margin-bottom: 0px;
}

a
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}