
A:link {color:#000000 ; text-decoration: underline;}
A:visited {color:#000000 ; text-decoration: underline;}
A:active {color:#000000 ; text-decoration: underline;}
A:hover {color: #000000 ; text-decoration: underline;}

BODY {
	scrollbar-base-color: color; scrollbar-track-color: #336699; scrollbar-face-color: #d2ecf4; scrollbar-highlight-color: #d2ecf4; scrollbar-3dlight-color: #336699; scrollbar-darkshadow-color: #336699; scrollbar-shadow-color: #d2ecf4; scrollbar-arrow-color: #336699
}

a.n:link      {font-family: verdana, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #336699;
        text-decoration: none;
        width: 100%;
        background: #transparent;
        cursor: default;}
a.n:hover      {font-family: verdana, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        width: 100%;
        background: #336699;
        cursor: default;}
a.n:active     {font-family: verdana, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #336699;
        text-decoration: none;
        width: 100%;
        background: #transparent;
        cursor: default;}
a.n:visited     {font-family: verdana, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #336699;
        text-decoration: none;
        width: 100%;
        background: #transparent;
        cursor: default;}
a.n:visited:hover    {font-family: verdana, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        width: 100%;
        background: #336699;
        cursor: default;}

.nav       {border-style: solid;
		border-top: solid 1px #336699;
		border-bottom: solid 1px #336699;
		border-left: solid 1px #336699;
		border-right: solid 1px #336699;}
		
.tip       {border-style: solid;
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		border-left: solid 1px #336699;
		border-right: solid 1px #ffffff;}


.text     {font-family: verdana, sans-serif;
        font-size: 8pt;
        text-decoration: none;}
		

.head   {font-family: verdana, sans-serif;
        font-size: 8pt;
		color: #ffffff;
        text-decoration: none;
		background: #336699;}
		
hr      {solid 1px; color: #336699;}

input  {COLOR: #336699;
font-size: 8pt;
font-weight: bold;
BORDER-LEFT-COLOR: #336699;
BORDER-BOTTOM-COLOR: #336699;
BORDER-TOP-COLOR: #336699;
BACKGROUND-COLOR: #d2ecf4;
BORDER-RIGHT-COLOR: #336699;
}

.logo							{font-family: verdana, lucida sans unicode, arial, sans-serif;
								 font-size: 48pt;
								 font-weight: bold;
								 font-style: italic;
								 filter: dropshadow(color=#333333);
								 height: 78px;
								 color: #000099;}
		
#divLinks   {visibility:hidden;}
#divLinks a {color:#336699; font-family:verdana,arial,helvetica,sans-serif; font-size:12px;}
#divMessage {width:468px; height:60px; visibility:hidden;}







/*  Gallery  */
#gallery 
{
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:666px; 
  height:400px; 
  border:1px solid #888; 
  background:#fff url(images/smr1.jpg) bottom right no-repeat;
  }
  
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:397px;
  width:33px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
border:0;
background: #FFF url(../images/gallery_loading.gif) top left no-repeat;
}
#gallery li a:hover {
  background:#eee; 
  width:400px;
  }
