/* CSS Document */

body

{

background-color:#ffffff;

margin-left:0px;

margin-right:0px;

margin-bottom:5px;

margin-top:5px;

scrollbar-3dLight-Color:black;

scrollbar-Highlight-Color:rgb(190, 232, 196);

scrollbar-Face-Color:rgb(113, 162, 116);

scrollbar-Shadow-Color:rgb(94, 122, 85);

scrollbar-DarkShadow-Color:black;

scrollbar-Track-Color:rgb(155, 194, 145);

scrollbar-Arrow-Color:black

}

table.brd

{

border-top-width:1px;

border-bottom-width:1px;

border-right-width:1px;

border-left-width:1px;

border-color:#000000;

border-style:solid

}

td.brd1

{

border-top-width:1px;

border-bottom-width:1px;

border-right-width:1px;

border-left-width:1px;

border-color:#000000;

border-style:solid

}

td.h1

{

font-family:Arial;

font-size:14px;

color:#009933;

font-weight:bold

}

td.h2

{

font-family:Arial;

font-size:14px;

color:#FF6600;

font-weight:bold

}

td.h3

{

font-family:Arial;

font-size:14px;

color:#FFFF00;

font-weight:bold;

text-indent:5px

}

td.txt

{

font-family:Arial;

font-size:12px;

text-align:justify;

color:#666666

}

td.txt1

{

font-family:Arial;

font-size:12px;

color:#233B93

}

td.adr

{

font-family:Arial;

font-size:12px;

text-align:Center;

color:#233B93

}

td.bottom

{

border-top-width:0px;

border-bottom-width:1px;

border-right-width:0px;

border-left-width:0px;

border-color:#999999;

border-style:solid

}

#dec a:link

{

font-family:Arial;

font-size:12px;

color:#233B93;

text-decoration:none

}

#dec a:visited

{

font-family:Arial;

font-size:12px;

color:#233B93;

text-decoration:none

}

#dec a:hover

{

font-family:Arial;

font-size:12px;

color:#233B93;

text-decoration:underline

}

#dec1 a:link

{

font-family:Arial;

font-size:10px;

color:#FFFFFF;

text-decoration:none

}

#dec1 a:visited

{

font-family:Arial;

font-size:10px;

color:#FFFFFF;

text-decoration:none

}

#dec1 a:hover

{

font-family:Arial;

font-size:10px;

color:#FFFF00;

text-decoration:underline

}



.menu

{

	text-align:center;

}



.menu a:link

{

	color:#FFFF33;

	text-decoration:none;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;	

}



.menu a:visited

{

	color:#FFFF33;

	text-decoration:none;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;	

}



.menu a:hover

{

	color: #FF6600;

	text-decoration:none;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;	

}



.td_txt

{



	font-family:Arial;

	font-size:12px;

	text-align: left;

	color:#666666;

	vertical-align:top;

	

}
#nav {text-align:left; margin-top:5px; }

#nav ul {
     margin: 0;
     padding: 0;
     list-style: none;
     width: 185px;
     /*border-bottom: 1px solid #ccc;*/
     }
  
#nav ul li {
     position: relative;
	 margin:1px;
     }
  
 li ul {
     position: absolute;
     left: 183px;
     top: 0;
	 background-color:#CCCCCC;
     display: none;
	 z-index:10;
     }
  
 li:hover ul, li.over ul {
     display: block;
       }
  
#nav ul li a {
     display: block;
     text-decoration: none;
	 font-size:12px;
     color:#FFFF33;
     background: #000;
     padding: 5px;
     border-bottom: 1px solid #ccc;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:bold;
     /*border-bottom: 0;*/
     }
  
#nav ul li a:hover {
     color: #FF6600;
     /*background: silver;*/
 }
  
  
 /* Fix IE. Hide from IE Mac \*/
 * html ul li { float: left; height: 5%; }
 * html ul li a { height: 5%; }
 /* End */

