
html, body, table, tr, td, p {
	font-family: arial, helvetica, sans-serif;
	font-size:   13px;
}
a:link       { text-decoration: none; }
a:active     { text-decoration: none; }
a:visited    { text-decoration: none; }
a:hover      { text-decoration: underline; }
.title       { font-size: 25px; font-weight: bold; }
.heading     { font-size: 20px; }
.sub_heading { font-size: 16px; font-weight: bold; }
.news        { padding:   4px;  font-weight: bold; }
.small       { font-size: 11px; }
.copy        { font-size: 10px; }
.sig         {
	font-size:        11px;
	font-weight:      bold;
}
.mono        {
	font-family:      "Courier New", Courier, mono;
	font-size:        13px;
}
.textbox     {
	font-family:      "Courier New", Courier, mono;
	font-size:        13px;
	color:            #000000;
	background-color: #CCCCCC;
	border:           3px inset;
}
.button      {
	font-family:      "Courier New", Courier, mono;
	font-size:        13px;
	color:            #000000;
}
