* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica;
	background: white;
	text-align: center;
	background: #fff;
}
table tr {
	font-size:12px;
	}
table th {
	height: 30px;
    padding:5px;
	text-align: center;
	vertical-align: middle;
	background: #17375e;
	color: #fff;
	position: relative;
}
a.link {
    color : #17375e;
    text-decoration : none;
	font-size:12px;
}
a.link:hover {
    color : #17375e;
    text-decoration : underline;
	font-size:12px;
}
a.link2 {
    color : #000;
    text-decoration : none;
	font-size:12px;
}
a.link2:hover {
    color : #000;
    text-decoration : underline;
	font-size:12px;
}