.rotate-90 {
	transform: rotate(90deg);
}

.ff-georgia {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.ff-tahoma {
    font-family: Tahoma, 'Segoe UI', sans-serif;
}

.ff-times {
    font-family: 'Times New Roman', Times, serif;
}

.ff-segoe {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fs-24 {
    font-size: 24px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14  {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.tab
{
	font-family: Verdana, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.tab th,
.tab td {
	border: solid 1px #ccc; /* force Firefox to use #ccc for inner borders */
	padding: 5px;
}

.bg-no
{
	background-color: #fafafa;
}

.bg-header
{
	background-color: #ededed;
}