
a {
	color: #00417c;
	text-decoration: none;
}

a:hover {
	color: #193441;
	text-decoration: underline;
}

a.return {
	font-weight: bold;
}

div.flashNotice {
	font-size: small;
	padding: 5px 15px;
	border: 1px solid #DDDD44;
	background-color: #ffffc3;
	text-align: center;
}

.indent {
	margin-left: 30px;
}

table.form {
	border: 0px;
	font-size: small;
}

table.form td, 
table.form th {
	vertical-align: top;
	font-weight: normal;
}

table.form td.label,
table.form th {
	width: 150px;
}

table.form input.text {
	width: 300px;
}

table.form input.city {
	width: 195px;
}

table.form input.state {
	width: 30px;
}

table.form input.zipCode {
	width: 50px;
}

table.form textarea {
	width: 300px;
	height: 100px;
}

table.form textarea.address {
	width: 300px;
	height: 50px;
}

table.form input,
table.form select,
table.form textarea {
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}



table.grid {
	width: 100%;
	border: 1px solid #d9dcc3;
	border-collapse: collapse;
	font-size: small;
}

table.grid td,
table.grid th {
	padding: 2px 10px;
	border-collapse: collapse;
}

table.grid td.link,
table.grid th.link {
	text-align: right;
}

table.grid td.empty,
p.empty {
	font-style: italic;
}



table.detail {
	font-size: small;
	border: 0px;
	border-collapse: collapse;
}

table.detail th,
table.details td {
	vertical-align: top;
	padding: 2px 20px;
}
