a:link {
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p.small {
	font-size: 10px;
   	line-height: 12px;
}

p.indented {
	text-indent: 4em;
}


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}


h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

h2	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
td { font-size: 12px; font-weight: normal; }
