body { background: white; 
}
	


/*headers*/

h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
}


h1	{ font-size: 20px; }
h2	{ font-size: 18px; }
h3	{ font-size: 14px; }
h4	{ font-size: 14px; }
h5	{ font-size: 12px; }
h6	{ font-size: 12px; }



.tophead  {
	color: #666666;
	font-weight: normal;
	font-family: Helvetica,arial,sans-serif;
	font-size: 25px;
}

.bluehead	{
	color: #000066;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
}





/*links*/

.a {
	color: #000000;
	text-decoration: underline;
}


.blueheadlink	{
	color: #000066;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-decoration: underline;
}



/*text*/


ul	{
	color: #000000;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

li	{
	color: #000000;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

ol	{
	color: #000000;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}


.search	{
	color: #666600;
	font-weight: bold;
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}


.regular	{
	color: #000000;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

.bold	{
	color: #000000;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}


