@charset "utf-8";
/* CSS Document */

.tableBorder {
	border: 1px solid #317194;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #30506C;
}

a:link, a:visited {
	text-decoration: none;
	color: #30506C;
}

a:hover {
	text-decoration: underline;
	color: #30506C;
}


/* -----------------------------
 *  Contact Form (perl) styles
 * -----------------------------
 */
.cf_error {
	color:red;
}
#.cf_textentry {
	min-width:100px;
	width:100%;
	max-width:600px;
	width:expression(document.body.clientWidth>600?"600px":"auto");
}
textarea.contactform {
	height:4in;
}
.cf_required {
	color:green;
}
#cf_version {
	text-align:right;
}
.cf_field {
	margin-bottom:0.5cm;
}
.cf_preview {
	border:thin black ridge;
	padding:1cm;
	max-width:600px;
	width:expression(document.body.clientWidth>600?"600px":"auto");
	margin-bottom:1cm;
}

