
.leftnav   { text-decoration: none }
.topnav { color: #fff }
.helptitle { font-weight: bolder; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


/*styles used throughout the site*/

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

td  {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

th  {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	text-alilgn: center
}


a  {
	color: #17297c
}

.runningtotal {
	color: #17297c
}

.tinytext {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	width: 27px
}


.smalltext {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}


.mediumtext {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
	}



.error {
	font-size: 12pt;
	font-family: Arial,Helvetica,SunSans-Regular;
	font-weight: bold;
	color: red;
	text-align: center;
}

.syncerror {
	font-size: 12pt;
	font-family: Arial,Helvetica,SunSans-Regular;
	font-weight: bold;
	color: red;
	text-align: center;
	background-color: #d7d7d7;
}


.smallerror {
	font-size: 10pt;
	font-family: Arial,Helvetica,SunSans-Regular;
	font-weight: bold;
	color: red;
	text-align: center;
}

.tinyerror {
	font-size: 6pt;
	font-family: Arial,Helvetica,SunSans-Regular;
	font-weight: bold;
	color: red;
	text-align: center;
}

.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right; 0 px
}

.bold {
	font-weight: bold;
}

/*styles used in place of font color tags*/

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.headingblue {
	color: #17297c;
}

.headingbluelarge {
	color: #17297c;
	font-size: 12pt;
}


	