/*
Define selectors:
*/

BODY {
scrollbar-face-color: #bdbd9d;
scrollbar-shadow-color: #ddddcc;
scrollbar-highlight-color: #ddddcc;
scrollbar-3dlight-color: #ddddcc;
scrollbar-darkshadow-color: #ddddcc;
scrollbar-track-color: #ddddcc;
scrollbar-arrow-color: #ddddcc;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:10pt;
color: #222222;
background: rgb(0,128,255);
margin-left: 1%;
margin-right: 1%;
}

H1, H2, H3, H4, H5, H6, TD, TH, DIV, PRE, CODE, SPAN, P, OL, UL, DL, DT, DD, LI, BLOCKQUOTE {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif
} 

FONT {font-size:10pt}
P    {font-size:10pt}
LI   {font-size:9pt}
h2 {font-size:16pt;color: rgb(0,0,200)}
h3 {font-size:12pt;color: rgb(0,0,200)}
h4 {font-size:10pt;color: rgb(0,0,200)}
TD {font-size:10pt;}
TH {font-size:10pt}
hr {color: #a6a679}

/*
Define Anchors
*/

A:link,A:visited,A:active {
color: #5555FF;
text-decoration: underline;
}

A:hover {
color: #AA0000;
text-decoration: none;
}

/* 
Define classes:
*/

.nomargins {margin-left: 0%;margin-right: 0%]

.body {font-size: 10pt}

.small {font-size: 8pt}

.smallbold {font-size: 7pt;font-weight: bold}

.heading {font-size: 12pt;font-weight: bold;color: #8B8B5C}

.bold {font-weight: bold}

.italic {font-style: italic}

.navbar {font-size: 8pt}

/*
Define IDs:
 <h2 id="foo">Text rendered in the foo style.</h2>
 Seems like a class works just as well  --djn
*/

#body {
	font-size: 10pt;
	font-family:verdana,tahoma,helvetica,arial;
	font-weight: normal;
	font-style: normal;
}

//
