form
{
	margin: 0px;
}
Body	
{
	 background: #95AABC URL(images/background.jpg) repeat-x 0 0;
}

img 
{
border:0px;
}

a:link, a:visited
{
	color: #334755;
}

.SectionHeader
{padding: 2px;
font-family: Arial; font-size: 12px; font-weight: bold; color: #ffffff; display: block; height: 35px;
}
.SectionHeader img
{
	margin-right: 5px;
}
.SectionHeader a
{text-decoration: none;
font-family: Arial; font-size: 12px; font-weight: bold; color: #ffffff; display: block; height: 35px;
}
Div.SectionContent
{
	padding-left: 2px;
font-family: Arial; font-size: 12px; font-weight: normal; color: #ffffff;
}
DIV.SectionContent a
{
text-decoration: none;
font-family: Arial; font-size: 12px; font-weight: normal; color: #ffffff;
}

li	
	{
	margin-top: 5px;
	}
	
.SubHeader a
{
text-decoration: none;
}

.content
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

h3
{
	margin-bottom: 3px;
	font-size: 18px;
}

h4
{
	margin-bottom: 3px;
	font-size: 16px;
	color: #4F81BD;
}
/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  border-bottom:0px solid #24618E;
	  color: #FFFFFF;
      }
    #tabsJ ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.png") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
	#tabsJ a#current {
      float:left;
      background:url("images/tableftJ.png") no-repeat left top;
	  background-position:0% -25px;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.png") no-repeat right top;
      padding:5px 10px 5px 6px;
      color:#FFFFFF;
      }
	#tabsJ a span#active {
      float:left;
      display:block;
      background:url("images/tabrightJ.png") no-repeat right top;
	  background-position:100% -25px;
      padding:5px 10px 5px 6px;
      color:#FFFFFF;/*24618E;*/
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -25px;
      }
    #tabsJ a:hover span {
      background-position:100% -25px;
      }

/*- Menu Top Tabs J--------------------------- */

    #tabsTopJ {
      float:right;
      width:auto;
      font-size:100%;
      line-height:normal;
	  border-bottom:0px solid #24618E;
	  color: #000000;
      }
    #tabsTopJ ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
      }
    #tabsTopJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsTopJ a {
      float:left;
      background:url("images/tableftTopJ.png") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
	#tabsTopJ a#current {
      float:left;
      background:url("images/tableftTopJ.png") no-repeat left top;
	  background-position:0% -25px;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsTopJ a span {
      float:left;
      display:block;
      background:url("images/tabrightTopJ.png") no-repeat right top;
      padding:5px 12px 5px 6px;
      color:#000000;
      }
	#tabsTopJ a span#active {
      float:left;
      display:block;
      background:url("images/tabrightTopJ.png") no-repeat right top;
	  background-position:100% -25px;
      padding:5px 12px 5px 6px;
      color:#000000;/*24618E;*/
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsTopJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsTopJ a:hover span {
      color:#000000;
      }
    #tabsTopJ a:hover {
      background-position:0% -25px;
      }
    #tabsTopJ a:hover span {
      background-position:100% -25px;
      }      
      
      
    /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index: 2000;
}

.modalPopup 
{
	position: inherit;
	background-color:#FFFFFF;
	padding:3px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}