BODY, TABLE
{
  margin: 0px;
  font-family: Verdana;
  font-size: 9pt;
  color: black;
  padding: 0px 0px 0px 0px;
}

BODY
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

H1
{
  font-family: "Times New Roman";
  font-size: 13pt;
  margin: 0px;
  line-height: 100%;
  color: black;
}

H2
{
  font-family: "Times New Roman";
  font-size: 28pt;
  margin: 0px;
  padding-left: 50px;
  padding-top: 35px;
  line-height: 100%;
  color: white;
}

H3
{
  font-family: Verdana;
  font-size: 9pt;
  margin: 0px;
  line-height: 120%;
  font-weight: normal;
}

P
{
  font-family: Verdana;
  font-size: 9pt;
  margin: 0px;
  line-height: 120%;
  text-indent: 0pt;
}

OL, UL
{
  line-height: 130%;
  margin-top: 0px;
  margin-bottom: 0px;
}

UL
{
  list-style-type: disc;
}

LI
{
  margin-left: 0px;
  font-size: 9pt;
}

A, A:visited, A:active
{
  text-decoration: none;
  color: blue;
}

A:hover
{
  text-decoration: none;
  color: red;
}

A.copy, A.copy:visited, A.copy:active
{
  text-decoration: none;
  color: #8080FF;
  font-size: 8pt;
}

A.copy:hover
{
  text-decoration: none;
  color: blue;
  font-size: 8pt;
}

BR
{
  margin: 0pt;
  line-height: 50%;
}

FORM
{
  margin: 0px;
}

HR
{
  margin-bottom: 0px;
  line-height: 100%;
}

.mark
{
  color: green;
}

.main
{  
  line-height: 120%;
  text-indent: 16pt;
  text-align: justify;
  margin-top: 8px;
}

.copy
{
  font-size: 8pt;
}

.bold
{
  font-weight: bold;
}

.nobold
{
  font-weight: normal;
}

.lit
{
  font-size: 8pt;
}

.ind
{
  text-indent: 16pt;
}

.rlist
{
  font-size: 8pt;
  padding-top: 2px;
  padding-bottom: 2px;
}

.verter
{
  display: none;
}

#container
{
  width: 760px;
  margin: 0 auto;
  padding: 0px;
}

#footer
{
	width: 760px;
	height: 40px;
	background: url(footer.gif) bottom no-repeat;
	text-align: center;
}

#footer p
{
  padding-top: 10px;
}

#header
{
	width: 760px;
	height: 125px;
	background: url(header.png) top no-repeat;
  text-align: left;
}

#split
{
  background: url(split.gif) top repeat-y;
}

/******** Menu ********/	
	#menu_container {
		width: 748px;
		_width: 750;
		background: #FFFFFF;
		height: 30px;
		padding-left: 5px;
		padding-right: 7px;
		_padding-right: 5px;
		}
	
	#menu {
		width: 100%;
		background: #88ac0b url('menu-background.png') top left repeat-x;
		float: left;
		font-size: 95%;
		white-space: nowrap;
		padding-right: 2px;
		margin-top: 0;
		margin-bottom: 0;
		}
	
	* html #menu {
		padding-right: 0;
		}
	
	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		border-left: 1px solid #95bc0e;
		border-right: 1px solid #95bf0f;
		width: 100%;
		}
	
	#menu li {
		display: inline;
		}
	
	#menu a:link, #menu a:visited {
		padding: 0.25em 1em;
		background: transparent;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 1px solid #95bc0e;
		}
	
	#menu a:hover {
		background: #b6e41c url('menu-hover.png') repeat-x;
		color: #485b06;
		}
