	a {
		color : #009999;
		font-weight: bold;
	}

	a:hover	{
		color : #000000;
	}
	
	a.button {
	font-family: Arial;
	font-size: 11px;
	color : #000000;
	background-color : #DCCDAF;
	text-decoration : none;
	height : 10px;
	text-align : center;
	display : block;
	padding-bottom : 3px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 3px;
}

	a.button:hover	{
		color : #FFFFFF;
		background-color : #009999;
		padding-bottom : 3px;
		padding-left : 10px;
		padding-right : 10px;
		padding-top : 3px;
		text-decoration : underline;
	}

	a.button.visited	 {
		color : #000000;
		background-color : #DCCDAF;
		padding-bottom : 3px;
		padding-left : 10px;
		padding-right : 10px;
		padding-top : 3px;
		text-decoration : none;
	}

	hr	{
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.main	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height : 16px;
		color : #000000;
		margin-left : 6px;
		margin-bottom : 6px;
	}

	.head {
		font-size: 24px;
		font-family: Myriad, Arial, Verdana, Helvetica;
		font-weight: bold;
		line-height: 22px;
		color: #009999;
		margin-top: 12px;
		margin-bottom: 6px;
	}
	
	.smallhead {
		font-size: 18px;
		font-family: Myriad, Arial, Verdana, Helvetica;
		font-weight: bold;
		line-height: 22px;
		color: #000000;
		margin-top: 12px;
		margin-bottom: 6px;
	}

	ul	{
		margin-top: 4px;
		margin-left: 18px;
		margin-bottom: 10px;
		list-style : disc;
	}

	.tiny {
		font-size : 10px;
		color:	#000000;
		font-family : Arial, Helvetica, sans-serif;
		line-height : 12px;
		text-align: center;
	}

