body {
	font-size: 12px;
	background-color : #ccccdd;
	color: #0044bb;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}
td {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}
H1 {font-size: 20px; font-weight: bold;	text-align:center;}
H2 {font-size: 18px; font-weight: bold;}
H3 {font-size: 16px; font-weight: bold;}
a {
	color: #cc3300;
	font-weight: bold;
	text-decoration: none
}
a:hover {color: #ff0000}

.head, .smallhead, .dip, .cell, th{
	border-style: solid;
	border-width: 1px;
}
.head, th	{
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	background-color: #bbbbcc;
	border-color: #eeeeff #888899 #888899 #eeeeff;
}
.smallhead	{
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	background-color: #bbbbcc;
	border-color: #eeeeff #888899 #888899 #eeeeff;
}
.cell {
	background-color : #ccccdd;
	border-color: #eeeeff #aaaabb #aaaabb #eeeeff;
}
.dip { background-color : #ccccdd;
	border-color: #aaaabb #eeeeff #eeeeff #aaaabb;
}
.credits {
	font-size:10px;
	font-weight: bold;
}
.mini {font-size:9px;}

.left {text-align: left;}
.centre { text-align: center;}
.right {text-align: right;}
