@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 25px;
}
a:link {
	color: #C00;
	font-weight: bold;
}
a:visited {
	color: #C00;
	font-weight: bold;
}
a:hover {
	color: #CCC;
	font-weight: bold;
}
a:active {
	color: #C00;
	font-weight: bold;
}

.title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 50px;
	font-weight: bold;
	color: #000;
}
.addresses {
	font-size: 12px;
	line-height: 20px;
	font-weight: bolder;
	color: #FFF;
}
.subtitle {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CCC;
}

