body {
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 9pt;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 13pt;
	color: #753194;
}
ol li{
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	list-style: square;
}
.tabel {
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 9pt;
	color: #000000;
}
.smallText {
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 7pt;
	color: #753194;
}
.itemNext a{
	display: block;
	width: 57px;
	height: 20px;
	background: url("../images/next.gif") top left no-repeat;
}
.itemNext a:hover{
	background: url("../images/next_over.gif") top left no-repeat;
}
.itemPrevious a{
	display: block;
	width: 87px;
	height: 20px;
	background: url("../images/previous.gif") top left no-repeat;
}
.itemPrevious a:hover{
	background: url("../images/previous_over.gif") top left no-repeat;
}
.emptyPrevious {
	display: block;
	width: 87px;
	height: 20px;
}
.emptyNext {
	display: block;
	width: 57px;
	height: 20px;
}
