body {
    border: 0;
    margin: 0;
    padding: 0;
	font-family: sans-serif;
	color: #000000; 
	font-size: 13px;
}

tr, td, dl {
}

p { 
    margin-bottom: 4px;
    margin-top: 4px;}

br { 
     }

a {	color: #000000;
	text-decoration: none;
	cursor: pointer;}
a:link {color: #000000;  }   /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #333333}   /* mouse over link */
a:active {color: #333333}   /* selected link */




h1   { 	font-size: 18px;	}
h2   { 	font-size: 14px;	}
h3  { 	font-size: 13px;	}
h4  { 	font-size: 11px;	}
h5  { 	font-size:  9px;	}
	
img {
	border: 0px;
}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}


span {
    position: absolute;
}

// span :: -moz-selection { background:#cc0000; color:#fff; }
// span :: selection { background:#cc0000; color:#fff; }




