/* the basic 16 colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow For Nescape and IE color names, see http://www.users.interport.net/%7Egiant/COLOR/1ColorSpecifier.html */ body { background-color: #FFFFCC; /* Sets bgcolor color in body. */ background-image: url(images/backbcya2.gif); background-repeat: repeat-y; color: black; /* Sets text color in body. */ margin: 12px; text-align: left; text-indent: 0pt; text-decoration: none; /* underline, line-through, blink, none */ font-size: 10pt; font-style: normal; /* normal, italic, oblique */ font-weight: normal; /* normal, bold, 100-900 */ font-family: arial, sans-serif; } a:link { color: ; font-size: ; /* was 10 pt */ text-decoration: none; } a:visited { color: red; font-size: ; /* was 10 pt */ text-decoration: none; } a:hover { color: yellow; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; font-family: ; } a:hover.orange { color: orange; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; text-decoration: none; } a:hover.orange1 { color: orange; background-color: #000000; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; text-decoration: none; } a:hover.green { color: green; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; text-decoration: none; } a:link.ball { color: white; } a:visited.ball { color: white; } a:hover.ball { color: gray; } ul { list-style: inside disc yellow; line-height: 1.15; } ul ul { list-style: inside square; } ul ul ul { list-style: inside circle; } ul.justify { text-align:justify; margin-right:10%; } li.red { color: red; } li.blue { color: blue; } td { font-size: 11pt; } td.small { color: black; font-size: 8pt; } .red { color: red; } .black { color: black; } a:link.black { color: black; } a:visited.black { color: black; } a:link.blue { color: blue; } a:visited.blue { color: blue; } .style22 { /* for DIV format */ position: relative; width: 450px; height: ; overflow: visible; background-color: #FFFFE0; border: 3px dotted red; font-size: 14pt; font-style: normal; font-family: verdana, ariel; font-weight: normal; text-decoration: none; text-align:center; } .style23 { /* for DIV format */ position: relative; width: 300px; height: ; overflow: visible; background-color: #FFFFFF; border: 3px double red; font-size: 14pt; font-style: normal; font-family: verdana, ariel; font-weight: normal; text-decoration: none; text-align:center; } .style26 { /* for DIV format */ position: relative; width: 400px; height: ; overflow: visible; background-color: #FFFFE0; border: 3px dotted red; font-size: 10pt; font-style: normal; font-family: verdana, ariel; font-weight: normal; text-decoration: none; text-align: justify; padding: 10px; } .styleBall { /* for DIV format for Commodores Ball */ position: relative; width: 400px; height: ; overflow: visible; background-color: #000000; color: white; border: none; /* 3px dotted red; */ font-size: 8pt; font-style: normal; font-family: verdana, ariel; font-weight: normal; text-decoration: none; text-align: center; padding: 10px; }