BODY{
	scrollbar-3d-light-color: #D2D2CA;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #D2D2CA;
	scrollbar-dark-shadow-color: #D2D2CA;
	scrollbar-face-color: #D2D2CA;
	scrollbar-highlight-color: #767981;
	scrollbar-shadow-color: #D2D2CA;
	}

A.menu:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #000000; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
TD.menu {
	FONT-SIZE: 7pt; COLOR: #000000; FONT-FAMILY: Arial,Tahoma,Verdana; text-transform: uppercase
}
DIV.menu {
	FONT-SIZE: 7pt; COLOR: #000000; FONT-FAMILY: Arial,Tahoma,Verdana; text-transform: uppercase
}

A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #99CCFF;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #000000;
	text-decoration: none;
}

TD {
	font-size: 9pt;
	font-family : Arial;
}

P {
	font-size: 9pt;
	font-family : Arial;
}

TD.dark {
	font-size: 9pt;
	font-family : Arial;
	color : #666666;
}

P.dark {
	font-size: 9pt;
	font-family : Arial;
	color : #666666;
}

TD.smaller {
	font-size: 9pt;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 9pt;
	font-family : Arial;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1pt;
}


#jump_base {
  overflow-y:hidden;
  width: 200px;
  height: 100px;
  border: 1px solid #989697;
  margin: auto;
  padding: 0 5px 0 5px;
  font-size: .9em;
  font-family: Arial, Verdana, sans-serif;
}

#jump_base a {
  color: #000000;
  background-color: inherit;
}

.news {
  background-color: #FFFFFF;
  color: inherit;
}

/* Begin Newsletter Form CSS */

div.box{
  border: 1px solid #989697;
  background-color: #FFFFFF;
  width: 300px;
}

div.box a:link,
div.box a:visited{
  font-size: 11px;
  color: #989697;
}

div.box a:hover,
div.box a:active{
  color: #5EACEC;
}

div.box h1{
  background-color: #D2D2CA;
  color: #000000;
  font-size: 13px;
  padding: 2px 4px 2px 4px;
  margin-top: 0;
  margin-bottom: 0;
}

div.box p{
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 2px 4px 2px 4px;
}

div.box table
{
  width: 100%;
  border: 0 none;
}

div.box table tr{
	vertical-align: middle;
}

div.box table tr td{
  text-align: right;
  padding-left: 3px;  
  padding-right: 3px;
  white-space: nowrap;
}

div.box table tr.message td{
	font-size: 11px;
	text-align: left;
   white-space: normal;
}

div.box table tr.message td div{
   margin-bottom: 10px;
	background-color: #FFFFE1;
	color: InfoText;
	border: 1px solid GrayText;
   padding: 4px 6px 4px 6px;
}

div.box table tr.message td div.error{
  color: red;
	font-weight: bold;
}

div.box table tr.message td div.error ul{
  padding-left: 14px;
}

div.box table tr.message td div.error ul li{
  margin-top: 10px;
}

div.box table tr.message td div.error ul ul li{
  margin-top: 3px;
}

div.box table tr.mandatory td.title{
	font-weight: bold;
}

div.box table tr.error td.title{
  color: red;
  font-weight: bold;
}

div.box table tr td.title{
  font-size: 11px;
  text-align: left;
}

div.box table tr td input.text{
  border: 1px solid #81807D;
  padding: 2px 3px 2px 3px;
  font-size: 12px;
  width: 125px;
}

div.box table tr td input.text:focus{
	border: 1px solid #5EACEC;
}

div.box table tr td input[readonly]{
	border: 1px solid #81807D !important;
	background-color: #E0DDD6;
}


div.box table tr td input.submit{
  border: 1px solid #81807D;
  background-color: #F4F3F0;
  margin-top: 12px;
  font-size: 12px;
}

div.box table tr td input.submit:hover{
	border: 1px solid #5EACEC;
	background-color: ButtonHighlight;
}

/* End Newsletter Form CSS */