	a 			{
				text-decoration:none;
				font-weight:bold;
				font-size:1.1em;
				color:white;
				font-family:arial;
				}

	a:hover		{
				text-decoration:underline;
		}

	.titleText	{
				position:relative;
				top:-20px;
				}
	.linkText	{
					position:relative;
					top:-30px;
				}

	.containerBox 	{
				height:596px;
		}
	.floater {
		float:left;
		display:inline;
	}

	.spacedOut {
		margin-top:40px;
	}

	.borderRed	{
		border:1px solid red;
		}
	.formFont	{
		color:white;
		font-family:arial;
	}
	
	.headFont	{
			color:white;
			font-family:arial;
			font-weight:bold;
			font-size:1.2em;
	}
	
	.normFont {
			font-family:arial;
			color:white;
			font-size:0.8em;
	}
	.clearIt {
		clear:both;
		float:none;
	}
	
	h3 {
	font-size:1.2em;	
	}
	
	li {
		font-size:1.0em;
		margin-bottom:10px;
	}
	
	a {
		font-size:1.0em;
	}
	