h1 
{ 
	font-size:medium;
}

h2 
{
	font-size:small;
}


p
{
 	color:#000;
 	text-align:justify;
}

body {
	background-image: url(images/site_background.jpg);
	background-repeat: repeat-x;
	background-color: #F4F4FF;
}

td			{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #6D6E71; line-height: 140%;}

.blank		{font-size: 1pt;}
.introtitle	{color: #FFFFFF; font-size: 11pt; font-weight:bold;}
.copyright	{color: #001361;}

A:link		{color: #5E8FB4; text-decoration:none;}
A:visited	{color: #000000; text-decoration:none;}
A:hover		{color: #378F8F; text-decoration:underline;}


