/* Elements */

/* Fonts - change 'sans-serif' to your preferred font */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {font-size: 1em;
font-family:  Times New Roman, sans-serif;
color: #00f}


/* Real styles */

BODY{margin: 0em 1.5% 0em 1.5%;
font: 1em/1 sans-serif;
background-color: white;
background: white;
cursor: default;
}

HR {margin: 0em 0% 0em 0%}

HR.center{ width: 200px;}



.blueMedium{ font-size: small; color: #00f}
.larger{ font-size: medium; }
.xxSmall{ font-size: x-small; }
.xxSmallMarginBot {font-size: x-small; margin: 0em 0% 1em 0%;}
.oldBrowserHidden{ display: inline; color:#8B0000; }


/* http://css.maxdesign.com.au/listamatic/horizontal02.htm */
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 0px 0px; 
color: #00f;
background-color: #fff;
text-decoration: none;
font-size: x-small; 
}

#navlist a:link, #navlist a:visited
{
color: #00f;
background-color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #00f;
background-color: #fff;
}

