body { 
  background-color: #ffffff; 
  background-image: url('');
  background-repeat: repeat-x;
  min-width: 810px;
  text-align: center;
  margin: 0px 0px 10px 0;
}

table, tr, td {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.forminput {
  font-size: 10pt;
  color: #000000;
  font-family: verdana, helvetica, sans-serif;
  background-color: #ffffff;
  border: 1px #000000 solid;
}

a img {border: none; }
a:link	       { color: #000099; text-decoration: underline }
a:visited      { color: #000099; text-decoration: underline }
a:active	   { color: #00a5f4; text-decoration: underline }
a:hover		   { color: #00a5f4; text-decoration: underline }

span.spider {
  color: #ffffff;
  background-color: #00a5f4;
}

span.mww_small {
  color: #000000;
  font-size: 8pt;
  font-family: verdana, helvetica, sans-serif;
}

/* For left navigation menus */
div.left_menu {
  width: 160px;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  background-color: cyan;
  border-top: 1px solid #000099;
}

p.left_menu {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 0px;
  text-align: center;
  background-color: #ffffff; 
  font-weight: bold;
  font-family: helvetica, sans-serif, verdana;
  font-size: 10pt;
  border-bottom: 1px solid #000099;
  border-left: 1px solid #000099;
  border-right: 1px solid #000099;
}

p.left_menu:hover {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 0px;
  text-align: center;
  background-color: #000099; 
  font-weight: bold;
  font-family: helvetica, sans-serif, verdana;
  font-size: 10pt;
  border-bottom: 1px solid #000099;
  border-left: 1px solid #000099;
  border-right: 1px solid #000099;
  text-decoration: none;
}

p.left_menu:hover a {
  color: white;
}

a.l_menu:link		{ color: #000099; text-decoration: none }
a.l_menu:visited	{ color: #000099; text-decoration: none }
a.l_menu:active	    { color: #00a5f4; text-decoration: none }
a.l_menu:hover	    { color: #00a5f4; text-decoration: none }

/* End left navigation menus */

/* For lines */
div.hr {
width: 100%;
height: 1px;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #000000;
display: block;
}

div.full_center {
  float: left;
  width: 100%;
  text-align: justify;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Text formatting for center column */
p.body {
  color: #000000; 
  font-weight: normal;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

p.indent1 {
  color: #000000; 
  font-weight: normal;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 30px;
}

p.indent2 {
  color: #000000; 
  font-weight: normal;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 60px;
}

p.indent3 {
  color: #000000; 
  font-weight: normal;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 90px;
}

p.center {
  color: #000000; 
  font-weight: normal;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

p.bold {
  color: #000000; 
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

p.bold_center {
  color: #000000; 
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

p.right_bold {
  color: #000000; 
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}
/* 3 column layout start */
.content {
	position:relative; 
	width:auto;
	margin:0px 172px 0px 172px;
	padding:0px;
	z-index:3; 
}

#navLeft {
	position:absolute;
	width:170px;
	top:166px;
	left:0px;
	padding:0px;
	z-index:2;
}

#navRight {
	position:absolute;
	width:170px;
	top:166px;
	right:0px;
	padding:0px;
	z-index:1;
}
/* 3 column layout end */

/* 2 column layout start */
.content2 {
	position:relative; 
	width:auto;
	margin:0px 172px 0px 0px;
	padding:0px;
	z-index:2; 
}
/* 2 column end */

p.footer_justify {
  color: #000000; 
  font-family: verdana, helvetica, sans-serif;
  font-size: 8pt;
  text-align: justify;
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

p.news {
  color: #000000; 
  font-family: verdana, helvetica, sans-serif;
  font-size: 8pt;
  text-align: left;
  background-color: #ccffff;
  margin: 0px 10px 0px 10px;
  padding: 10px 10px 10px 10px;
}

p.article_help {
  color: #000000; 
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  background-color: #ccffff;
  margin: 0px 40px 0px 40px;
  padding: 10px 10px 10px 10px;
}