/* -- it's a bad idea to define font families and sizes for an <a> tag -- */
a:link { font-family: verdana; color: #960000; text-decoration: none; font-weight: normal }
a:visited { color: 669999; text-decoration: none }
a:active { color: 006666; text-decoration: none }
a:hover { color: 669999; text-decoration: underline }

body { font-size: 13 px; font-family: arial; color: #003333 }
td { font-size: 13 px; font-family: arial; color: #003333 }
p { font-size: 13 px; font-family: arial; color: #003333 }


/* -- I'm not sure what this is supposed to accomplish; generally speaking,
       these attributes are not defined for <br> tags -- */
br { font-size: 13 px; font-family: arial; color: #003333 }

h3 { font-size: 18 px; font-family: arial; color: #003333 }

ol { font size: 13 px; font-family: arial; color: #003333 }
ul { font size: 13 px; font-family: arial; color: #003333 }
li { font size: 13 px; font-family: arial; color: #003333 }

.smTxt{ font-size: 8pt; color: #000000; font-family: Verdana }

/* -- it's a bad idea to define font families and sizes for an <a> tag -- */
a.smLink{ font-size: 8pt; color: #006633; font-family: Verdana; text-decoration: none; font-weight: normal }
a.smLink:visited { color: #996600; text-decoration: none }
a.smLink:active { color: #3399CC; text-decoration: none }
a.smLink:hover { color: #3399CC; text-decoration: underline }

