@import url("layout.css");
@import url("navigation.css");


/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0; 
}

html body {
font-family: arial, verdana, sans-serif;
font-size:12px;
color:#003;
}


p, ul, ol, dl, blockquote, pre, table
{
margin: 0 0 1.3em;
}


h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal;
margin: 0 0 0.5em;
color:#003;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
color:#339;
}

h1 {font-size:2.2em; margin-top:0;}
h2 {font-size:20px;}
h3 {font-size:16px}
h4 {font-size:14px}
h5 {font-size:12px;}
h6 {font-size:12px}

table { 
border-collapse:collapse; 
border-spacing:0; 
}


img {  
border:0; 
} 


a:link {
color:#006;
}

a:visited {
color:#006;
}

a:hover {
color:#00e
}

/* ul in content need bullets and margins */

#content ul{
margin-left:20px;
}