/* BEGIN GLOBAL STYLES */

		a:link
		{
			color:MidnightBlue;
			text-decoration:none;
		}
		a:visited
		{
			color:Blue;
			text-decoration:none;
		}
		a:hover
		{
			color:Red;
			text-decoration:underline;
		}
		a:active
		{
			color:Indigo;
			text-decoration: none;
		}

		body
		{
			margin: 0;
			border: 0;
			padding: .5em;
			background-color: White;
			color: #080800;
			background: url("../Images/Backgrounds/MainBackground.gif");
			font-family: Arial, trebuchet ms, Century Gothic, Helvetica, sans-serif
		}

		HR
		{
			border: 2px inset;
			color: Navy;
			text-align: center;
			width: 85%
		}

		H1
		{
			text-align: center;
			margin-top: .5em;
			color: Navy;
			font-family: Ford Script, trebuchet ms;
		}

		H2
		{
			text-align: center;
			margin-top: .25em;
			color: Red;
		font-family: trebuchet ms
		}

		H3 { text-align: center }

		H6
		{
			text-align: center;
			margin-top: .25em;
			margin-bottom: .25em;
			color: Navy;
			font-family: Ford Script, trebuchet ms;
			font-size: larger
		}

		table
		{
			border: 0;
			width: 90%;
			padding: .5em;
			border-spacing: 0px; 
		}

		tr { vertical-align: top }
		th { vertical-align: top }
		td
		{
			vertical-align: top;
			font-weight: bolder;
		}

		li
		{
			padding: .5em;
			vertical-align: top
		 }

		BlockQuote
		{
			margin: 1em;
			font-size: smaller
		}

		Cite { font-size: smaller }

		img { border: 0; }
