@charset "utf-8";
/* CSS Document */

body, p, th	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #222222;
}

a:link, a:visited, a:active	{
	color:#0000FF;
	font-weight: bold
	text-decoration: none;
}	

a:hover	{
	color: #FF0000;
	font-weight: bold
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #0000FF;
	font-family:"Times New Roman", Times, serif
}

.redfont p	{
	color: #990000;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}