/*the following lines control the background and text appearance of the page body.*/
.body { background-color: #ffffff; font-style: normal; line-spacing: single; text-align: left; font-family: Times New Roman; font-size: 10pt; color: #000000; }

/*the following lines control the appearance of a link that is not selected by the user.*/
.links a:link { font-weight: bold; font-family: Arial, Times New Roman; font-size: 4pt; color: #6B8E23; }

/*The following controls the appearance of "active" links that are selected by the user.*/
.links a:active { font-weight: bold; font-family: Arial, Times New Roman; font-size: 4pt; color: #ffff00; }

/*The following lines control the appearance of visited links*/
.a:visited { font-weight: bold; font-size: 4pt; font-family: Arial, Times New Roman; color: #8B5F65; }

/*The following line controls the appearance of hovered links.*/
.links a:hover {color: white; text-decoration: underline; }

/*The following lines control the appearance of page titles, major headings, and table captions*/
.h1 {font-style: normal; font-weight: bold; line-spacing: single; text-align: center; font-family: Arial, Helvetica, Sands Serif; font-size: 14pt; color: #551A8B; }

/*The following lines control the appearance of page subtitles, and secondary table headings*/
.h2 {font-style: normal; font-weight: bold; line-spacing: single; text-align: center; font-family: arial, Helvetica, Sands Serif; font-size: 12pt; color: #FF0000; }

/*The following lines control the font face, color, style, size and alignment of paragraph text*/
.p {font-style: normal; line-spacing: single; text-align: left; font-family: Arial, Helvetica, Sands Serif; font-size: 10pt; color: #000000; }

/*The following controls and table element with the class="table" attribute.  See the html.  Classes were used so that different tables on the same page could be given different css properties.*/
.table { width: 100%; text-align: left; }

/*The following controls all table cells of the class cell.  For reasoning about the use of class, see above comment.*/
.cell { text-align: center; width: 50%; }

/*The following properties control any element with the, "Highlight attribute.*/ 
.highlight { font-style underline; font-weight: bold; font-family: Arial, Helvetica, Sands Serif; color: #215E21; font-size: 4pt; }

/*The following lines control the font type, color, style, and size of the class span*/
.span {font-style: normal; font-weight: bold; font-family: Arial, Helvetica, Sands Serif; font-size: 12pt; color #000000; }

/*The folowing properties control the sub class.  See above for an explanation of notation.*/
.sub{ width: 80%; padding:2; background-color: #fffafa; border:"4"; border-color: #ffff00; font-style: normal; font-weight: bold; text-align: left; font-family: Arial, Helvetica, Sands Serif; font-size: 4pt; color: 000000; }

/*The following lines control the background color and alignment of table headers*/
.th {background-color: #fffafa; align: center; width: 100%; font-style: normal; font-weight: bold; font-family: Times New Roman; font-size: 4pt; color #551A8B; }