a:link, a:visited, a:active
	{
		text-decoration : none;
		color: #000000;					// link-color [color: <COLOR>]
	}

a:hover 
	{
		text-decoration : underline;
		color: #000000;					// link-color [color: <COLOR>]
	}

h1	{
	font-size: 1.6em;
	}

h2	{
	font-size: 1.3em;
	}

h3	{
	font-size: 1.2em;
	}

h4	{
	font-size: 1.1em;
	}

h5	{
	font-size: 0.70em;
	}



/* BULK OF THE USEFUL STYLES ================================================================= GENERAL STYLES  */
		
body
		{
			text-align: center;
			font: 0.8em/1.0 Verdana, Trebuche, Lucida, sans-serif; 
			color: #000000; 
			margin: 0px 0px 0px 0px; 							
			background: #FFF url("/images/siteimages-bg.jpg");
			background-repeat: repeat-x; 
		}


.header				{	width: 776px;
						height: 130px;
						text-align: center;
					}

.content			{	border: 0; 
						padding: 10px 10px 10px 10px;
						border-collapse: collapse;
						width: 651px; 
						text-align: left;
					} 
								
#printbanner		{	display: none; }

