body, td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

p { text-align: justify; }

a { color: #B01212; text-decoration: none; }
a:hover { color: #B01212; text-decoration: underline; }

a.menu { color: #FFF; text-decoration: none; }
a.menu:hover { color: #FFF; text-decoration: underline; }

h1 { color: #B01212; font-size: 24px; font-weight: bold; }

h2 { color: #B01212; font-size: 18px; font-weight: bold; }

.whiteText { color: #FFF; }
.redText { color: #B01212; }

.right { text-align: right; }
