  /* Page default */
  html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #FFFFCC;
  }
  
  /* Default fonts */
  p, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 150%;
  }
	
  /* Headings */
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24pt;
  }
  h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
		color: #990000;
		line-height: 120%;
  }
	h2 small {
		font-size: 12px;
	}
  h3 {
    font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #000000;
		margin: 36px 0px 0px 0px;
  }
  h3.top {
		margin: 0px;
  }
	h3 small {
		font-size: 12px;
		font-weight: normal;
	}

  /* Links */
  a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
  }
  a:link { }
  a:visited { }
  a:hover { 
		text-decoration: underline;
	}
  a:active { } 
	
	p.before_list {
		margin-bottom: 0px;
	}
	ul, ol {
		margin-top: 0px;
	}
	ul li {
		list-style-type: square;
	}
	ul.sitemap {
		margin: 0px;
		padding: 0px;
	}
	ul.sitemap a {
		color: #000000;
	}
	ul.sitemap li.top {
		display: block;
		margin: 12px 12px 12px 0px;
		padding: 6px;
		border: 1px solid #990000;
		text-transform: uppercase;
		list-style-type: none;
	}
	ul.sitemap ul li {
		text-transform: none;
	}
	ul.sitemap ul li a {
		font-weight: normal;
	}
	
	table.main {
		margin: 25px 0px 25px 0px;
	}
	
	/* Menus */
	table.top_menu {
		border: 1px solid #000000;
	}
	table.top_menu td {
		border-bottom: 1px solid #000000;
	}
	table.top_menu td.top_sub_menu_container {
		background-image:url(/images/rep_1.gif);		
	}
	
	table.top_sub_menu {
		border: 1px solid #999999;
		background-color: #DDDDDD;
	}
	table.top_sub_menu td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		border: 0px;
	}
	table.top_sub_menu a {
		color: #000000 !important;
		font-weight: normal;
	}
	
	table.main td.header {
		border: 1px solid #000000;
	}
	table.main td.header_bottom {
		border: 1px solid #000000;
	}
	table.main td.content {
		border: 1px solid #000000;
		background-color: #FFFFD9;
	}
	
	table.footer {
		border: 1px solid #000000;
		background-image:url(/images/bot.gif)
	}
	table.footer td.copyright, table.footer td.links {
		font-size: .9em;
		color: #666666;
		font-weight: bold;
	}
	table.footer td.links a  {
		color: #990000;
	}
	
	table.bottom_sub_menu {
		border: 1px solid #999999;
		background-color: #DDDDDD;
		margin-top: 20px;
	}
	table.bottom_sub_menu td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		border: 0px;
	}
	table.bottom_sub_menu a {
		color: #000000 !important;
		font-weight: normal;
	}
	
div.mouseover_window {  
	display:none;  
	position:absolute;  
	background:#FFFFFF;  
	border:2px solid #CCCCCC;  
	z-index:2;  
	padding:6px;
}
div.mouseover_window img { 
	border: 1px solid #000000;
}


