@CHARSET "ISO-8859-1";

h1 {
	font-size: 150%;
	border-bottom: 1px solid #004288;
	margin: 5px 0px;
}

h2 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 2px;
}

a:link,a:visited {
	color: #626a6d;
	text-decoration: none;
}

a:hover,a:active {
	color: #004288;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	color: #e72614;
}

li {
	margin-left: 20px;
}

li p {
	color: black;
	margin: 0px;
}

p {
	margin: 5px 0px;
}

hr {
	border: 0;
	border-top: 1px dotted gray;
	margin: 15px 0px;
}

input.sized, textarea.sized, select.sized {
	width: 300px;
}

select.sized {
	width: 304px;
}

textarea.sized {
	height: 70px;
}

table.layouted {
	border: 1px solid #004288;
	/*border-collapse: yes; Collapse...*/
	margin: 5px;
}

table.layouted th, table.layouted td{
	border: 1px solid #004288;
}

td.numeric {
	text-align: right;
}