<!-- 

/* all links */
A {text-decoration: none}

/* all visited links */
A:visited {color: #FFCC33}

/* all links with mouse over */
A:hover {text-decoration: underline}

/* all text in body */
BODY {font-family: Arial, sans-serif; font-size: 11pt; background-color: #FFFFFF}

/* all text in paragraph */
P {font-family: Arial, sans-serif; font-size: 11pt; padding-left: 4pt}

/* all text after line break */
.text {font-family: Arial, sans-serif; font-size: 11pt; 
		font-style: normal; text-transform: none}

/* toolbar */
.toolbar {background-color: #006666}

/*links in text */
.inline {font-family:Arial; color: blue}

/* links in the top toolbar */
.toplink {color: #FFFFFF; font-weight: bold; font-size: 12pt; 
		font-family: Arial, sans-serif; line-height: 12pt}

/* links in side toolbar */
.sidelink {color: #FFFFFF; font-weight: bold; font-size: 8pt;
		font-family: Arial, sans-serif}

/* all titles */
.pagetitle, .title1, .title2 {text-transform: uppercase}

/* title in the toolbar */
.pagetitle {font-weight: bold}

/* headings */
.title1 {font-weight: bold; font-size: 18pt}

/* sub-headings */
.title2 {font-size: 14pt; font-weight: bold}

/* sub-headings */
.title3 {font-size: 12pt; font-weight: bold}

/* sub-headings */
.title4 {font-style: italic; font-size: 12pt}

/* any title functioning as a link */
.link { font-weight: bold}

/* bullet item - sales */
.bulletpoint {font-weight: bold; text-transform: uppercase; font-style: italic}

/* screen capture simulation */
.dos {font-family: courier, serif; font-size: 8pt; font-weight: bold}

/* unordered lists and table contents */
UL, OL, .table {font-family: Arial, sans-serif; font-size: 10pt}

/* table headings */
.tablehead, .list-head {font-family: Arial, sans-serif; font-size: 11pt; 
		font-weight: bold}

/* table entry */
.tablelist {font-family: Arial, sans-serif; font-size: 10pt}

/* table */
.table {background-color: #FFFFEE}

/* table with links inside */
.tablelink {background-color: #689898}

/* warning */
.caveat {color: red; font-weight: bold}

/* definition term */
DT {color: #006666; font-weight: bold; font-family:Arial, sans-serif}

/* definition */
DD {font-family:Arial, sans-serif; font-size:10 pt}

/* blockquote */
BLOCKQUOTE {font-size: 8pt}

/* address */
.address {font-size: 8pt; font-family:Arial, sans-serif; color: #FFFFFF}

/* copyright */
.copy {font-size: 6pt; color: #FFFFFF}

 
-->

