/* ***************************************************************************************************** */
/* CUSTOM HTML TAGS */

a {
	color: #0033ff;
	text-decoration:none;
}

a:hover {
	color: #990000;
}

h1 {
	color: #000066;
	font-size: 1.2em;
}

h2 {
	color: #0066cc;
	font-size: 1.1em;
	margin-bottom: 0px;
}

h3{
	color: #000066;
	font-size: 1.0em;
	margin-bottom: 0px;
	background: transparent;
}

table {
	background:#eaeaea;
	margin-left:auto;
	margin-right:auto;
	cellpadding:6px
}

td {
	font-size: .8em;
	vertical-align:top;
}

/* CUSTOM CLASSES */

.tracking {
	background-color: transparent;
	font-size: small;
	font-family: geneva, tahoma, arial serif;
}
