@charset "utf-8";
body, p, td {
	font-family: Tempus Sans ITC,Franklin Gothic Medium;
	font-size: 14px;
}
h1 {
	font-size: 16px;
	margin-bottom:0px;
}

a:link { text-decoration:none}     /* unvisited link */
a:visited {text-decoration:none}  /* visited link */
a:hover {text-decoration:underline}   /* mouse over link */
a:active {text-decoration:underline}   /* selected link */ 
