
body {
	padding-top: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 0%;
}

img {
	border: 0;

}



a {
    color : #ff0000;
    font-weight : bolder;
    text-decoration : none;
  }

a.mid {
    color : #00aa00;
    font-weight : bolder;
    text-decoration : none;
  }


div.head {
	background: url(images/headback.gif) repeat-x;
	background-position:center top;
	padding-top: 0%;
	height: 200px;

}


div.borde {
    border-left: medium groove;
    border-right: medium groove;
    margin: 0pt auto;
    background: rgb(255, 255, 255) url(images/mountains.gif) repeat-x scroll 0% 50%;
    padding-bottom: 22px;
    text-align: center;
    width: 75%;
  }


div.main {
    margin: 0pt auto;
    
    width: 75%;
    text-align: center;
  }

h1{
	color: #171c79;

}


.clear {
    /* generic container (i.e. div) for floating buttons */ overflow: hidden;
    width: 100%;
  }


td.button {
    background: #17760F;
    width: 200px;
    vertical-align: center;
    text-align: center;
    border-style:double;
  }

td.buttonmiddle {
    background: #17760F;
    
    width: 200px;
    vertical-align: center;
    text-align: center;
    border-style:double;
  }


td.button.a {
    color: #ff0000;
  }


td.button:hover {
    background: #000055;
    color: #ffffff;
  }

