/*  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 {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #000;
	background : 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 {
	font-weight : bold;
	color : #777;
	}

/*  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 {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	color : #666;
	border-style : none;
	}

h1 {
	font : 18px arial, helvetica, geneva, sans-serif;
	line-height : 22px;
	color : #777;
	background : transparent;
	}

h2 {
	font : 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 16px;
	font-weight : bold;
	color : #444;
	background : transparent;
}

h3 {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	font-weight : bold;
	color : #777;
	background : transparent;
	border-top : 1px solid #999;
	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 : #E60;
	background : transparent;
	text-decoration : underline;
	}
	
a:link {
	color : #E60;
	background : transparent;
	text-decoration : underline;
	}
	
a:hover {
	color : #777;
	background : transparent;
	text-decoration : none;
	}
	
a:active {
	color : #777;
	background : transparent;
	text-decoration : underline;
	}

