/* CSS Document */

body {
			font-family: Arial, Helvetica, sans-serif;

		}
		.HdrFtrBg{background : #003366;}
		.FontWhite{
			font-size: 85%;
			color: #FFFFFF;
		}
		.MainBg{background : #fafad2;}

		#Header {
		}
		#Header H1{
			font-size: 175%;
			color: #003366;
			margin : 0;
			padding : 0;
		}
		.BoxTitle{
			font-size: 85%;
			font-weight : bold;
		}
		.BoxText{
			font-size: 75%;
			onMouseOut="this.style.color = 'black';" onMouseOver="this.style.color = 'red';" align="justify"
		}
		input, submit{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 80%;
			margin: 0;
			padding: 0;
		}
		.menu{
			font-size:75%;
			color: #003366;
			font-weight: bold;
		}

		#GraphicTextTitle{
			font-size: 175%;
			font-weight: bold;
			color: #FFFFFF;
			left: 50px;
		}
		
		#GraphicText{
			font-weight: bold;
			color: #FFFFFF;
			left: 100px;
		}