/* CSS Document */

.Menu {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-align:right;
	color: #FFFFFF;
}
.Heading{
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	font-size: 36px;
	text-align:left;
}
.SubHeading{
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	font-size: 28px;
	text-align:left;
}
.MainBody{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	border:hidden;
	color: #000000;
	text-align:justify;
	width:690px;
}
.MainBodySubHead{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	border:hidden;
	color: #000000;
	text-align:justify;
	width:690px;
}
.TableText{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	border:hidden;
	color: #000000;
	text-align:justify;
	width:690px;
}
a:link 
{
	text-decoration: none;
	color: #000000;
}
a:visited 
{
	text-decoration: none;
	color:#000000;
}
a:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
}
a:active 
{
	text-decoration: none;
}
