h1 {
	color: #970000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(/images/h1_bg.gif);
	background-repeat: no-repeat;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0a2972;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#breadcrumbs {
	text-align: right;
	font-size: 10px;
	color: #213b99;
}

a:link,
a:active,
a:visited {
	color: #0a2972;
}
a:hover {
	color: #6a121b;
}

.cb_title {
	color: #0a2972;
	font-weight: bold;
	background-image: url(/images/cb_title_bg.jpg);
	padding: 15px 0px 8px 5px;
	background-repeat: repeat-x;
}

.cb_bottom {
	background-image: url(/images/cb_bottom_bg.jpg);
}

.cb_left {
	background-image: url(/images/cb_left_bg.jpg);
}

.cb_right {
	background-image: url(/images/cb_right_bg.jpg);
	background-position: 9px 0px;
}

.cb_content {
	padding: 4px 0px 4px 0px;
}

.cb_learn_more {
	padding: 0px 6px 4px 0px;
}

.cb_learn_more a {
	text-decoration: none;
	font-weight: bold;
}

.cb_image {
	padding: 4px 0px 0px 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

th {
	color: #999999;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

.evenrow {
	background-color: #ffffff;
}

.oddrow {
	background-color: #f7f7f7;
}

.padding_adjust {
	position: relative;
	left: -3px;
}

input,
select,
textarea {
	font-family: sans-serif;
	font-size: 11px;
}

.top_field {
	padding-top: 6px;
}

.message {
	color: #970000;
	font-weight: bold;
	padding: 3px;
	border-top: 1px solid #f2d5d5;
	border-bottom: 1px solid #f2d5d5;
	background-color: #fff5f5;
}

.required {
	color: #970000;
	font-weight: bold;
}

.required_help {
	text-align: right;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 6px;
}

.button {
	width: 75px;
	border: 1px solid #999999;
	color: #434343;
	cursor: pointer;
	background-image: url(/images/top_menu_bg.gif);
	background-position: 0px -1px;
}

.button_over {
	width: 75px;
	background-image: url(/images/top_menu_over_bg.gif);
	background-position: 0px -1px;
	border: 1px solid #00399f;
	color: #ffffff;
	cursor: pointer;
}

.nopadding {
	padding: 0px;
	margin: 0px;
}

.border_image {
	border: 1px solid #d8d8d8;
}

.no_indent {
	padding-left: 7px;
	margin-left: 7px;
}

.output_item_bottom {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	padding-top: 10px;
}

.output_item_top {
	padding-top: 10px;
}