	a
	{
		color: #0099FF;
		text-decoration: none;
	}
	
	a:hover
	{
		color:#0099FF;
		text-decoration: underline;
	}
body
	{
		margin: 0px;
		font-family: verdana;
	}
	p
	{
		font-family: Verdana;
		font-size: 12px;
		margin-top: 2px;
	}
	td
	{
	 font-size: 12px;
	}
	th
	{
		font-size: 12px;
		background-color : #333366;
		text-align:left;
		color:#E3C980;
	}
	.bold
	{
		font-weight: bold;
	}
	.subtitle
	{
		font-size: 18px;
		margin-bottom:6px;
		font-style : italic;
		color:#516CAA;
	}
	.subtopic
	{
		font-size: 15px;
		font-weight: bold;
		margin-bottom:6px;
		color:#516CAA;
	}
	.super
	{
		vertical-align: super;
		font-size: 9px;
	}
	.title
	{
		font-size: 21px;
		font-weight: bold;
		margin-bottom : 12px;
		color: #8396C8;
	}
	.topic
	{
		font-size: 18px;
		font-weight: bold;
		color:#8396C8;
		margin-bottom: 6px;
	}
