A:link {FONT-WEIGHT: normal; COLOR: #009999; TEXT-DECORATION: underline}
A:visited {FONT-WEIGHT: normal; COLOR: #009999; TEXT-DECORATION: underline}
A:hover {FONT-WEIGHT: normal; COLOR: #009999;  TEXT-DECORATION: underline}
A:active {FONT-WEIGHT: normal; COLOR: #009999;  TEXT-DECORATION: underline}

A.navlink:link {font-family: verdana; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none; }
A.navlink:visited {font-family: verdana; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none; }
A.navlink:hover {font-family: verdana; font-size: 9pt; font-weight: bold; color: #FF9900; text-decoration: none; }
A.navlink:active {font-family: verdana; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none;}

A.navlink-on:link {font-family: verdana; font-size: 9pt; font-weight: bold; color: #FF9900; text-decoration: none; }
A.navlink-on:visited {font-family: verdana; font-size: 9pt; font-weight: bold; color: #FF9900; text-decoration: none; }
A.navlink-on:hover {font-family: verdana; font-size: 9pt; font-weight: bold; color: #FF9900; text-decoration: none; }
A.navlink-on:active {font-family: verdana; font-size: 9pt; font-weight: bold; color: #FF9900; text-decoration: none;}

A.navlink2:link {font-family: verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline; }
A.navlink2:visited {font-family: verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline; }
A.navlink2:hover {font-family: verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline; }
A.navlink2:active {font-family: verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline;}

A.navlink3:link {font-family: verdana; font-size: 9pt; color: #FFFFFF; text-decoration: underline; }
A.navlink3:visited {font-family: verdana; font-size: 9pt; color: #FFFFFF; text-decoration: underline; }
A.navlink3:hover {font-family: verdana; font-size: 9pt; color: #FFFFFF; text-decoration: underline; }
A.navlink3:active {font-family: verdana; font-size: 9pt; color: #FFFFFF; text-decoration: underline;}

p {font-family: verdana; font-size: 9pt; margin-left: 10px; margin-right: 10px;}

p.footer {font-family: verdana; font-size: 8pt; margin-left: 5px; margin-right: 5px; color: #FFFFFF;}

p.header {font-family: verdana; font-size: 9pt; margin-left: 10px; margin-right: 10px; color: #FFFFFF;}

td {font-family: verdana; font-size: 9pt; }

li {font-family: verdana; font-size: 9pt; margin-top: 0; margin-bottom:0; }

hr {color: #FF9900; width: 95%; size:0; center;}

h1 {
	margin-left: 10px;
	margin-top: 10px;
	font-family: verdana; font-size: 9pt;
	font-weight: bold;
	color: #009999;
	}

body {
	font-family: Verdana; font-size: 9pt; background: #000000;
	text-align: center;
}

#container
{
margin-left: auto;
margin-right: auto;
width: 1000px;
height: 100%;
border: 1px solid #FF9900;
padding: 3px;
}

#container2
{margin-left: auto;
margin-right: auto;
width: 990px;
height: 100%;
border: 1px solid #009999;
background: #000000;
padding: 2px;
}

#container_footer
{
margin-left: auto;
margin-right: auto;
width: 1000px;
padding: 3px;
}

#header {
  width: 100%;
  background: #009999;
}

#content {
  background: #ffffff;
  width: 720px;
  float: left;
  text-align: left;
  padding: 10px;
}
#rightcol {
  background: #cccccc;
  width: 240px;
  float: right;
  align: center;
  padding: 5px;
}
#footer {
  background: #000000;
  clear: both;
  width: 990px;
}