/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003E69;
}
a:link {
	color: #00B7BA;
}
a:visited {
	color: #00B7BA;
}
a:hover {
	color: #003E69;
}
a:active {
	color: #FF0000;
}
body {
	background-image: url(images/back_big.jpg);
}

.subheading {
font-size: small; font-weight: bold; font-style: italic
}

.smallRed {
font-size: small; font-weight: bold; color: #FF0000
}

.smallWhite {
font-size: x-small; font-weight: bold; color: #FFFFFF
}