body {
	backgound-color: #FFFFFF;
}	

.redboarder {
	border: 1px solid #E00501;
}
.greyboarder {
	border: 1px solid #CCCCCC;
}
p {
	font-family: "Microsoft Sans Serif", "Franklin Gothic Medium", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
li {
	font-family: "Microsoft Sans Serif", "Franklin Gothic Medium", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
a:link {
	font-family: "Microsoft Sans Serif", "Franklin Gothic Medium", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Microsoft Sans Serif", "Franklin Gothic Medium", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Microsoft Sans Serif", "Franklin Gothic Medium", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: "Microsoft Sans Serif", "Franklin Gothic Medium", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
.vertline {
	background-image: url(graphics/vert_line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.horzline {
	background-attachment: scroll;
	background-image: url(graphics/horz_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.homeline {
	background-attachment: fixed;
	background-image: url(graphics/home_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.siteText {
	font-family: "Microsoft Sans Serif", Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}

.groundfx_table a, .groundfx_table a:link, .groundfx_table a:visited {
	color: #000066;
	/* border: #ff0000 1px solid; */
}

.groundfx_table a:hover {
	font-weight: normal;
	color: #E00501;
}

.groundfx_table {
	border: #808080 1px solid;
}

.groundfx_table_heading {
	background-color: #E00501;
	border-bottom: #808080 1px solid;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 4px 0px;
	font-family: "Microsoft Sans Serif", "Franklin Gothic Medium", Arial;
	font-size: 12px;
}

.groundfx_table_content {
	padding: 5px 0 5px 10px;
}

