/* Rochelle Kerwin, Photographer */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none #ffffff;
	background-color: #ffffff;
}

body.home {
	overflow: hidden;
}

table.main {
	width: 100%;
	height: 100%;
	border: 0px none #ffffff;
}

.google {
	display: none;
}

.title {
	font-family: 'Eras Medium ITC', 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	background-color: #fff8f0;
}

.fright {
	position: inherit;
	top: 0px;
	float: right;
}

.neat {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.neat2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: #fff9f0;
}

.error {
	font-family: 'Eras Medium ITC', 'Verdana', 'Helvetica', 'Arial', sans-serif;
	color: #993300;
	background-color: #ffeecc;
}

.message {
	font-family: 'Eras Medium ITC', 'Verdana', 'Helvetica', 'Arial', sans-serif;
	color: #000000;
	background-color: #ececec;
}

a:link {
	color: #ff9900;
}

a:visited, a:hover, a:active {
	color: #cc6600;
}

sup {
	font-family: 'Small Fonts', 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 6pt;
}

.rule {
	border-top:    1px dotted #cc6600;
	border-bottom: 1px dotted #cc6600;
}

/* required fields */
.req {
	color: #ff0000;
}

.nb {
	font-size: 9pt;
}

.tooltip {
	position: absolute;
	/*display:  none;*/
	z-index:  10;
	float:    none;
	left:     0px;
	width:    250px;
	border:   1px solid #000000;
	background-color: #fffcdd;
	color:    #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	padding:  0.25em;
}
