/* $Id: Contact.css,v 1.3 2010/02/26 21:24:15 pwh Exp $ */
/* Style sheet for Contact form. */


body {

	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: silver;
	text-align: center;
}


div.frame {

	margin: 30px auto;
	position: relative;
	width: 600px;
	background-color: yellow;
}


.leftJust {

	text-align: left;
}

.centered {

	text-align: center;
}


.rightJust {

	text-align: right;
}


.indented {

	margin-left: 1.27cm;
	margin-right: 1.27cm;
}


.input {

	font-family: monospace;
	font-size: 10pt;
}


.label {

	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


.h1 {

	margin: 0;
	font-family: sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: red;
}


.h3 {

	font-family: sans-serif;
	font-weight: normal;
	font-size: 16pt;
	color: black;
}


h1 {

	font-family: sans-serif;
	font-size: 20pt;
	font-weight: bold;
}


h3 {

	font-family: sans-serif;
	font-weight: normal;
	font-size: 16pt;
	color: green;
}


caption {

	font-style: italic;
}


dt {

	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
}


span.normal {

	font-family: serif;
	font-weight: normal;
	font-size: 12pt;
}


div.certified {

	margin:auto auto;
	width: 608px;
	height: 32px;
	position: relative;
}


img.certified {

	border: 0;
	width: 88px;
	height: 31px;
}


a.validXhtml {

	position: absolute;
	bottom: 0;
	left: 4px;
}


a.validCss {

	position: absolute;
	bottom: 0;
	right: 0;
}
