body {
   font-family: arial, helvetica, verdana, sans-serif; 
}

p { 
   font-size: 0.8em;
} 

ul {
   list-style-type: square;
   list-style-position: outside; 
}

li { 
   font-size: 0.8em;
   padding-bottom: 1px; 
} 

.inner { 
   font-size: 1.0em; 
} 

.padded {
   margin: 5px; 
}

h1 {
   color: #00639C;
   font-size: 1.6em;
   font-weight: bold;
}

h2 {
   color: #00639C;
   font-size: 1.25em; 
   font-weight: bold;
}

h3 {
   color: #00639C;
   font-size: 0.975em; 
   font-weight: bold;
}

.input {
width: 260px; 
height: 16px;
font-size: 12px;
border: 1px solid #CCCCCC;
}

.textarea {
width: 260px;
height: 100px;
font-size: 12px;
border: 1px solid #CCCCCC;
}

