/* Text */

.head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4B6EA7;
}

.body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.breadcrubms
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Links */

a:link
{	
	color: #003399;
	text-decoration: none;
}

a:visited 
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	background-color: #ACC3C6;
}

a:active
{
	color: #003399;
	text-decoration: none;
}

/* Table */

TABLE.results 
{ 
	border-collapse: collapse;
    border: 1px solid #DDDDDD; 
}

td.heading
{ 
	background-color: #B0BCD5; 
	color: #323641; 
	font-size: 14px; 
	font-family: Verdana; 
	font-weight: bold; 
}				   

tr.blue
{ 
	background-color: #dddddd;
}

tr.grey
{ 
	background-color: #eeeeee;
}

td
{ 
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana;
}

td.blue
{
	background-color: #d7dfee;
}