/*  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: 12px/20px verdana, helvetica, arial, geneva, sans-serif;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

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 : bold 13px/16px verdana, helvetica, arial, geneva, sans-serif;
	color : #0033CC;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	font : bold 11px/16px verdana, helvetica, arial, geneva, sans-serif;
	color : #660000;
	background : transparent;
	padding: 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font : bold 11px/12px verdana, helvetica, arial, geneva, sans-serif;
	color : #333333;
	background : transparent;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

ol {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	color : #000;
	background : transparent;
	}

li {
	font : 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 18px;
	color : #000;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/arrow_bullet.gif);
	list-style-type: circle;
	}

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;
	}

