a
{
	color:blue;
	text-decoration:none;
}
a{
	border-bottom: 1px dotted;
	border-color: white;
}
a:link 
{ 	
	color:blue; 
}
a:visited {	color:purple; }
a:hover 
{ 	
	text-decoration:none; 
	border-bottom: 1px dotted;
}
a:active { 	color:red; }

a.leftNav
{
	font-size:1.2em;
}

a.bottomNav
{
	font-size:0.8em; 
	font-weight:normal;
}
a.bottomActive
{
	color:#000000;
	font-size:0.8em; 
	font-weight:normal;
}
a.imageNav
{
	border:0px;
}
body, p, td
{
	color:#000000;
	/* cmss12, */
	font-family:"Segoe UI",Tahoma,Arial,Geneva,Helvetica,sans-serif;
	/* "Linux Libertine" */ 
	/* "DIN 1451 Mittelschrift" */
	/* Gentium */
	font-size:1em;
	line-height:1.4em;
}
body
{
	background-color:#ffffff;
	margin-left:8px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:0px
}
/*
body.content
{
	background:url(logo_back.png) no-repeat fixed bottom right;
}
*/
h1, h2, h3
{
	color:#000000;
}
.bold
{
	font-size:1.2em;
}
.bolder
{
	font-size:1.8em;
}
.boldest
{
	font-size:2em;
}
.bottomSpacer
{
	border-bottom:300px;
}
.imageCell
{
	vertical-align:top;
}
