/*  font style
----------------------------------------------- */

body, p, table, td
{
	font:normal 13px/140% "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color:#EEEEEE;
}

h1
{
	font:bold 14px/140% "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color:#EEEEEE;
	
}

h2
{
	font:bold 16px/140% "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color:#EEEEEE;
	
}


a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#EEEEEE; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #EEEEEE;
}

div.hr
{
	border-bottom-style:dashed;
	border-bottom-width:1px; /* fix */
	border-color: #EEEEEE;
	height: 1px;
}/*  alternative */

.altcolor,
.altcolor p,
.altcolor td { color:#EEEEEE;}

.altcolor h1 {color:#EEEEEE; }
.altcolor h2 {color:#EEEEEE; }

.altcolor a:link,
.altcolor a:visited { color:#EEEEEE; }

.altcolor a:active, 
.altcolor a:hover { color:#EEEEEE; }

.altcolor div.hr {border-color: #EEEEEE;}
