/* CSS Document */
body {
	background: #fff;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	font-size: 10pt;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
}
a.current {
  color:#FF0000; /* change the font to red on .current */
  }
#container {
    position: relative;
	padding-top:15px;
	margin:auto;
  	text-align: center;
    background: #fff;
    width: 740px;
	}
.menu a, .menu a:visited {
  color:#808080; 
  background:#ffffff; 
 text-decoration:none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
  }
.menu a:hover {
  color:#FF0000; /* change the text to orange on hover */
  }
.menu a.current {
  color:#FF0000; /* change the text to red on .current */
}
.side_menu { /* side menu */
	list-style-type:none; /* remove the bullets */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 24px;
	text-align:left;
	font-weight: bold;
}
.side_menu a, .side_menu a:visited, .side_menu a:active {
	text-decoration:none; /* remove the default underline from
                           the links */	
	text-indent:2px; /* move the link text 5px to the right */
	background:#fff; /* make the background color cream */
	color:#000; /* make the text color black */
	font-weight: bold;	
}
.side_menu a:hover {
  color:#FF0000; /* change the background to beige on :hover */
}
.side_menu a.current {
  color:#FF0000; /* change the font to red on .current */
  }
.contenti_menu { /* content menu with italics */
	list-style-type:none; /* remove the bullets */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	text-align:left;
	font-weight: bold;
	font-style: italic;
}
.contenti_menu a, .contenti_menu a:visited, .contenti_menu a:active {
	text-decoration:none; /* remove the default underline from
                           the links */	
	text-indent:2px; /* move the link text 5px to the right */
	background:#fff; /* make the background color cream */
	color:#000; /* make the text color black */
	font-weight: bold;	
	font-style: italic;
	line-height: 10pt;
}
.contenti_menu a:hover {
  color:#FF0000; /* change the background to beige on :hover */
}
.contenti_menu a.current {
  color:#FF0000; /* change the font to red on .current */
}
.content_menu { /* content menu */
	list-style-type:none; /* remove the bullets */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	text-align:left;
	font-weight: normal;
}
.content_menu a, .content_menu a:visited, .content_menu a:active {
	text-decoration:none; /* remove the default underline from
                           the links */	
	text-indent:2px; /* move the link text 5px to the right */
	background:#fff; /* make the background color cream */
	color:#000; /* make the text color black */
	font-weight: bold;	
}
.content_menu a:hover {
  color:#FF0000; /* change the background to beige on :hover */
}
.content_menu a.current {
  color:#FF0000; /* change the font to red on .current */
 }
.title {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	margin-top:-5px;
	}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF0000;
	font-weight: bold;
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: normal;
}
.italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
	color: #000;
	}
.italicsnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
	color: #000;
	font-weight: normal;
}
.indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
	color: #000;
	margin-left: 20px;
	padding-bottom: 6px;
	}
.indentn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	line-height:2pt;
	color: #000;
	margin-left: 20px;	
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
.footer a, .footer a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
.footer a:hover {
	color: #FF0000;
}

.bodyrightcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
}