td {font-family: verdana; font-size: 12px; color: white}
body {font-family: verdana; font-size: 10px; color: white}
.copyr {font-family: verdana; font-size: 10px; color: white}
a:visited {color:yellow; text-decoration:none}
a:link {color:yellow; text-decoration: none}
a:hover { color: magenta; text-decoration: underline}
td.bodytextbold_red {font-family: verdana; font-size: 12px; color: red}
td.bodytextbold {font-family: verdana; font-weight: bold; font-size: 12px; color: black}
td.bodytext_deepred_bold {font-family: verdana; font-weight: bold; font-size: 12px; color: red}
td.bodytext {font-family: verdana; font-size: 12px; color: black}
td.bodytext a:visited {color:blue; text-decoration:none}
td.bodytext a:link {color:blue; text-decoration: none}
td.bodytext a:hover { color: red; text-decoration: underline }

li {
margin-top:2px;
margin-bottom:5px;
}

.content {
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 12pt;
	text-decoration: none ;
	color: #000000;
}

.menutitle {
  padding-left: 5px; 
  padding-bottom: 3px; 
  padding-top: 8px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 14px; 
  font-weight: bold;
  color: #ffffff; 
  line-height: normal; 
  border-bottom: #FF7F02 1px solid; 
  background-image: url("images/menubar.jpg");
  text-decoration: none
}

.menutitle a:link {
  padding-left: 2px; 
  padding-bottom: 3px; 
  padding-top: 8px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 14px; 
  font-weight: bold;
  color: #011994; 
  line-height: normal; 
  border-bottom: #000000 1px solid; 
  text-decoration: none
}

.menutitle a:visited {
  padding-left: 2px; 
  padding-bottom: 3px; 
  padding-top: 8px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 14px; 
  font-weight: bold;
  color: #011994; 
  line-height: normal; 
  border-bottom: #000000 1px solid; 
  text-decoration: none
}

.menutitle a:hover {
  padding-left: 2px; 
  padding-bottom: 3px; 
  padding-top: 8px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 14px; 
  font-weight: bold;
  color: #A10114; 
  line-height: normal; 
  border-bottom: #000000 1px solid; 
  text-decoration: none
}

.submenu {
  padding-left: 5px; 
  padding-bottom: 3px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: yellow; 
  line-height: normal;  
  border-bottom: #90908F 1px solid; 
  
  text-decoration: none
}

.submenu a:link {
  padding-left: 8px; 
  padding-bottom: 3px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: yellow; 
  line-height: normal; 
  border-bottom: #90908F 1px solid; 
  text-decoration: none
}

.submenu a:visited {
  padding-left: 8px; 
  padding-bottom: 3px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: yellow; 
  line-height: normal; 
  border-bottom: #90908F 1px solid; 
  text-decoration: none
}

.submenu a:hover {	
  padding-left: 18px; 
  padding-bottom: 3px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: orange; 
  line-height: normal;  
  border-bottom: #90908F 1px solid; 
  text-decoration: none
}

.submenu1 {
  padding-left: 25px; 
  padding-bottom: 5px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: #737373; 
  line-height: normal;  
  text-decoration: none
}

.submenu1 a:link {
  padding-left: 10px; 
  padding-bottom: 5px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: #FFD202; 
  line-height: normal;  
  text-decoration: none
}

.submenu1 a:visited {
  padding-left: 10px; 
  padding-bottom: 5px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: #FFD202; 
  line-height: normal;  
  text-decoration: none
}

.submenu1 a:hover {
  padding-left: 15px; 
  padding-bottom: 5px; 
  padding-top: 3px;
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12px; 
  font-weight: bold;
  color: orange; 
  line-height: normal;  
  text-decoration: none
}

.pgtitle {
	font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size: 12pt;
	font-weight: bold;
	line-height: normal;  
  border-bottom: #000000 1px solid; 
}


.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            bottom : 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.75;
            opacity:.75;
            filter: alpha(opacity=75);
}

.white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 570;
            height: 370;
            padding: 16px;
            border: 16px solid orange;
            background-color: #797979;
            z-index:1002;
            overflow: auto;
}
