body {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
}

.input_error {
	font-family: inherit;
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.frontBullets {
	color: #666666;
	font-size: 15pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
A.frontBullets {
	color: #666666;
	text-decoration: none;
}
A.frontBullets:link {
	color: #666666;
	text-decoration: none;
}
A.frontBullets:visited {
	color: #666666;
	text-decoration: none;
}
A.frontBullets:active {
	text-decoration: underline;
}
A.frontBullets:hover {
	text-decoration: underline;
}
HR {
    HEIGHT: 1px;
    COLOR: black;
    BACKGROUND-COLOR: black;
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
}



.t {background: url(/images/blue_dot.gif) 0 0 repeat-x; }
.b {background: url(/images/blue_dot.gif) 0 100% repeat-x}
.l {background: url(/images/blue_dot.gif) 0 0 repeat-y}
.r {background: url(/images/blue_dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/corner_sw.gif) 0 100% no-repeat}
.br {background: url(/images/corner_se.gif) 100% 100% no-repeat}
.tl {background: url(/images/corner_nw.gif) 0 0 no-repeat}
.tr {background: url(/images/corner_ne.gif) 100% 0 no-repeat; padding:5px; }


