A:link
{
	text-decoration: underline;
	color: blue;
}
A:visited { color: red; }
A:active
{
	text-decoration: none;
	text-transform: inherit;
} 
A:hover
{
	text-decoration: underline;
	color: #FF00FF;
	text-transform: inherit;
}
body
{
	margin: 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
} 
td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
p
{
	color: black;
	text-indent: 2em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.subhead
{
	color: black;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h1
{
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
h2
{
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h3
{
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.sub
{
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.indent
{
	text-indent: 2em;
	text-transform: inherit;
}
.noindent
{
	text-indent: 0em;
	text-transform: inherit;
}
.dynlink
{
	cursor: pointer;
	text-decoration: underline;
	color: blue;
	text-transform: inherit;
}
.small
{
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 0em;
}
.js
{
	border-style: none;
	font-size: 12px;
}
.toyborder
{
	border-color: #039;
	border-width: 2pt;
	border-style: double;
} 

.special
{
   margin: 2em 2em;
   background-color: #FFF;
}
.asg
{
   background-color: inherit;
   float: left;
   padding: 0 2px 0px 0;
}
.yellowback
{
   background-color: #FF0;
   font-style: inherit;
}

.tspace
{
	margin: 0px 40px 0px 40px;
	display: inline;
}

.toptiny
{
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

.medium { font-size: 12px; }
.tiny { font-size: 10px; }
.atiny { font-family: Arial, Helvetica, sans-serif; font-size: 10px; } 
