
body, body div, body p, body th, body td, body li, body dd, body dt    {
             /* more specific to override rule in importing sheet */
    font-size:    x-small;      
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;   
             /* recover from trick */
    font-size:    small         
             /* intended value for better browsers */
    }

html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd, html>body dt    {
    font-size:    small
             /* be nice to Opera */
    }

dd+dd	{
	text-indent: 2em;
	margin-top: -1em;
	}
	
.gotnoborder	{
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-right: 10px;
	}

.gotnoborder a {
	border: 0;
	text-decoration: none;
	}
	
.gotnoborder a:hover	{
	border: 0;
	text-decoration: none;
	}

.pb	{
	background: #c60 url(/i/projarr.gif) no-repeat bottom left;
	}

.cb	{
	background: #c60 url(/i/hand.gif) no-repeat bottom left;
	}

.tb	{
	background: #c60 url(/i/idea.gif) no-repeat bottom left;
	}
	
body p	{
	margin-top: 0;
	margin-bottom: 1em;
	}
	
