/*Defaults*/
td 
	{ 
	color: #57565b; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 16px; 
	}

a 
	{ 
	color: #739DD7; 
	text-decoration: none; 
	}
	
a:hover 
	{ 
	color: #98cd73; 
	text-decoration: underline; 
	}

.SubTitle 
	{
	color: #466da2; 
	font-weight: bold;
	}

	
/*Header*/
.HeaderRight
	{
	background-position: left top; 
	background-image: url(images/header-background-right.jpg); 
	}

.HeaderFade {
	background-position: left top; 
	background-image: url(images/header-background-margin.jpg); 
	background-repeat: repeat-x
}


