h1,h2,h3,h4,h5,form {
	margin:0;
	padding:0;
}

table { width:auto; }

body, td {
	font-size:12px;
	font-family:verdana;
	line-height:normal;
	color:#0F234F;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	margin: 24px 0 0 0;
	padding: 0;
	color: #035091;
	font-size: 2em;
}	

h2, .pagetitles {
	margin: 0;
	padding: 0;
	color: #035091;
	font-size: 1.6em;
}

h3, caption, .pagetitles2, .clptitle {
	margin: 12px 0 0 0px;
	padding: 0;
	color: #FFAD2D;
	font-size: 1.5em;
}

h4 {
	margin: 12px 0 0 0px;
	padding: 0;
	color: #035091;
	font-size: 1.4em;
	line-height: 1em;
}

h5 {
	margin: 12px 0 0 0px;
	font-size: 1.2em;
}

h6 {
	margin: 6px 0 0 0px;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

p {
	margin: 6px 0 0 0px;
	padding: 0;
}
	p.clear {
		clear: both;
	}
	
	p.more {
		display: block;
		background-color: #035091;
		margin: 20px;
		padding: 8px;
		font-size: 1em;
		font-weight: bold;
		text-align: right;
		color: white;
	}
	
	p.more a {
		color: white;
		text-decoration: underline;
	}
	
	p.more a:hover {
		color: white;
		text-decoration: underline;
	}
	
	p.more a:visited {
		color: white;
		text-decoration: underline;
	}
	
ul, ol {
	margin: 6px 30px 10px 30px;
	padding: 0;
	font-size: 1em;
}

li {
	list-style: disc;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1em;
}

hr {
	background-color: #035091;
	color: #035091;
	height: 1px;
	border: 0;
	margin: 10px 20px;
}
blockquote {
	width: 100%;
	text-align: center;
}

input,
select {
	border:1px solid #000000;
	font-size:0.9em;
	margin:0;
	padding:1px;
}

.note {
	font-size: .9em;
	color: gray;
}

.error {
	color:red;
}

a {
	color:navy;
	text-decoration:underline;
}

a:hover {
	color:#F08B15;
}


table.searchResults, table.searchForm {
	background-color:#02457C;
}

table.searchResults td.clpboldwhite {
	color:#FFFFFF;
}

table.data th, table.data td {
	padding:2px;
}

table.data th {
	font-size:13px;
	text-align:left;
}

.clpFormLabel {
	FONT-WEIGHT: bold;
	color: #2591FF;
	border-right: 1px solid #000000;
}
.clpSearchTitleText, a.clpSearchTitleText:link, a.clpSearchTitleText:visited, a.clpSearchTitleText:hover {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	background: #02457C;
	padding: 2px;
}
.clpSearchField {
	background-color : F3EFE0;
	border : thin solid #cd9967 1;
	font : 11px;
}
.clpSearchButton {
	background-color : #cd9967;
	font : bold 11px;
	color: white;
	border : thin outset #cd9967;
}
.clpLoginButton {
	background-color : #02457C;
	font : bold 11px;
	color: white;
	border : thin outset #02457C;
}
.clpLoginField {
	background-color : F3EFE0;
	border : thin solid #02457C 1;
	font : 11px;
}
.clpinput {
	background-color : white;
	border : thin solid #001A4A 1;
}
.clpButtonRight {
	background-color : white;
	border : thin solid #001A4A 1;
}

table.data, table.data td, table.data tr {
	margin: 0px;
}

table.data td {
	padding: 5px;
}

table.data {
	border: 1px solid black;
}

table.data tr.subheading td {
	background-color: #F3C263;
	padding: 0px 3px 0px 3px;
	height: 10px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	font-weight: bold;
}

table.data tr.subheading td.RowHeader {
	width: 175px;
	border-right: 2px solid black;
	border-bottom: 1px solid black;
	text-align: right;
}

table.data tr td.RowHeader {
	width: 175px;
	border-right: 2px solid black;
	background-color: #717171; 
	border-bottom: 1px solid black;
	color: white;
	text-align: right;
	font-weight: bold;
}

table.data tr td.RowHeader a {
	color: white;
	text-decoration: underline;
}

table.data tr td.RowHeader a:hover {
	color: white;
	text-decoration: none;
}

table.data tr.total td {
	background-color: #717171; 
	padding: 0px 3px 0px 3px;
	color: white;
	font-weight: bold;
	border-top: 1px solid black;
}

table.data tr.total td.RowHeader {
	border-top: none;
	border-bottom: none;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}

table.data th {
	background-color: #FFAD2D;
	padding: 10px;
	color: #001A4A;
	font-size: 12px;
	border-bottom: 1px solid black;
	text-align: left;
}

td.fieldLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

span.fieldLabel {
	font-weight: bold;
}

caption {
	display: none;
}

.required {
	font-size: 9px;
	color: red;
	font-weight: normal;

}

tr.Even {
	background-color: #E5E5E5;
}

.hint {
	font-size:9px;
