/*  Main style sheet for all browsers  */body {	margin : 10px;	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: #000; font: 11px/20px verdana, helvetica, arial, geneva, sans-serif; background-color: transparent }blockquote {	font : 10px 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 : 9px 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 : 14px/normal arial, helvetica, geneva, sans-serif;	color : #666666;	background : transparent;	}h2 {	font : bold 11px/16px verdana, helvetica, arial, geneva, sans-serif;	color : #660000;	background : transparent;	border-top: #999999;	border-right: #999999;	border-bottom: 2px dotted #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 : 10px verdana, helvetica, arial, geneva, sans-serif;	line-height : 14px;	color : #000;	background : transparent;	}a:visited  { color: #2c5272; text-decoration: underline; background-color: transparent }	a:link  { color: #4682b4; text-decoration: underline; background-color: transparent }	a:hover {	color : #777;	background : transparent;	text-decoration : none;	}	a:active {	color : #777;	background : transparent;	text-decoration : underline;	}