@charset "utf-8";
/* CSS Document */
body
{
}
small
{
	font-size:small;
}
.welcometext
{
	color: #036;
	font-family:Arial, "Arial Black", "Arial Narrow";	
}
.headingtext
{
	color: #036;
	font-family:"Times New Roman", Times, serif;	
}
.bodytext
{	
	font-family:Arial, "Arial Black", "Arial Narrow";
	font-weight:bold;
}
a:link { color: #006; text-decoration: none;}
a:visited { color: #006; text-decoration: none;}
a:active { color: #006; text-decoration: none;}
a:hover { color: #006; text-decoration: none;}




