body{
font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
font-size:12px; 
color: #00006a;
background-color:#fff;
line-height: 1.7em;
text-align: left;
}

/* ----- IDS ----- */

/* ----- SEPARATORS ----- */

/* ----- HEADINGS ----- */

h2 {
font-size: 130%;
font-weight: bold;
color: #cc0000;
text-align: center;
margin-bottom: 10px;
border: 1px solid #666699;
padding: 3px;
}

h3 {
width: 100%;
font-size: 120%;
font-weight: bold;
color: #0033AA;
text-align: left;
border-left: 10px solid #FFCC33;
border-bottom: 1px solid #FFCC33;
padding: 3px 0px 3px 10px;
}

h3.redletter {
width: 100%;
font-size: 120%;
font-weight: bold;
color: #cc0000;
text-align: left;
border-left: 10px solid #FFCC33;
border-bottom: 1px solid #FFCC33;
padding: 3px 0px 3px 10px;
}

h4 {
width: 100%;
font-size: 110%;
font-weight: bold;
color: #cc0000;
text-align: left;
border-bottom: 1px solid #cc0000;
padding: 3px 0px 3px 10px;
}

/* ----- LINKS ----- */
a:link, a:visited{
color: #3366CC;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}


/* ----- LISTS ----- */
ul{
}
li{
font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
line-height:1.7em;
color:#333; 
}

/* ----- ORIGIN ----- */

/* ----- IMAGES ----- */

img, a img, img a:link, img a:visited, img a:hover{
border:none;
text-decoration:none;
}

/* ----- TABLES ----- */