/* CSS Document */

/* ----------------------------------------------------
General
---------------------------------------------------- */

body
	{
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #A7A9AC;
	line-height: 18px;
	}
	
h3
	{
	font-size: 14px;
	font-weight: bold;
	color: #566423;	
	}

	
/* ----------------------------------------------------
Display
---------------------------------------------------- */

#header, #nav, #chromemenu,  #footer
	{
	display: none;
	}
	
/* ----------------------------------------------------
Links
---------------------------------------------------- */
	
a:link, a:visited 
	{
	color: #566423;
	text-decoration: underline;
	}
	
#content a:link:after, #content a:visited:after 
	{
	content: " (http://www.belayadvisory.com/" attr(href) ")";
	}

#footer a:link:after, #footer a:visited:after 
	{
	content: " (" attr(href) ") ";
	}
