/*  Main style sheet for all browsers  */

body {
	margin : 0px;
	padding : 0px;
}

table {
	border : 0px none;
	}
	
	.info {
	border : 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	padding: 5px;


	}
/*  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 : 11px/18px verdana, helvetica, arial, geneva, sans-serif;
	color : #333333;
	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 : #666666;
	}

/*  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 : 11px/18px verdana, helvetica, arial, geneva, sans-serif;
	color : #333333;
	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;
	}

li {
	background : transparent;


	}

li.off {
	margin : 0px 0px 10px -30px;
	list-style-type : none;
	}

li.head {
	margin : 0px 0px 15px -30px;
	list-style-type : none;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;

	}

li.clean {
	list-style-type: circle;
	list-style-image: url(../images/m_dot.gif);
	list-style-position: outside;
	margin-bottom: 12px;
	margin-left: -22px;
	margin-top: -9px;
	line-height: 15px;
	}	
	
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;
	}
		
a.homenews:link {
	color : #FFFFFF;
	background : transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;

	}

a.homenews:visited {
	color : #CCCCCC;
	background : transparent;
	}

a.homenews:hover {
	color : #CCCCCC;
	background : transparent;
	text-decoration : underline;
	}

a.homenews:active {
	color : #CCCCCC;
	background : transparent;
	text-decoration : underline;
	}

.footer {
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 15px;
	color : #777;
	background : transparent;
	}

.quickpicks {
	font : 10px/14px verdana, helvetica, arial, geneva, sans-serif;
	}
