	h2
	{
		width: 85%;
		font: 27px arial, helvetica, sans-serif;
		border-style:solid;

		border-right:2px solid #000000;
		border-left:0px;
		border-top:0px;
		border-bottom:1px solid #aaaaff;

		padding-top: 0px;
		padding-left: 8px;
		font-weight: bold;
		font-style: normal;
		color:#770077;
	}

	p
	{
		font: 14px tahoma,arial,  helvetica, sans-serif;
		text-indent: 8px;
	}
	
	td
	{
		font: 14px arial,  helvetica, sans-serif;
	}

	a
	{
		font: 14px tahoma,arial,  helvetica, sans-serif;
		color: #dd0000;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}

	a.navlink
	{
		padding-left: 3px;
		padding-right: 3px;
		width: 82px;
		text-align: center;
		background-color: #dd0000;		
		font: 12px Arial;
		font-weight: bold;
		color:white;
		text-decoration:underline;
		letter-spacing:2pt;
		border-style:outset;
		border-width:3px;
		border-color:#eeeeee;
		text-decoration: none;
	}

	a.navlink:hover
	{
		border-style:inset;
		text-decoration: underline;
	}

	small
	{
		font: 8pt Arial;
		color: gray;
		text-indent:10pt;
	}

	b
	{
		color: #0000dd;
	}
	
	hr
	{
		color:#aaaaff;
		height:1px;
	}