/*  Main style sheet for all browsers  */body {	margin : 0px;	padding : 0px;}table {	border : 0px none;	}	/*  Note: Do not use margin declarations in p tags due to   *//*  the fact that the margin collapsed up to the tag item.  *//*  Specifically affects NS 4.x browsers                    */p  { color: #333333; font: 12px/20px Arial, Helvetica, sans-serif; background-color: transparent }blockquote {	font : 12px verdana, helvetica, arial, geneva, sans-serif;	line-height : 14px;	color : #000;	margin-left : 0px;	border-left : 1px dotted #666;	padding-left : 15px;	background : transparent;	}center {	font : 12px verdana, helvetica, arial, geneva, sans-serif;	line-height : 13px;	color : #000;	padding-bottom : 5px;	background : transparent;	}b  { color: #000; font-weight: bold }/*  Note: Adding line-spacing to td actually pads tables cells *//*  with extraneous space equivilent to the amount of spacing. *//*  Specifically affect NS 4.x browsers.                       */td  { color: #000; font: 10px verdana, helvetica, arial, geneva, sans-serif; border: none }h1 {	font : bold 13px/16px verdana, helvetica, arial, geneva, sans-serif;	color : #006600;	background : transparent;	}h2 {	font : bold 11px/16px verdana, helvetica, arial, geneva, sans-serif;	color : #990000;	background : transparent;	border-top: #999999;	border-right: #999999;	border-bottom: 2px  #999999;	border-left: #999999;	padding: 10px 0px 0px;}h3 {	font : bold 11px/12px verdana, helvetica, arial, geneva, sans-serif;	color : #333333;	background : transparent;	padding-top: 10px;	}ol {	font : 10px verdana, helvetica, arial, geneva, sans-serif;	color : #000;	background : transparent;	}li {	font : 12px/18px Arial, Helvetica, sans-serif;	color : #000000;	background : transparent;	list-style-type: circle;	list-style-position: outside;	list-style-image: url(../images/arrow_bullet.gif);	}a:visited  { color: #666666; background-color: transparent }	a:link  {	color: #3366CC;	background-color: transparent;	text-decoration: blink;}	a:hover {	color : #003399;	background : transparent;	text-decoration : underline;	}	a:active {	color : #666666;	background : transparent;	text-decoration : none;	}