
.horizontalbg {
                      background: #011122;
	      background-attachment: auto;
	      background-image: url(img/bg_horizontal.gif);
	      background-repeat: repeat-y;
	      background-position: 0px;
	     }

.verticalbg {
                      background: #84ACC8;
	      background-attachment: auto;
	      background-image: url(img/bg_vertical.gif);
	      background-repeat: repeat-x;
	      background-position: 0px;
	     }		 

.bottommenu {
               font-family: 'Lucida Grande', "Geneva", "Tahoma", "Arial", "Helvetica", "sans-serif";
               font-size: 11;
               text-decoration: none;
	           color: #84A8C1;
              }

.bottommenu a:link, .bottommenu a:visited {
               font-family: 'Lucida Grande', "Geneva", "Tahoma", "Arial", "Helvetica", "sans-serif";
               font-size: 11;
               text-decoration: none;
               color: #84A8C1;
               }

.bottommenu a:hover, .bottommenu a:active {
               font-family: 'Lucida Grande', "Geneva", "Tahoma", "Arial", "Helvetica", "sans-serif";
               font-size: 11;
               text-decoration: none;
	           color: #34A0F7;
               }


.copyright {
	           font-family: 'Lucida Grande', "Geneva", "Tahoma", "Arial", "Helvetica", "sans-serif";
	           font-size: 10;
               text-decoration: none;
               color: #84A8C1;
               } 
