

a:hover{
	text-decoration: underline;
	}

A {
	text-decoration: none;
	color: #1e3ca0;
}


ADDRESS {
	font-size: x-small;
}

TABLE {
	margin: 0px;
}

TABLE.single {
	background: #88acd0;
}

TABLE.inner {
	background: #88acd0;
}

TABLE.outer {
	background: #102058;
	margin: 0px;
	padding: 1px;
}

BODY {
	
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

TD {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

TH {
	color: black;
	/* background: #304c78; */
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

INPUT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
        border-style: none;
	color: black;
}

TEXTAREA {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
        border-style: none;
	color: black;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
        border-style: none;
	color: black;
}

div.message {
	margin-top: 20px;
	text-align: center;
}

SPAN.warn {
	font-weight: bold;
	font-size: 14px;
	color: red;
}

IMG.menu {
	border: 0;
}

IMG.list {
	border: 0;
}

/* Standard table 'spreadsheet' style */
TABLE.tbl {
	background: #ffffff;
}

TABLE.tbl TH {
	/* background-color: #878676; */
	background-color: #7f8fd4;
	color: white;
	list-style-type: disc;
	list-style-position: inside;
	border: outset #D1D1CD 1px;
	font-weight: normal;
}

TABLE.tbl TD {
	/* background-color: #f4efe3; */
	background-color: #e4e4e4;
}
/* EOF */
