body {
	font-family: Verdana;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
body.content {
	margin-left: 15px;
	margin-top: 10px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
td {
	font-size: 11px;
}
p, li{
	font-size: 11px;
}
td.bar {
	background-color: #336699;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
p.title {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.norm {
	font-size: 11px;
	font-weight: normal;
	color: black;
}
.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}
p.tiny {
	font-size: 9px;
	text-align: center;
	
}

a:link.bar {
	color: #CCFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited.bar {
	color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.bar {
	color: #FFFF66;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:active.bar {
	color: #99FF99;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:link.totop {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:visited.totop {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover.totop {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:active.totop {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
