.toprows {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 12px;
	text-align: center;

}
body {
	font-family: ubuntu;
	font-size: 12px;
}
.grayrows {
	font-size: 12px;
	text-align: center;
	background-color: #CCCCCC;
}
.normalrow {
	font-size: 12px;
	text-align: center;
	background-color: #fff;

}
.menu {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #0000FF;

}
.buttons {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

body {
	font-family: ubuntu;
}
A:link {text-decoration: underline; color: #ff0000;}
A:visited {text-decoration: underline; color: #ff0000;}
A:active {text-decoration: underline; color: #ff0000;}
A:hover {text-decoration: none; color: red;}
.traderow {

	font-size: 12px;
	text-align: center;
}
.toprowssmall {

	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000CE;
	font-size: 10px;
	text-align: center;
}
.normalrowsmall {

	font-size: 10px;
	text-align: center;
	background-color: #EFEFEF;
}
