body
	{
		background-color : #ffffff
	}


table
	{
		font-family : verdana;
		font-size : 15px;
		text-align : center;
	}

table.links
	{
		font-family : verdana;
		font-size : 15px;
		font-weight : bold;
		text-align : center;
		empty-cells : show
	}

td.links
	{
		width : 25%
	}
	
font.sub
	{
		color : #000000;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		text-align : center;
	}

A:active
	{
		color : #0000ff;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
		text-decoration : none;
	}
	
A:link
	{
		color : #0000ff;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
		text-decoration : none;
	}
	
A:visited
	{
		color : #0000ff;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
		text-decoration : none;
	}

A:hover
	{
		color : #ff0000;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
		line-height:14px;
	}


