/* Modified 060213 */
/* Version 1.0, ready for public launch but with improvements on the way */

/*
a:link:after, a:visited:after {
	content: "[" attr(href) "]";
	}
a[href^="/"]:after {
	content: "[http://www.osteoarthritisresearch.ca" attr(href) "]";
	}
*/

body {
	background: #fff;
    font-size: 10pt;
    color: #000;
	margin: 20pt 0 20pt 0;
	padding: 0;
   }
.hide, .upgrade	{
	display: none;
	}		   
#header, 
#menuwrap,
#footer {
    display: none !important;
	}
#main, 
#maincontent {
    background-color: #fff;
	width: auto !important;
    border: none;
	padding: 0;
	}
#main {
    margin: 5pt 25pt 5pt 25pt;
	}
#maincontent {
    margin: 0 5pt 0 5pt;
	}

a:link, a:visited, a:hover, a:active {
	background: transparent; 
	text-decoration: underline;
	}
.code {
	font-family: "Courier New", Courier, monospace;
	}
a:link.code, a:visited.code {
	color: #000;
	font-weight: normal;
	}
.special {
	}
table td {
	vertical-align: top;
	}
img {
	border: 0;
	}
em {
	font-style : italic;
    }
strong {
	font-weight: bold;
    }		
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, th {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Lucida, Verdana, Helvetica, Arial, sans-serif;
	}
li li {
	font-size: 100%;
	}

h1, #main h1, #maincontent h1 {
	font-size: 1.25em; /* 1.30em; */
	}
h2 {
	font-size: 1.25em; /* 1.30em; */
	}
h3 {
	}
h4 {
	}
html p {
	}
li p {
	}

.indivphoto {
	float: right;
	clear: none;
	margin: 0 0 6pt 6pt;
	border: 1px solid #aaa;
	}
#NET #maincontent img {
	float: right;
	clear: none;
	margin: 6pt;
	}
