body
{
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin-top: 0px;
}
.Normal
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	
}
.NormalBig
{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
.NormalSmall
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
}
.NormalSmallWhite
{
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
}
.NormalWhiteMedium
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
.NormalWhite 
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
}
.NormalWhiteBig
{
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Center;
}
.NormalOrange
{
	font-family: Arial;
	font-size: 9pt;
	color: #FDA63E;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
.NormalBrown
{
	font-family: Arial;
	font-size: 8pt;
	color: #6C5E57;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
A:link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

A:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
A:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
A:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
A.Title:link
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
A.Title:visited
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
A.Title:active
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
A.Title:hover
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	text-align: Left;
}
A.NormalLink:link
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	text-align: Left;
}
A.NormalLink:visited
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	text-align: Left;
}
A.NormalLink:active
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight:normal;
	font-style: normal;
	text-decoration: underline;
	text-align: Left;
}
A.NormalLink:hover
{
	font-family: Arial;
	font-size:8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
	text-align: Left;
}
A.NormalText:link
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: Normal;
	font-style: normal;
	text-decoration: underline;
}
A.NormalText:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: Normal;
	font-style: normal;
	text-decoration: underline;
}
A.NormalText:active
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: Normal;
	font-style: normal;
	text-decoration: underline;
}
A.NormalText:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: Normal;
	font-style: normal;
	text-decoration: underline;
}
/* Scroll Control */
div#hold	{ 
	position:relative; overflow:hidden;
	width:420px; height:200px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:400px; height:200px; 
	clip:rect(0px, 400px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:160px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:136px;
  background: url("../img/controlScroll/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

 
th	{ font-size:1.4em; text-align:left }	
a img { border:none }
p { margin: 0 0 .6em 0 }
div.content { text-align:left }
table.main { 
  background-color:#ffffff;
  width:473px; 
  margin:auto; 
  text-align:left;
  border:0px solid #999; 
  }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }

/* End Scroll Control */