/* CSS Document */
body {
	background-color:#FFFFFF;
	text-align: left;}

#maincontainer{
	padding: 10px 15px 15px 15px;
	text-align: left;
	font-size: 8pt;
	line-height: 175%;}

#maincontainer a:link:after, #maincontainer a:visited:after {
   content: "  (" attr(href) ") ";
   font-size: 90%;
    font-weight: bold;  }

#content a[href^="/"]:after {
  content: " (http://www.squareroot-inc.com.com" attr(href)") ";
   font-weight: bold; }

.print {
	padding: 0px 15px 0px 15px;
	text-align: right;
	font-size: 7pt;}

.print a:link, a:visited {
	color: #520;
	font-size: 7pt;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;}

a:link, a:visited {
	color: #520;
	font-size: 8pt;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;}

