/**************************************************
 *
 * Cross browser style sheet - loaded by all CSS aware browsers
 *
 **************************************************/

a:link 	{
    background: white;
    color: rgb(128, 0, 0); 
}

a:active {
    background: white;
    color: rgb(204, 73, 0); 
}

a:visited {
    background: white;
    color: rgb(85, 15, 75); 
}

b, strong {
    font-weight : bold;
}

html, body, div,
table, th, tr, td, 
p, 
h1, h2, h3, h4, h5, h6, 
dd, dt, dl, ul, ol, li, 
label, blockquote {
    background: white;
    color: black;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight : bold;
}

i, em {
    font-style: italic;
}

pre, tt, code {
    font-family: Monaco, Courier, "Courier New", monospace; 
}


/**************************************************
 * CLASSES
 **************************************************/

/* I hope this is only used for the copyright in the footer */
.size {
    line-height: 100%;
}

.no_Indent  {
    margin-left: inherit;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}

.indentedMenu {
    margin-left: 18;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}

.indentedMenu2 {
    margin-left: 36;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}

.indentedMenu3 {
    margin-left: 54;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}
