/* CSS DESIGN DOCUMENT */

body {
	color: black; 
}

table, td, tr, th, p, ol, ul, li, dl, dt, dd, blockquote, caption, strike {
	color: black; 
        font-family: arial, lucida, helvetica, sans serif;
}

p.minor {
    color: #7B94BD;
    font-family: arial, lucida, helvetica, sans serif;
}

p.mainpage {
    font-size: smaller;
    font-family: arial, lucida, helvetica, sans serif;
}

font.mainpage {
    font-size: smaller;
    font-family: arial, lucida, helvetica, sans serif;
}

/* --- hyperlinks --- */
a { text-decoration: none; color: blue; }
a.mainpage { text-decoration: none; color: white; }
a.hover { text-decoration: underline; }

/* --- headers --- */

h1, h2, h3, h4,h5, h6 {
        color: #18193E;
        font-family: arial, lucida, helvetica, sans serif;
}

pre { font-family: monospace; }

th, b, strong { font-weight: bold; }

img { border: 0; }

