/* layout */
body {
 background:#ffffff;
 color: #333333;
 width:1024px;
 font-family: arial;
 }

#hdr {
 background:#ffffff;
 height:300px;
 background-image: url(../img/t1.jpg);
 color: #333333;
 }
#mTitle{ margin-top:20px; text-align:center; display:none;}

#bar {
 background:#fff;
 color: #333333;
 border-bottom:1px solid black;
 }

#bodyblock {
 background: #ffffff;
 color: #333333;
 font-size:1.0em;
 }

#l-col {
 background:#ffffff;
 color: #333333;
 text-align:center;
 }

#cont {
 background:#ffffff;
 color: #000000;
 
  }

#ftr {
 background-image: url(../img/ftr.jpg);
 color: #333333;
 margin-bottom:10px;
 }
 
 /* menu */
 
#navlist a:link, #navlist a:visited
{
font-weight: bold;
color: #999;
 font-size:1.5em;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

/*  -------------------  */

.cap	{color:#2e3695;}

.txt{color:#00008b;
		border:#00008b;
		background-color:#e3f2f7;
}

h1 #pageName	{color:#000}
h2	{font-size:90%}
/*
ul	{list-style-image: url(../img/moon.png)}
ul ul	{list-style-image: url(../img/telescope.png)}
ul li	{line-height:2.0em}
ul li	ul li {line-height:2.0em}
*/		
		
.noList	{list-style-type:none!important}	
.noList ul	{margin: 0 0 15px 20px;}	

.note	{text-align:center; margin-bottom:3px; font-size:1.0em; font-weight:800}
img		{border: none;}
form		{margin-top:0;clear:both;}