﻿/*
© Copyright 2006 The Nelson Family of Companies
Revision: 1.0
*/
.headerContent
	{
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
.headerContent h1 
	{
		position: relative;
		float: left;
		margin: 0 0 0 6px;
		padding: 0 0 0 0;
		background-color: #FFFFFF;
	}

.headerContent p {
		position: relative;
		font-family:	Verdana, Helvetica, sans-serif;
		font-size:		0.7em;
		font-weight:	normal;
		color:			#676767;
		font-style:		normal;
		text-decoration: none;
		margin: 7px 2px 8px 8px;
		padding:  0 0 0 0;
	}
	

.headerContent a:link
	{
		color:			#676767;
		text-decoration: none;	
	}	
	
.headerContent a:visited
	{
		color:			#676767;
		text-decoration: none;
	}

	
.headerContent a:hover
	{
		color:			#CC6600;
		text-decoration: underline;
	}