body
{
}
.link
	{
		text-decoration: none;
		FONT-SIZE: 12px;
		COLOR: black;
		font-weight: bold;
	}
.selectedlink
	{
		color: red;
		text-decoration: none;
		FONT-SIZE: 12px;
		cursor:hand;
		font-weight: bold;
	}
.footerlink
	{
		color: red;
		text-decoration: underline;
		FONT-SIZE: 12px;
		font-weight: bold;
	}
#h1
{ 
	font-size:40px;
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
#h2
{ 
	font-size:40px;
	color:red;
	font-weight:bold;
	text-decoration:underline;
}
#d1
{ 
	font-size:10px;
	color:black;
	font-family:Georgia;
	font-weight:bold;
}
#d2
{
	FONT-SIZE:14pt;
	COLOR:red;
	FONT-STYLE:italic;
	FONT-FAMILY:Georgia;
	font-weight:bold;
}
#d3
{
	FONT-WEIGHT:bold;
	FONT-SIZE:14pt;
	FONT-STYLE:italic;
	FONT-FAMILY:Arial;
}
#d4
{
	FONT-WEIGHT:bold;
	FONT-SIZE:11pt;
	FONT-STYLE:italic;
	FONT-FAMILY:'Arial Narrow';
}
#d5
{
	FONT-WEIGHT:bold;
	FONT-SIZE:20pt;
	COLOR:red;
	FONT-FAMILY:'Franklin Gothic Demi Cond';
	TEXT-DECORATION:underline;
}
#d6
{
	FONT-WEIGHT:bold;
	FONT-SIZE:20pt;
	FONT-FAMILY:'Franklin Gothic Demi Cond'
}
#d7
{
	FONT-WEIGHT:bold;
	FONT-SIZE:12pt;
	COLOR:#336666;
	FONT-STYLE:italic;
	FONT-FAMILY:Georgia;
}



