/******************************************************************

BASE STYLES

*******************************************************************/

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;
background-color: #f9f9ff;
font-size: 12px;
}

h1, h2, h3, h4 {
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}


h1, h2, h3, h4 {
    font-weight: normal;
    color: #272;
}

h1 {
	font-size: 18px;
}

h2 {
    font-size: 16px;
    margin: 1em 0 1em 0;
    color: #500;
/*    border-bottom: 1px solid #ccc; */
}

h3 {
    font-size: 15px;
    margin: 1em 0 0em 0;
}

h4 {
    font-size: 14px;
    margin: 1em 0 0em 0;
}


img {
border: none;
}

li {
margin-left: 0;
}

fieldset {
border: none;
}

a {
color: #009;
text-decoration: none;
}

a:hover  {
color: #090;
}

blockquote {
border-left: 2px dotted gray;
margin-left: 1em;
padding-left: 1em;
}
