A:link
{ text-decoration: none; color:#ACACAC; font-weight: bold}
A:visited
{ text-decoration: none; color:#ACACAC; font-weight: bold}
A:active
{ text-decoration: none; color:#ACACAC; font-weight: bold}
A:hover
{ text-decoration: none; color:#F6989A; font-weight: bold}

*
{ margin:0;  
padding:0;  
}  

h1 
{ font-family: Garamond, Times New Roman, Times, serif;
color: #AB1F35; 
font-weight: normal; 
font-size: 20pt; 
} 

h2 
{ font-family: Garamond, Times New Roman, Times, serif;
color: #D51C47; 
font-weight: bold; 
font-size: 16pt; 
} 

h3 
{ font-family: Garamond, Times New Roman, Times, serif;
color: #333333; 
font-weight: normal; 
font-size: 10pt; 
} 

h4
{ font-family: Garamond, Times New Roman, Times, serif;
color: #CC6666; 
font-weight: bold;
font-size: 15pt; 
} 

p 
{ font-family: Garamond, Times New Roman, Times, serif;
color: #3A3A3A;
font-weight: normal; 
font-size: 15pt; 
} 

body
{ text-align: center; /*For IE6 Shenanigans*/ 
background: #FFFFFF;
font-family: Garamond, Times New Roman, Times, serif;
color: #3A3A3A;
font-weight: normal; 
font-size: 15pt; 
}

#wrap
{ width:610px;  
margin:0 auto;  
text-align:left;  
position:relative;
background: #FFFFFF;
}  

td
{ font-family: Garamond, Times New Roman, Times, serif;
color: #3A3A3A;
font-weight: normal; 
font-size: 15pt; 
text-align: justify;
}

p { text-indent: 1.5em; }

h4 { text-indent: 1.5em; }

#watermark {
position: fixed;
left: 40px;
bottom: 0px;
height: 200px;
width: 200px;
background: url(bgbirds.gif) bottom left no-repeat;
z-index: 0;
}

input.rounded {
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 20px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
}
input.rounded:focus {
border-color: #333333;
}

