html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
	background-color:#fff;
	font-family:  Arial, Helvetica, sans-serif;
}

.menu_pink {
    background: #ff98e5; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(bottom, white,  #ff98e5 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, white,#ff98e5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, white, #ff98e5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, white, #ff98e5); /* Standard syntax (must be last) */
	position: relative;
	left: 0;
	width: 100%;  
	height: 19px;
}

.menu_blue {
    background: #00bfff; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(bottom, white,  #00bfff ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, white,#00bfff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, white, #00bfff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, white, #00bfff); /* Standard syntax (must be last) */
	position: relative;
	left: 0;
	width: 100%;  
	height: 19px;
}

.menu_silver {
    background: #E6E6E6; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(bottom, white,  #E6E6E6 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, white,#E6E6E6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, white, #E6E6E6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, white, #E6E6E6); /* Standard syntax (must be last) */
	position: relative;
	left: 0;
	width: 100%;  
	height: 20px;
}

.black01 {color:#000; text-decoration: bold; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; }

.blue01 a:link {color:#00bfff; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; text-decoration: none;}
.blue01 a:visited {color:#00bfff; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; text-decoration: none;}
.blue01 a:hover {text-decoration: underline; color:#00bfff; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; }
.blue01 {color:#00bfff; text-decoration: bold; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; }

.pink01 {color:#ff4cd2; text-decoration: bold; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; }

/* Logo CSS */

img.logo {
  width: 90%;
  height: auto;  
  min-width: 100px;
  max-width: 230px;
  padding-top: 15px; 
 
}

img.responsive {
  width: 100%;  
  height: auto;
  max-height: 500px;
  max-width: 700px;
  padding-top: -.5em; 
 
}