@import "formatting.css";




p {
	margin: 0px;
	padding: 0px;
}



a:hover {
	color:black;
	text-decoration: underline;
}

h1 {
	font-size:24pt;
	font-weight: normal;
	color:black;
	text-decoration: none;
}

h1 a {
	color:gray;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size:18pt;
	font-weight: normal;
	text-decoration: none;	
	color:black;
}

h2 a {
	color:gray;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size:14pt;
	font-weight: normal;	
	text-decoration: none;	
	color:black;
}

h3 a {
	color:gray;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}


h4 {
	font-size:12pt;
	font-weight: normal;	
}

h4 a {
	color:gray;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

h5 {
	font-size:8pt;
	font-weight: normal;
}

h5 a {
	color:gray;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: underline;
}

h6 {
	font-size:7pt;
	font-weight: normal;	
}

h6 a {
	color:gray;
	text-decoration: none;
}

h6 a:hover {
	text-decoration: underline;
}

ul, li {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 0px;
}

.form {
	font-size: 8pt;
	padding: 10px;
}

hr.cmaform {
	color: silver;
	background-color: silver;
	height: 1px;
	border-top: dashed;
}

tr.error input {
	border: 1px #cc0033 solid;
}

tr.error div.select  {
	border: 1px #cc0033 solid;
}

.cdainput {
	font-size: 8pt;
}

a.cdabutton, input.cdabutton {
	font: bold 8pt Verdana, sans-serif;
	margin: 5px;
	padding: 2px;
	color:white;
	background-color: gray;
	border-color:  gray;
}

a:hover input.cdabutton {
	background-color: silver;
	color:white;
	border-color:  silver;	
}

.cdaformcontrol {
	text-align: right;
	margin-top: 0px;
	padding-top:10px;
	padding-right:30px;
}

.errormessage {
	padding:8px;
	color: #cc0033;
	border: 1px silver solid;
	background-color: #fffefe;
}

.statictext {
	margin:10px;
	font: 10px Verdana, sans-serif;
	text-transform: uppercase;
}

.numberformat {
	text-align: right;
	font-weight: bold;
}

.dateformat {
	text-align: left;
	font-weight: bold;
}

.textformat {
	text-align: left;
	font-weight: bold;
}