﻿body, p
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11pt; 
	color:#333;
}
h1
{
	color:#990000;
	font-size:13pt;
	text-align:center;
}
h2
{
	font-size:11pt;
	font-weight:bold;
}
h3
{
	font-size:10.5pt;
	color:#fff;
}
h4
{
	font-size: 11pt;
}
#rightside
{
	padding: 5px;
	font-size:10pt;
}
.content, .shadow
{
	position: relative;
	bottom: 4px;
	right: 4px;
}
.shadow
{
	background-color: #868283;
}
.content {
   background-color: #fff;
   color: #000;
   border: 1px solid #333;
   padding: 0.5em;
 }
 .container
 {
 	width: 1015px;
 }

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:90%;
	  border-bottom:1px solid #2763A5;
      line-height:normal;
      margin-bottom: 8px;
      }
    #tabs10 ul {
	  margin:0;
	  padding:5px 8px 0 2px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:5px;
      }
    #tabs10 a {
      float:left;
      background:url("Images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("Images/tabright10.gif") no-repeat right top;
      padding:5px 25px 4px 25px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }