.sbttn {	BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px solid; FONT-SIZE: 11px; BACKGROUND: #d6e7ef; BORDER-LEFT: #afc4d5 1px solid; CURSOR: hand; COLOR: #000066; BORDER-BOTTOM: #104a7b 1px solid; FONT-FAMILY: tahoma,sans-serif; HEIGHT: 19px; TEXT-DECORATION: none}.btext       { font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-size: 10pt }BODY, P, TD, TH, DIV, BLOCKQUOTE, DL, UL, OL {  font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif;  font-size: 10pt;  color: #390939;} A:link {	COLOR: white; font-weight: bold; font-size: 10pt; TEXT-DECORATION: none}A:visited {	COLOR: #D2E683; font-weight: bold; font-size: 10pt; TEXT-DECORATION: none}A:active {	COLOR: #FFFF80; font-weight: bold; font-size: 10pt; TEXT-DECORATION: none}A:hover {	COLOR: #FFFF80; font-weight: bold; font-size: 10pt; TEXT-DECORATION: none}.bottomnav {  font-size: 10px; color: #FFFFFF; font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif; }P.bottomnav A:link {  font-weight: bold;  font-size: 10px; color: #FFFFFF;}P.bottomnav A:visited {  font-weight: bold;  font-size: 10px; color: #D2E683;}P.bottomnav A:hover {  font-weight: bold;  font-size: 10px; color: #FFFF80;}P.bottomnav A:active {  font-weight: bold;  font-size: 10px; color: #FFFF80;}P.middle A:link {  font-weight: bold;  font-size: 10pt; color: #404040;}P.middle A:visited {  font-weight: bold;  font-size: 10pt; color: #404040;}P.middle A:hover {  font-weight: bold;  font-size: 10pt; color: red;}.strap   { font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif; color:#EA3D00; font-size: 12pt; font-weight: bold }.sml         { font-size: 10px; color: #000000; font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif; }.grey        { font-family: Arial; font-size: 10pt; color: #404040 }.txt1        { color: #000080 }EM { font-style: italic }.framed { border-style: ridge; }.thickborder { border-width: 3px; }.spacedout { margin: 10px; }.roomyborder { padding: 10px; }-BODY { background-attachment: fixed; }.highlighted { background-color: yellow; }.bgimg { background-image: url(wave.jpg); }P.inverse {  color: white;  background-color: black;}.watermark {  background-image: url(wave.jpg);  background-position: 50px 50px;  background-repeat: no-repeat;}.cursor {CURSOR: hand; )list-style-typeSets the type of list to use in a <UL> or <OL> tag. Available types for <UL> tags are circle, disc, and square. Available types for <OL> tags are decimal (1), lower-alpha (a), lower-roman (i), upper-alpha (A), and upper-roman (I).UL { list-style-type: square; }#listItem1 { list-style-image: url(images/x.gif); }Sets the boldness of the font in the selected element(s). Most browsers only really support normal and bold, but the CSS spec defines the following values: bold, bolder, lighter, normal, 100, 200, 300, 400, 500, 600, 700, 800, 900, where normal is the same as 400, and bold is the same as 700.Ex: B { font-weight: bolder; }.para1 { text-align: justify; }.superscript { vertical-align: text top; text-size: smaller }