body,div,td{
	background-image: url('../images/cnvbkgnd.jpg');
	background-repeat:repeat;
	color:#000066;
	font-family:Arial,Helvectica;
	font-weight:bold;
}
td.none{
	background-image: url('');
	background-color: #CCFFFF;
}
h3{
    font-size:18pt;

}
a:link{
	color:#663399;
}
a:visited{
	color:#663399;
}
a:hover{
	color:#0099CC
}	
a:visted{
	color:#663399;
}
a:active{
	color:#339999;
}
div.sidebar{
	width:175px;
	
}
div.content{
	position:absolute;
	left:175px;
	top:200px;
}
p.indent{
	text-indent:30pt;
}