#test1 {
font-weight:bold;
font-size:14px;
color:orange;/*IE 5 for PC only*/
voice-family:"\"}\"";
voice-family:inherit;
color:grey;\/*IE8 only*/
color:black;/*Mozilla - Firefox only*/
[color:black;
color:yellow;]/*Opera and newer Safary 4+*/
}
/*end*/

/*\*/
html*#test1 {
[color:red;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh,
which is addressed below.*/
color:blue;/*Affects Google Chrome (v1-2) and Safari for Macintosh (v1-3). Seen also by IE5-6, but that's addressed below.
Also hidden from older Firefox and Netscape browsers.*/
]color:green;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all Firefox
and Netscape browsers.*/
}/**/
.dummyend[id]{clear:both/*end fix using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}

/*The above rule is hidden from IE for MAC, and read only by older Firefox and Netscape 6-7 and IE5-7 for PC,
and Chrome/Safari, in general.*/
/*Newer Firefox and Netscape agents reads rule, but does not read any properties set within [], so is unaffected
by it, probably because it sees these as part of an attribute selector. Those will be hidden.*/
/*IE 7 on PC will correctly read all rules as it will ignore many characters before a property*/
/*Safari, as well as Chrome, see each [] as a character and not part of a selector, if one falls before a property.
These cause the property name following the character to not be read, but next line without "[]" property is  parsed.*/
/*use of [] will break all css selectors following the rule, if all are not closed, as Mozilla-Netscape read the []
as part of a selector rule, so make sure they are all closed, using dummy selector.*/

/*\*/
* html #test1 {
color:green;/*Finally, be sure to reapply a fix that affects IE 5-6 only here. IE for Mac and IE 7-8 for PC are
not affected here, which means purple above should work only in IE 7 above and gray for IE8!*/
}
/**/

B		{font-family: "verdana, arial, sans-serif";
		 font-size: 9pt;
		 font-weight: 700;
		}

TD	{font-family: "verdana, arial, sans-serif";
		 font-size: 9pt;
		 color: #000000;
		}
		
SMALL		{font-family: "verdana, arial, sans-serif";
		 font-size: 8pt;
		 color: #000000;
		}
		
MEDIUM		{font-family: "verdana, arial, sans-serif";
		 font-size: 11pt;
		 color: #3333CC;
		 font-weight: 700;
		}

		
BLOCKQUOTE	{padding: 0px 75px;}

.asterisk	{font-family: verdana, Arial, sans-serif;
						 		 font-size: 9pt;
						 		 color: #000000;
								}
								

