 @charset "UTF-8";
/* CSS Document */

.color-text {
	font-size: 25px;
	color: #de8936;
	padding-top: 20px;
}
p.table-text {
	text-align: center;
}
table.hovertable {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #343434;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
	width: 100%;
}
table.hovertable th {
	background-image: url(../images/table-strip.jpg);
	background-repeat: repeat-x;
	height: 25px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #eaeaea;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #970808;
	text-transform: uppercase;
	line-height: 25px;
}
table.hovertable tr {
	background-color: #fbfcfd;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #eaeaea;
	line-height: 25px;
}
