TT, KBD, SAMP, BODY {
        font-family: verdana,arial,sans-serif;
        font-size: 10pt;
        color: #000000;
        background: #CCCCCC
	margin: 10px;
}

H1, H2, H3, H4, H5, H6 {
	color: #000080;
}


H1 {
	font-size: 14pt;
}

H2 {
	font-size: 13pt;
}

H3 {
	font-size: 12pt;
}

H4 {
	font-size: 11pt;
}

H5 {
	font-size: 10pt;
}

H6 {
	font-size: 9pt;
}



BLOCKQUOTE {
	border: 1px solid #0000A0;
	font-family: courier,monospace;
	white-space: nowrap;
	font-size: 11pt;
	padding:10px;
	color: #000000;
	margin: 0px;
	background: #EEEECC;
}

IMG.illustration {
	border: 1px solid #0000A0;
}

PRE {
	border: 1px solid #ccc;
	padding:15px;
	font-size: 10pt;
	font-family: courier,monospace;
	color: #cdcdcd;
	background: #303030;
}

PRE.ccode {
	border: 1px solid #0000A0;
	font-family: courier,monospace;
	font-size: 10pt;
	padding: 5px;
	color: #000000;
	margin: 0px;
	background: #FFFFFF;
}

PRE.pseudocode {
	border: 1px solid #0000A0;
	font-family: courier,monospace;
	font-size: 11pt;
	padding:10px;
	color: #000000;
	margin: 0px;
	background: #EEEECC;
}

CODE {
	font-size: 12pt;
	font-family: times,serif;
	color: #000000;
	background: #DDDDCC;
}

A:link {
	color: #990099;
}

A:visited {
	color: #660099;
}

A:hover {
	background: #EEFFEE;
	font-size: 13pt;
}

A.itemtitle {
	background: #000000;
	color: #ffffff;
	font-size: 13pt;
}

A.itemtitle:hover {
	background: #000000;
	color: #00ffff;
}

TABLE.menutitle {
	color: #000000;
	background: #CCFFFF;
}

TABLE.topbar {
	color: #000080;
}

TD {
	font-size: 10pt;
	background: #FFFFFF;
}

TD.jobtitle {
	color: #606060;
}

TD.jobdesc {
}


TD.header {
	color: #000000;
	background: #CCFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
}

TD.body {
	color: #000000;
	background: #CCFFFF;
	font-family: arial,helvetica,sans-serif;
}

TD.menuitem {
	font-size: 9pt;
	color: #b9b9b9;
	background: #212121;
}

P.footnote {
	font-size: 8pt;
	font-family: helvetica,sans-serif;
}

P.header {
	font-family: arial,sans-serif;
	font-size: 12pt;
}

P.imgcaption {
	font-size: 9pt;
	font-family: helvetica,sans-serif;
	text-align: center;
}

FONT.footnote {
	font-size: 8pt;
	font-family: helvetica,sans-serif;
}

FONT.header {
        font-family: arial,sans-serif;
        font-size: 12pt;
}

OL.olistl0 {
	list-style-type: decimal;
}

OL.olistl1 {
	list-style-type: upper-alpha;
}

OL.olistl2 {
	list-style-type: upper-roman;
}

OL.olistl3 {
	list-style-type: lower-alpha;
}

OL.olistl4 {
	list-style-type: lower-roman;
}


