@charset "UTF-8";
.magctable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 6px;
	background-attachment: scroll;
	background-image: url(../../Byley%20FTC/site/site_images/nwfta_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin solid #000;
}
.macagc {
	background-color: #FFF;
}

.boldheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #30358E;
}
.diarytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.diarytextline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #37A2AA;
	padding-left: 10px;
}
