/* Mark's Project Pages - Normal Style-Sheet */

BODY {
	background:       #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:Link    {color:            #0000DD}
A:Active  {color:            #0000FF}
A:Visited {color:            #0020A0}
A         {text-decoration:  none}
A:Hover   {text-decoration:  underline;
           color:            #FF0000}

P {
        color:            #333333;
        font-size:        9pt;
	line-height:      14pt;
}

TD {
        color		  #333333;
	font-size:	  9pt;
}

UL {
	color:            #333333;
	font-size:        9pt;
	line-height:      14pt;
	list-style-type:  square;
}

OL {

	color:            #333333;
	font-size:        9pt;
	line-height:      14pt;
	list-style-type:  decimal;
}

/* Background of title bar - needs to match image */
.titlebar {
	background-color: #8EA6CA;
}

/* Divider bar */
.divider {
	background-color: #5583D7;
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	border-top: #75A3F7 1px solid;
	border-bottom: #3563B7 1px solid;
}

/* Smallprint */
.smallprint {
	font-size: 7pt;
	line-height: 12pt;
}

/*Is this used? */
.navhl {
	background-color: #BDCFF0;
}

/* Navigation pane */
.navtable {
	background-color: #E5ECF9;
	border-right: #C5CCD9 1px solid;
}

/* Right-hand Navigation pane */
.navtable_right {
	background-color: #E5ECF9;
	border-left: #C5CCD9 1px solid;
}

/* Link in Navigation pane */
.navlink {
	font-size: 9pt;
	font-weight: bold;
}
/* Small Link in Navigation pane */
.navlink1 {
	font-size: 9pt;
}

/* Table background 1 */
.tbg1 {
	background-color: #CFDCF3;
}

/* Table background 2 */
.tbg2 {
	background-color: #E5ECF9;
}

/* Highlight table cell (used on main index page*/
.thl {
	background-color: #CFDCF3;
	border: #AFBCD3 1px solid;
}

.asm {
        font-family: "Courier New", Courier, mono;
        color: #009900
}

