/* CSS Document */
		
body {
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 180px;
	margin-bottom: 70px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 100%;
		 }
a:link 
  {
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}
a:visited 
  {
	color: #000000;
	text-decoration: none;
	background-color: transparent
}
a:hover 
  {
	background-color: transparent;
	color: #999999;
}
a:active 
  {
	background-color: transparent;
	color: #000000;
}

h2 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: thin;
	border-top: 1px dotted #000000;
	border-bottom: none;
	border-color: #000000;
	padding-bottom: 5px;
	padding-top: 6px;
		}		 
h3 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: thin;
	padding-bottom: 5px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
		}
h4 {
	color: #000000;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-top: 1px solid;
	border-bottom:  #000000;
	border-color: #000000;
	padding-bottom: 4px;
	padding-top: 5px;
		}
h5 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: thin;
	padding-bottom: 5px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
		}
h6 {
	color: #000000;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 100%
	}

b  {
		color: #FF3300; 
		font-family: Helvetica, Arial, sans-serif;
		font-size: 9px;
		border-bottom: 1px dotted #FF3300;
		margin-bottom: 70px;
		}
.t  {
	color: #003399;
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	letter-spacing: 0.06em;
	font-weight: none;
	font-style: italic;
	line-height: 60%;
	}
	
.s  {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	}
	
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.50;
    filter: alpha(opacity=70);
    }
	
.white_content {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 950px;
    height: 605px;
    padding: 6px;
    border: none;
    background-color: white;
    z-index:1002;
    overflow: auto;
   }
   
