/* Styles for all pages */   

BODY      {
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 1pt;
	font-family:  "Times New Roman", courier, sans-serif;
}

P, TABLE, BODY   {  text-align: justify; }
      
A:link    { color: #cdecff; text-decoration: none; }
A:visited	{ color: #cdecff; text-decoration: none; }
A:hover	  { color: #ffcccc; text-decoration: none; }         
          
A.copyright:link    { color: gray; text-decoration: underline }
A.copyright:visited { color: gray; text-decoration: none }
A.copyright:hover   { color: #C0C0C0; text-decoration: underline }
		
A.menulink:link    { color: gray; text-decoration: none }
A.menulink:visited { color: gray; text-decoration: none }
A.menulink:hover   { color: #C0C0C0; text-decoration: none }    

.copyright {
            font-size: 8pt;
						font-style: italic;
            color: gray;				           										
					}	
 
.singlepage { background-color: #505050; } 

/*guestbook -beginning */
.guestbook {
	font-family: "Times New Roman", Times, serif
}

.gbname {
	color: #cdecff;
	font-size : 10pt;
}

.gbicq {  color:  #c0c0c0;  font-size : 8pt; }
A.gbicq:link    { color: #c0c0c0; text-decoration: none; }
A.gbicq:visited    { color: #c0c0c0; text-decoration: none; }
A.gbicq:hover  { color: #c0c0c0; text-decoration: none; }

.gbemail { font-size : 8pt; }

.gbcity { color: #c0c0c0; font-size : 8pt; }

.gbsite { font-size : 8pt; }

.gbtime { color: #c0c0c0;  font-size : 8pt; }

. gbtext {
	color: #ffffff; font-size : 10pt; }

.gbreply {
	color: #ffcccc;
	font-style : italic; font-size : 10pt;
}

.gbother { color: #c0c0c0 }

.gbcomments {color: #c0c0c0 }
 
/*guestbook -end */

/* Index page */  
  
.imagecell { border-color: gray;
             background-color: gray; }

.mainmenutable {              
             border-width: 0;
             border-right-width: 2pt;
             border-style: dotted;
             border-color: gray;
           }

.mainmenuitem { 
            font: bold 12pt arial;
            color: gray;						
				}             

/* Other pages */
				
.menuheading {
             font: bold 16pt times;
             color: white;
             background-color: black;						
           }

.menutable {              
             border-width: 0;
/*             border-right-width: 2pt;
             border-style: solid;
             border-color: gray;
             background-color: black;*/
           }
      
.menuitem { 
            font: bold 12pt arial;
            color: gray;
            background-color: black;						
				  }
          
.selmenuitem {
           font: bold 12pt arial;
           color: white;
           background-color: #505050;
           }						

.textcell { background-color: #505050 }                              				

