.Default {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Default Site font */
	font-size: 12px; color: #333366; 
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #333366;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.Text_Header {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Top Fundraiser Header font name */
	font-size: 12px; /* Top Fundraiser Header font size */
	color: #333366; /* Top Fundraiser Header font colour */
	font-weight: bold; /* Top Fundraiser Header font style */
}
.td_border-left {
	border-left: 2px solid rgb(51,51,102); /* 2 point solid dark blue */
	border-right: 0px none; 
	border-top: 0px none; 
	border-bottom: 0px none; 
	}
.td_border-right {
	border-left: 0px none;
	border-right: 2px solid rgb(51,51,102); /* 2 point solid dark blue */
	border-top: 0px none; 
	border-bottom: 0px none; 
	}
.td_border-both {
	border-left: 2px solid rgb(51,51,102); /* 2 point solid dark blue */
	border-right: 2px solid rgb(51,51,102); /* 2 point solid dark blue */
	border-top: 0px none; 
	border-bottom: 0px none; 
	}
.td_border-top {
	border-left: 0px none;
	border-right: 0px none; 
	border-top: 2px solid rgb(51,51,102); /* 2 point solid dark blue */
	border-bottom: 0px none; 
	}
.hr_grey {
	size: 2;  /* 2 point */
	color: rgb(51,51,102); /* 2 point solid dark blue */
	}