
h3 {
	font-size: 1.25em;
	color:red;
	font: italic;
}

p {
	font-size: 1.25em;
}

.lgText {
	font-size: 1.25em;
}

.smText {
	font-size: .75em;
}

.boldText {
	font-weight:bold;
}

.iText {
	font: italic;
}

.blackText {
	color: black;
}

.redText {
	color: red;
}

.silverBG {
	background-color: silver;
}

.headerlogobg {
}

.headertext {
	font-size:1.5em;
	font-family:Arial;
	position:absolute;
	left:12px;
	color:silver;
	font-weight:bold;
	font: italic;
}

.headertext2{
	font-size:1.5em;
	font-family:Arial;
	position:relative;
	left:10px;
	top:-3px;
	color:red;
	font-weight:bold;
	font: italic;
}

.headerline {
	color:silver;
	height:2px;
}

a {
	color: silver;
	font-style: italic;
	font-weight:bold;
}

a:hover {
	color:goldenrod;
}

.footer {
	font-family: arial;
	font-size: 10;
	color: silver;
	border: silver solid 2px;
	background-color: #ff0000;
	padding: 10px;
}

.footertext {
	font-family: arial;
	font-size: 10;
	color: silver;
}

.foot {
	font-weight: bold;
	color: silver;
	text-decoration: none;
}

.contactRequired {
	background-color: silver;
	color: red;
}

.contactsilver {
	background-color: silver;
	font-weight: bold;
	font-family: arial;
	font-size: .75em;
}

.contactName {
	background-color: #B59B4E;
	font-weight: bold;
	font-family: arial;
	font-size: .75em;
	silver-space: nowrap;
}

.contactFormElement {
	background-color: #B59B4E;
}

input.contactFormElement {
	font-family: arial;
}

.formfield {
}

.btn_med {
}

.BoldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

@media print { 
	.dontprint { display:none; }
 	.printonly { display:inline; }
	.headertext { display:none; }

}

@media screen { 
	.printonly { display:none; }
}