
h1 {

	vertical-align:center;

}

h3 {
	font-family:arial, "lucida console", sans-serif;
	
	}

a {
	color:brown;
	text-decoration:none;
	font-family:arial, "lucida console", sans-serif

}

a:hover{
	color:blue;


}

.tiny{
	font-size:7pt;
	color:red;
	}
	
	
	.left{
	
		display:in-line;
		top:-14pt;
	
	}
	
	.headingTitle{
		position: absolute;
		/*left: 225px;*/
		left:0.5cm;
		top: 20px;
		font-size: 42pt;
		font-family: Times, Serif;
		letter-spacing: -2pt;
		
		}
	.headingSubTitle{
		position: relative;
		top: -8pt;
		left: 32pt;
		font-size: 14pt;
		font-family: Times, Serif;
		font-style:italic;
		font-stretch:narrower;
		letter-spacing:0pt;
		
		}
	.welcome{
		position:relative;
		left:18cm;
		top:2.5cm;
		font-size:20pt;
		font-family:Times, Serif;
		font-style:italic;
			}
			
		.leftBannerTable{
			align:center;
			position:relative;
			left:-10px;
			}
			
/*this suite of classes standardizes the appearance of hyperlinks
  and form submit controls of the class button */
.button{
	background-color: transparent;
	color: ThreedDarkShadow;
	border-bottom-width: 0em;
	border-top-width: 0em;
	border-right-width: 0em;
	border-left-width: 0em;
	text-decoration:none;
	font-family:arial, "lucida console", sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	}

input[type="submit"]:hover {
	color:black;
	font-family:arial, "lucida console", sans-serif;
	cursor: default;
}

.button:hover {
	color:black;
	cursor: default;
	font-family:arial, "lucida console", sans-serif;
	background-color:wheat;
}