body { background: #999; }
#head { border-right: 1px solid #060; }

.navcell
{
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	background: #eee;
	padding: 6px;
}

.link {
	color: #060;
	text-decoration: none;
	font-weight: bold;

}

a:link, a:visited
{
	color: #060;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #F60;
}

.navcell1:hover
{
	background: #060;
	color: #F60;
}

p
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

p.normal
{
	font-size: 12px;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
}

.middletable {
border-left:1px #060 solid; 
border-right: 1px #060 solid; 
}

.normal_big {
	font-size: 14px;

}