
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	}


.ebdContents	{
	font-size: .8em;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	}


a:visited	{  
	color: #063;
	}

a:link	{  
	color: #093;
	}

a:hover	{ 
	color: #3c6;
	}

.ebdContents table	{
	font-size: 1em;
	vertical-align: top;
	/*color: #336;
	line-height: 1.4em;*/
	}

.ebdContents td	{  
	vertical-align: top;
	}

.ebdContents ul	{
	margin: .4em auto;
	}

.ebdContents ol	{
	margin: .4em auto;
	}

.ebdContents h3	{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #c60;
	margin: 1em 0 0 0;
	}

.ebdContents h4	{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #c60;
	margin: 1em 0 0 0;
	}

.ebdContents h5	{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #c60;
	margin: 1em 0 0 0;
	/*line-height: 1em;*/
	}

.ebdContents p	{
	margin: .6em 0;
	}

.callout	{
	font-size: 1em;
	font-weight: bold;
	color: #339;
	background-color: #ccf;
	margin: 0;
	padding: 4px;
	}

/*.callout2	{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #5a5a88;
	background-color: #e1e1ec;
	margin: 0;
	padding: 4px;
	} too drab*/

.lineAbove	{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #009;
	padding: 4px 0 0 0;
	}

.lineBelow	{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #009;
	padding: 0 0 4px 0;
	}

.noMargins	{
	margin: 0 ! important;
	}

.noTop	{
	margin-top: 0 ! important;
	padding-top: 0 ! important;
	}

.footnote	{
	font-size: .9em;
	line-height: 1.2em;
	color: #999;
	}

/* These are for text snippets */

.snippet {   
	font-size: 11px; 
	color: #696; 
	}

/* snippet link styles for netscape */

.snippet a:link	{
	color: #696;
	text-decoration: none;
	}

.snippet a:visited	{
	color: #696;
	text-decoration: none;
	}

.snippet a:active	{
	color: #696;
	text-decoration: none;
	}

.snippet a:hover	{
	color: #696;
	text-decoration: underline;
	}

