/* Cascading Style Sheet                              */ 
/*                                                            */
/* Purpose...: Set's the default font, link styles, etc.      */
/*                                                            */
/* Written by: Carol Myers    March 16, 2006                  */



/* start the body of the page, below the graphic              */

BODY {
background:#C6C2CC;                                
color:#404040;   
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.2em;
margin: 2em auto;
padding:0;              
}

h1 {
color:#777b62;
font-size:2.2em;
letter-spacing:-5px;
margin:0 0 30px 25px;
}

h2 {
border-bottom:4px solid #dadada;
color:#777b62;
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px;
padding:0 2px 2px 5px;
}

h3 {
border-bottom:1px solid #dadada;
color:#000;
font-size:2.2em;
font-weight:700;
margin:10px 0 8px;
padding:1px 2px 2px 3px;
}

h4 {
border-bottom:1px solid #dadada;
color:#000;
font-size:1.2em;
font-weight:600;
margin:10px 0 8px;
padding:1px 2px 2px 3px;
}

h5 {
color:#000;
font-weight:525;
}


/*  set table cells and paragraphs to the default text        */
td { color:#404040;   
font:76% Verdana,Tahoma,Arial,sans-serif;
 
}

p { font: 10pt/12pt Arial; } 

a img { border:0; }

.box {
width:110px;
height:22px;
background:#bbbb85;
font-size:0.9em;
line-height:1.5em;
text-align: center;
/* border:.15em outset #616136; */
border-left: .15em outset #616136;
}



/* disallow browser's default for URL colors                  */
A:link {color:575731;background:#bbbb85;text-decoration:none;font-weight: bold;}
A:active {color:575731;background:#bbbb85;text-decoration:none;font-weight: bold;}
A:visited {color:575731;background:#bbbb85;text-decoration:none;font-weight: bold;}
A:hover {cursor: pointer; color:white; text-decoration: none; text-transform: uppercase; font-weight: bold;}



/* default linelink to show URL                               */
.linelink {color: #335533;background:#ffffff;text-decoration:underline;}






