body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 17px;
}
input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
	color: #46463C;
}
.f13 {
	font-size: 14px;
	line-height: 19px;
	
}
.f14bold {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.tacbold {
	color: #CC3333;
	font-weight: bold;
}
.systemformworkbold {
	color: #000066;
	font-weight: bold;
}
.copyright {
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
}
.clicktoview {
	color: #666666;
	font-size: 10px;
}
a {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
a.copyright {
	color: #46463C;
}
a.copyright:visited {
	color: #46463C;
}
a.copyright:hover {
	color: #FF6600;
}
a.copyright:active {
	color: #FF6600;
}
.bgnorepeat {
	background-repeat: no-repeat;
}
.bgrepeatx {
	background-repeat: repeat-x;
}