/* Paragraph Styles
______________________________________*/
.head
{
	font-family: "Times", "Roman", serif; 
	color: #D4AB00;
	font-size: 20pt;
	line-height: 20pt;
	font-weight: bold; 
	text-decoration: none;
}
	
.subhead 
{
	font-family: "Times", "Roman", serif; 
	color: #D4AB00;
	font-size: 15pt;
	line-height: 16pt;
	font-weight: bold; 
	text-decoration:  none; 
}

.floorhead 
{
	font-family: "Times", "Roman", serif; 
	color: #15261A;
	font-size: 15pt;
	line-height: 15pt;
	font-weight: normal; 
	text-decoration: none; 
	text-align: center;
}

.body 
{
	font-family: "Times", "Roman", serif; 
	color: #D4AB00;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: normal; 
	text-decoration:  none; 
}

li 
{
	font-family: "Times", "Roman", serif; 
	color: #D4AB00;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: normal; 
	text-decoration:  none;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;	
}
	 
.footer 
{ 
	font-family: "Times", "Roman", serif; 
	color: #CCCCCC; 
	font-size: 8pt; 
	line-height: 10pt;
	text-align: center;
} 

/* Links
______________________________________*/

a.nav_pri:link 
{ 
	color: #FFF; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration:  none; 
	line-height: 14pt; 
	letter-spacing: 1px;
	vertical-align: middle;	
}
a.nav_pri:visited 
{
	color: #FFF; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration: none; 
	line-height: 14pt;
	letter-spacing: 1px;
	vertical-align: middle;
}
a.nav_pri:hover
{	color: #D7AC00; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration:  none; 
	line-height: 14pt; 
	letter-spacing: 1px;
	vertical-align: middle;
}

a.nav_pri:active 
{ 
	color: #999; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration:  none; 
	line-height: 14pt; 
	letter-spacing: 1px;
	vertical-align: middle;
}

a.sub_nav:link { 
	color: #FFFFFF; 
	font-family: "Times", "Roman", serif; 
	font-size: 9pt; 
	font-weight: normal; 
	text-decoration: normal; 
	line-height: 10pt; 
}
a.sub_nav:visited {
	color: #FFFFFF; 
	font-family: "Times", "Roman", serif; 
	font-size: 9pt; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 10pt;
}

a.sub_nav:hover { 
	color: #D4AB00; 
	font-family: "Times", "Roman", serif; 
	font-size: 9pt; 
	font-weight: normal; 
	text-decoration: underline; 
	line-height: 10pt; 
}
		
a.sub_nav:active { 
	color: #D4AB00; 
	font-family: "Times", "Roman", serif; 
	font-size: 9pt; 
	font-weight: underline; 
	text-decoration:  none; 
	line-height: 10pt; 
}


a.link:link { 
	color: #FFFFFF; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: bold;
	text-decoration:  none; 
	line-height: 15pt; 
}
	
a.link:visited {
	color: #999966; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: bold;
	text-decoration: none; 
	line-height: 15pt;
}

a.link:hover { 
	color: #D4AB00; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: bold; 
	text-decoration:  none; 
	line-height: 15pt; 
}

a.link:active { 
	color: #FFFFFF; 
	font-family: "Times", "Roman", serif; 
	font-size: 11pt; 
	font-weight: bold; 
	text-decoration:  none; 
	line-height: 15pt; 
}
	

a.FPlink:link { 
	color: #FFFFFF; 
	font-family: "Frutiger", "Verdana", sans-serif; 
	font-size: 11pt; 
	font-weight: normal;
	text-decoration:  none; 
	line-height: 15pt; 
}
	
a.FPlink:visited {
	color: #999966; 
	font-family: "Frutiger", "Verdana", sans-serif; 
	font-size: 11pt; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 15pt;
}

a.FPlink:hover { 
	color: #D4AB00; 
	font-family:  "Frutiger", "Verdana", sans-serif;
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration: none; 
	line-height: 15pt; 
}

a.FPlink:active { 
	color: #FFFFFF; 
	font-family: "Frutiger", "Verdana", sans-serif; 
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration:  none; 
	line-height: 15pt; 
}
	

/* Structure
______________________________________*/
body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #221D13;
  }
 
.nav_bg {
	background-color: #000000;
	border: 1px solid #221D13;
}

.content_box {
  display: block;
  position: relative;
  top: 75px;
  width: 600px;
  background: #003333;
  padding: 20px 20px 20px 20px;
  }