/* DEFAULT.CSS */

BODY	{
	color: #000080;
	background-color: #FFFFF8;
	font-family: tahoma;
	font-size: 80%;
	margin-top: 2px;
	}
H1	{
	font-size: 200%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 2px;
	}
H2	{
	font-family: tahoma;
	font-size: 140%;
	margin-top: 2px;
	margin-bottom: 10px;
	}
P	{
	font-family: tahoma;
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 5px;
	}
TD	{
	font-family: tahoma;
	font-size: 80%;
	vertical-align: top;
	}
	}
A:hover	{
	color: #0080FF;
	}
A	{
	color: #0080C0;
	font-weight: bold;
	text-decoration: none;
	}
UL	{
	list-style-image: url('images/bullit1.gif');
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
UL LI	{
	margin-top: 2px;
	margin-bottom: 2px;
	}
