a                    {     text-decoration: none;
                           color: #444444;
                     }
                     
a:hover              {     text-decoration: underline;
                           color: black;
                     }

.menuitem            {     background: #D9E2EC;
                           background-image: url('images/menu_backgnd.gif');
                           width: 176px;
                           height: 22px;
                           padding-left: 10px;
                           cursor: pointer;
                     }
               
.menuitem_selected   {     background: #A8BBCF;
                           background-image: url('images/menu_sel_backgnd.gif');
                           width: 176px;
                           height: 22px;
                           padding-left: 10px;
                           cursor: pointer;
                     }
                     
.title               {     font-size: 18px;   
                           color: #444444;
                           margin-top: 20px;
                           margin-bottom: 10px;
                           font-weight: bold;
                     }  
.title2              {     font-size: 15px;   
                           color: #444444;
                           margin-top: 20px;
                           margin-bottom: 10px;
                           font-weight: bold;
                     }  
                     
.textinput           {     font-size: 11px;
                     }
                     
.loginform           {     background: #E6EBF2;
                     }
                     
.bluelink            {     color: #89A2BC;
                     }
                     
.menulink            {     text-decoration: none;
                           color: black; 
                     }
                     
.menulink:hover      {     text-decoration: none;
                     }
.red				 {
							color: red;
					 }