td {
	vertical-align:top;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
	padding:0px;
	margin:0px 0px 8px 0px;;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0238a2;
	padding:0px 0px 6px 0px;
	margin:0px;
}

.sectionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #0238a2;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #3e3e3e;
	margin:0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding:0px 2px 0px 0px;
	margin:0px;
	border-bottom: 1px #efede2 solid;
}

p {
	margin: 0px 0px 16px 0px;
}

a:link,
a:active,
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #0238a2;
	text-decoration:underline;
}

.imgborder {
	border: 1px solid #3e3e3e;
}

.img_border {
	background-image: url(../images/bg_image.gif);
	background-repeat:repeat-y;
	padding: 11px 16px 11px 14px;
}

.img_border_narrow {
	background-image: url(../images/bg_image_n.gif);
	background-repeat:repeat-y;
	padding: 11px 16px 11px 14px;
}

.img_border_wide {
	background-image: url(../images/bg_image_w.gif);
	background-repeat:repeat-y;
	padding: 11px 16px 11px 14px;
}

.img_border_th{
	background-image: url(../images/bg_image_th.gif);
	background-repeat:repeat-y;
	padding: 11px 16px 11px 14px;
}

.tabletitle {
	background-color: #0238a2;
	font-weight: bold;
	color: #ffffff;
}

li {
	list-style: square;
	margin:0px;
	padding: 0px;
}

ul {
	margin:0px;
	padding: 4px 4px 4px 16px;
}

.nicebutton {
	border:none;
	background-color: #02379f;
	color:#ffffff;
	padding:0px 4px 0px 4px;
	margin:0px;
	font-size:12px;
	font-family: Trebuchet MS;
	height:19px;
	cursor:pointer;
}

.required {
	color:#a20000;
}

.formTitle {
	text-align:right;
	padding-right:10px;
}

.cb_top_white {
	width: 350px;
	background-image: url(../images/cb_top_white.gif);
	background-repeat: no-repeat;
	height: 37px;
	color: #FFFFFF;
	font-weight: bold;
}

.cb_bottom_white {
	width: 350px;
	background-image: url(../images/cb_bottom_white.gif);
	background-repeat: no-repeat;
	height: 25px;
	color: #FFFFFF;
}

.cb_white {
	width: 350px;
	background-image: url(../images/bg_cb_white.gif);
	background-repeat:repeat-y;
	color:#000000;
}

.green_border {
	border-right: 1px #dae6bf solid;
	vertical-align: middle;
}

.white_border {
	border-right: 1px #ffffff solid;
}

.white_bar {
	background-image: url(../images/white_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.bluecolor {
	color: #0238a2;
	line-height: 13px;
}

.contentboxgray {
	background-image: url(../images/bg_cb_gray.gif);
	background-repeat: repeat-y;
	padding: 0px 15px 0px 15px;
}

.evenrow {
	background-color: #efede2;
}