
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



a.cssbutton:link, a.cssbutton:visited{
width:180px;
background-color: #c9d0c1;
border-top: 1px #9fa697 solid;
border-right: 1px #9fa697 solid;
border-bottom: 1px #eff0e1 solid;
border-left: 1px #eff0e1 solid;
padding: 3px 4px;
color: #53848c;
text-decoration: none;
font: normal 14px Verdana;
text-transform:uppercase;margin: 0 0 0 0px;
text-align:center
}



a.cssbutton:hover{text-decoration: underline;
border-bottom: 1px #9fa697 solid;
border-left: 1px #9fa697 solid;
border-top: 1px #eff0e1 solid;
border-right: 1px #eff0e1 solid;
background-color: #ece9d8;
padding: 3px 4px }

a.cssbutton:active{text-decoration: underline;
color: black;
}

BODY {font-family:Arial;background-color:#ece9d8;scrollbar-track-color:#53848c;color:#294145}

B{color:#2d464a}

a:link {text-decoration: underline; color: #53848c;}
a:visited {text-decoration: underline; color: #53848c;}
a:hover {text-decoration: none; background-color: #c9d0c1;}
a:active { text-decoration: underline; color: #53848c; background-color: #c9d0c1;}


h1{background-color: #c9d0c1; font-size:18px;padding:5px;color:#4b777e;text-transform:uppercase;letter-spacing:2px}

.foot {color:#ece9d8;font-size:12px;font-family:Verdana,Arial}

