<!--
body { 
	
	background-color: #f7c618;
	background-image:url('../images/bkg.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

img.image {
	padding: 10px;
}

a.pageLinklm:link {
	font-family : 'Times New Roman', serif;
	font-size : 18px;
	font-weight : bold;
	color : #19204A;
	text-decoration : none;
	vertical-align : middle;
}

a.pageLinklm:active {
	font-family : 'Times New Roman', serif;
	font-size : 18px;
	font-weight : bold;
	color : #19204A;
	text-decoration : none;
	vertical-align : middle;
}

a.pageLinklm:visited {
	font-family : 'Times New Roman', serif;
	font-size : 18px;
	font-weight : bold;
	color : #19204A;
	text-decoration : none;
	vertical-align : middle;
}

a.pageLinklm:hover {
	font-family : 'Times New Roman', serif;
	font-size : 18px;
	font-weight : bold;
	color : #FC1922;
	text-decoration : none;
	vertical-align : middle;
}

a.pageLink:link { 
	font-family : 'Times New Roman', serif;
	font-size : 14px;
	font-weight : bold;
	color : #19204A;
	text-decoration : none;
	vertical-align : middle;
}

a.pageLink:active { 
	font-family : 'Times New Roman', serif;
	font-size : 14px;
	font-weight : bold;
	color : #19204A;
	text-decoration : none;
	vertical-align : middle;
}

a.pageLink:visited { 
	font-family : 'Times New Roman', serif;
	font-size : 14px;
	font-weight : bold;
	color : #19204A;
	text-decoration : none;
	vertical-align : middle;
}

a.pageLink:hover { 
	font-family : 'Times New Roman', serif;
	font-size : 14px;
	font-weight : bold;
	color : #FC1922;
	text-decoration : none;
	vertical-align : middle;
}

p.headline {
	font-family: 'Times New Roman', serif;
	font-size: 22px;
	font-weight: bold;
	color: #19204A;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	vertical-align: top;
}

p.subhead {
	font-family: 'Times New Roman', serif;
	font-size: 18px;
	font-weight: bold;
	color: #19204A;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

p.copy {
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: #000000;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: justify;
}



p.form {
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	text-align: left;
	line-height: 14px;
}

input.data {
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	text-align: justify;
	line-height: 14px;
}

select{
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	text-align: justify;
	line-height: 14px;
}
-->