a:active         { text-decoration: underline; color: #ff0000; }
a:visited        { text-decoration: underline; color: #480000;}
a:link           { text-decoration: underline; color: #780000; }
a:hover          { text-decoration: none; color: #b6a919; }
a.botbar:link    { text-decoration: none; color: #ffffff; }
a.botbar:active  { text-decoration: none; color: #ffffff; }
a.botbar:visited { text-decoration: none; color: #ffffff; }
a.botbar:hover   { text-decoration: none; color: #e7d720; background-color: #000000; }
body             { font-family: arial,helvetica; font-size: 10pt; color: #000000; }
td               { font-family: arial,helvetica; font-size: 10pt; color: #000000; }
p                { font-family: arial,helvetica; font-size: 10pt; color: #000000; text-align:justify; margin-top: 10px; margin-bottom: 10;}
ul               { list-style-image: url(images/bullet.gif); margin-left: -14px; *margin-left: 16px; margin-top: 0px; margin-bottom: 10px; }
li               { margin-bottom: 4px; text-align: justify; }
.small           { font-family: arial,helvetica; font-size: 8pt; color: #ffffff}
.title           { font-family: arial,helvetica; font-size: 13pt; color: #9e0000; 
                   font-weight: bold; margin-bottom:20px; letter-spacing: 8px; }
.subtitle        { color: #000000; font-size: 11pt; font-weight: bold; margin-top: 20px; }
.quote           { text-align:justify; border: 1px solid #aaaaaa; background-color:#eeeeee; padding:3px; }

#header-tbl, #content-tbl { width: 750px; }
#bottomrowprint { display: none; font-size: 8pt; text-align: center; margin-top: 18px; }

@media print {
	#bottomrowprint { display: block; }
	#bottomrow, #bottomrowspacer { display: none; }
	#leftspacer, #leftcol, #intercol { display: none; *display: table-cell; *visibility: hidden; }
	#bodycell { *position: relative; *left: -125px; }
	#header-tbl, #content-tbl { width: 660px; overflow: hidden; }
} 