body {
	font-style: italic;
	color: navy;
	background: white;
	font-family: Times Roman;
}

a:link {
    color: #000099;
    text-decoration: underline;
    background-color: transparent;
}

a:visited {
    color: #990099;
    text-decoration: underline;
    background-color: transparent;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
    background-color: transparent;
}

a:active {
    color: #000099;
    text-decoration: underline;
    background-color: transparent;
}

/* @group Headers */

.banner {
	text-align: center;
}

.banner p {
	font: italic 1.2em impact;
}

.banner p i {
	color: #990000;
}

.title {
	text-align: center;
}

.title h1 {
	font-size: 3em;
	font-family: Snell Roundhand, Arial;
}

.title h3 {
	font-size: 2em;
}

.title h4 {
	font-size: 1.5em;
}

/* @end */

/* @group Body */

TD {
	vertical-align: middle;
}

.tableLink {
	font-weight: bold;
	font-size: 1.5em;
}

.tableHeader {
	background-color: gray;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}


/* @end */

/* @group Footers */

.referals {
	text-align: center;
}



/* @end */