@charset "utf-8";

/* Calendar CSS */
#cal { display:none; position:absolute; left:10px; top:10px; z-index:1}

/*Body CSS*/
body{
  padding:0;
  margin:0;
  font-family:Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;	  
  background-color:#cae1f3;
}

img {
  border-style: none;
  border-color: inherit;
  border-width: 0;
  margin-top: 1px;
}

input {
  background-color: transparent;
  border: 0px solid white;
}

a:
{
  color:#000;
  FONT-SIZE: 14px;
  text-decoration: none;
}
a:link
{
  COLOR: #000;
  text-decoration: none;
}   
a:visited
{
  COLOR: #000;
  text-decoration: none;
}
a:hover
{
  COLOR: #000;
  text-decoration:underline;
}

/*Headers CSS*/

#logo{
    position:absolute;
    margin:15px;
    margin-left:55px;
}

/*End of Hesders*/

