body {
  
   font-family:  verdana, Helvetica,Geneva, sans-serif;
   color: black; 
   font-size: 8pt;
   font-weight:normal;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
   background:url(images/backg.gif);
}


table  {
  border: 0px;
  text-align: left;
  caption-side: top;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size:8pt;

}

a:link {
   color: black;
   text-decoration: none;
}

a:visited {
   color: blue;
   text-decoration: none;
}

a:hover {
   color: black;
   text-decoration: underline;
}

A:Active {
   color: blue;
}

.footnote {
  color: black;
  font-size:   8pt;
  font-weight: normal;
  text-align:  center;
  font-family: arial;
}

.slogan {
  color: black;
  font-size:   7.5pt;
  font-weight: normal;
  text-align:  left;
  font-family: arial;
}

#normal {
   color: black;
   /*text-decoration: underline;*/
}


img {
  border: 0px;
  padding: 0px;
}



p {
  color: #010332;
  margin-right: 80px;
}

.emphasized {
  text-transform: uppercase;
  font-weight: bold;
}

h4 {
  font-size: 10pt;
}

li {
 list-style-type: square;
}

.bold
{
/*font-weight: bold;*/
font-size:8pt;
}

.tdlabel {
font-size:8pt;
 text-align:right;
}

.indent
{
	margin-right: 30px;
}

textarea, input, select {
	font-size: 8pt;
}

.errorMessage 
{ 
	font-size: 10px; 
	color:#990000; 
	margin-left: 15px; 
	vertical-align:top; 
	padding-left: 15px; 
	background: url(images/error_small.gif) no-repeat 0px -5px; 
}

.errorMessage2 { position:absolute; top:200px; left:200px; font-size: 10px; color:#990000; margin-left: 15px; vertical-align:top; padding-left: 15px; background: url(images/warning_medium.gif) no-repeat; 
}

.alertMessage { position:absolute; top:200px; left:200px; font-size: 10px; color:#990000; margin-left: 15px; vertical-align:top; padding-left: 15px; background: url(images/warning_medium.gif) no-repeat; 
}

.warningMessage 
{ 
	color:#990000;
	background: url(images/warning_medium.gif) no-repeat 3px 3px;
	border:solid 1px #990000;
	background-color:#FFFFFF;
	font-size:10px;
	padding-left:40px;
	margin-left: 15px;
} 

.information 
{ 
	position: relative;
	left:10px;
	font-size: 10px;
	color:#009900;
	margin-left: 25px;
	vertical-align:top;
	padding-left:20px;
	/*background: url(images/success_medium.gif) no-repeat 5% 5%;*/
	border: solid 1px #006600; padding: 10px;
	background-color:#FFFFFF;
	font-weight:bold;
}

