/* Default styles */

html, body, table, td, tr, p, ul, li, ol, textarea, input { 
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {margin: 5px 0 5px 0;}
td {padding: 5px;}

p,  ul, li, ol { 
	margin-bottom: 3px;
	margin-top:0px;
}

img
{border: 0px;}

small {font-size: 11px;}

hr {
	border-bottom: 1px;
	height:1px;
    border-bottom: #999999;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	}

span.email{ cursor:pointer; }

span.email {
	color: #684B59;
	text-decoration:underline;
}

.highlight {
	color:#CC0000;
}

.body_copy {

}


