
ul.heavy {
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
}

ul.weighted {
	font-size: 12px;
	font-family : Arial;
	color : #000000;
	font-weight: bold;
}

ul.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
	font-weight: normal;
}

ul.darker {
	font-size: 11px;
	font-family : Verdana;
	color : 666666;
	font-weight: bold;
}

p.heavy {
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
}

p.veryheavy {
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
}

BODY{
	scrollbar-3d-light-color: #D2D2CA;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #D2D2CA;
	scrollbar-dark-shadow-color: #D2D2CA;
	scrollbar-face-color: #D2D2CA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #D2D2CA;
	}

A.menu:link {
	COLOR: #363636;
	TEXT-DECORATION: none;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
A.menu:active {
	COLOR: #363636;
	TEXT-DECORATION: none;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
A.menu:visited {
	COLOR: #363636;
	TEXT-DECORATION: none;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
A.menu:hover {
	COLOR: #FF0026;
	TEXT-DECORATION: none;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
TD.menu {
	FONT-SIZE: 10px; 
	COLOR: #767981; 
	FONT-FAMILY: Tahoma,Verdana,Arial; 
	text-transform: uppercase
}
DIV.menu {
	FONT-SIZE: 10px; 
	COLOR: #767981; 
	FONT-FAMILY: Tahoma,Verdana,Arial; 
	text-transform: uppercase
}

A:link {
	color: #CC0000;
	text-decoration: none;
}

input {
	font-size: 12px;
	font-family : Verdana;
}

input.veryheavy {
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
}


A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #CCCCCC;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #000000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
}

p.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

p.darker {
	font-size: 11px;
	font-family : Verdana;
	color : Black;
	font-weight: bold;
}

ol.veryheavy {
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
}

ol.heavy {
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

p.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

p.weighted {
	font-size: 12px;
	font-family : Arial;
	color : #000000;
	font-weight: bold;
}
HR {
	color : #D2D2CA;
	height : 1px;
}

/* barebones expandable list */

ul.barebones {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin-left: 1em;
    padding: 0;
}

ul.barebones ul {
    display: none;
    margin: 0;
    padding-left: 1.5em;
}

ul.barebones li {
    list-style-type: none;
    position: relative;
}

ul.barebones a.switch {
    font-weight: bold;
    left: -30px;
    position: absolute;
	 background-color: Navy;
	 color: White;
	 width: 18px;
	 text-align: center;
}

ul.barebones a { text-decoration: none; }
ul.barebones a:hover { text-decoration: underline; }
ul.barebones a.switch:hover { 
	text-decoration: none;
	background-color: Yellow;
	color: Black;
}