body	{
		margin-top:  0px;
		margin-left: 0px;
	}

/*netscrape 4 doesn't recognize 'font-family' in 'body'*/
body,p,td,th,ul,ol,li,dl,dt,dd,div,span,a,dir,blockquote,cite,h1,h2,h3,h4,h5,h6
	{
		font-family: arial,helvetica,sans-serif;
	}

/* I don't like to use absolute font sizes, but you have to
use them to make it work on Netscape, since the 'cascade'
mechanism is broken. Alternatively, you could use separate
style sheets for the 2 browser types. */

p,td,th,ol,ul,dir,a,div,span { font-size: 13px; }

h1,h2,h3,h4,h5,h6,dir,ul,ol { margin-bottom: 0}


h1 { font-size: 18pt; margin-top: 0;}
h2 { font-size: 16pt;}
h3 { font-size: 14pt;}
h4 { font-size: 12pt;}
h5 { font-size: 10pt;}
h6 { font-size: 10pt;}

ul,ol,dir { margin-top: 0 }

td.sidebar {	background-color: #ff0000; }
td.content {	/*padding-left:	10px; */
		}

.title		{
		color:			white;
		font-size:		24px;
		font-weight:		bold;
		}

p.sidebarlinkself,
p.sidebarlinktext,
p.sidebarlink	{
		margin-top:		6px;
		}

hr.sidebarhr	{
		color:			black;
		}

span.sidebartext{
		color:			white;
		font-weight:		bold;
		font-size:		13px;
		}

p.sidebarlinkself,span.sidebarlinkself {
		color:			white;
		font-weight:		bold;
		font-size:		12px;
		}

p.sidebarlinktext,span.sidebarlinktext {
		color:			white;
		font-weight:		bold;
		font-size: 		12px;
		}

p.sidebarlinktext2 {
		color:			#ffff00;
		font-weight:		normal;
		font-size: 		12px;
		}

/*does not change colour for link/vlink*/
a.sidebarlink,
a.sidebarlink:link,
a.sidebarlink:visited
	{
		color:			#ffff00;
		font-size:		11px;
		font-weight:		bold;
		}

a.sidebarlink:hover
		{
		color:          	red;
		background-color:	#ffff00;
		text-decoration:	none;
		}


/* links in the content, not on the sidebar */
a:link		{
		font-weight:		bold;
		}

a:visited	{
		font-weight:		normal;
		}

a:hover         {
		color:          	#ffff00;
		background:		#ff0000;
		text-decoration:	none;
		font-weight:		bold;
		}


