/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
}

p {	
	margin-top:5px;
	margin-bottom:5px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.email {
	color:#03F;
	font-size:9px;
}

.master-table{
	background-color:#FFF;
}

.footer{
	background-color:#FFF;
}

h1 {
	font-size:16px;
}
.footer-bg {
	font-size:9px;
}

.edited {
	color:#195fff;
}

/* footer site link states */

a.footer:link {
	color: #51001d;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:visited {
	color: #51001d;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:active {
	color: #51001d;
	text-decoration: none;
	font-size:11p;
	font-weight:normal;
}
a.footer:hover {
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}

/* site link states */

a:link {
	color: #51001d;
	text-decoration: none;
	font-weight:normal;
}
a:visited {
	color: #51001d;
	text-decoration: none;
	font-weight:normal;
}
a:active {
	color: #51001d;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	color: #9d072d;
	text-decoration: none;
	font-weight:normal;
}
