/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin-left: 0px; 
  margin-top: 0px;
  background: #660000;
  }

a:link, a:visited, a:active { 
  text-decoration: none; 
  font-weight: bold; 
  color: #CCCC99;
  }

a:hover { 
  text-decoration: none; 
  font-weight: bold; 
  color: #de8112; 
  }
.head_msg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color : #CCCC99; 
  font-size : x-small;
}
.head_msg2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color : #FF0000; 
  font-size : 13px;
  }
.subscript {
	color: #F3D64D;
  font-size: medium; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

p.facebook-login-button {
    margin: 0px auto;
    padding: 4px 0;
    text-align: center;
    background: url(/jalf/images/facebook.png) no-repeat;
    width: 319px;
    height: 24px;
}
a.facebook-login-button {
    font-family: Verdana;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    width:295px;
	height:24px;
	float:right;
}
a.facebook-login-button:hover {
    font-family: Verdana;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}


