body, div, dd, dt, dl, span, img, p, h1, h2, h3, h4, h5, form, hr, fieldset, label, input, select, radio, a, textarea
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f6f6f;
}

body
{
	font-size: 69%;
}

p
{
	margin: 0px 0px 10px 0px;
}

sup
{
	vertical-align: text-top;
	font-size: 66%;
}

h1
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 200%;
	color: #6F6F6F;
	padding-bottom: 6px;
}

h2
{
	font-family: "Times New Roman" , Times, serif;
	font-weight: bold;
	font-size: 136%;
	color: #6F6F6F;
}

h2.tilde
{
	font-size: 127%;
	background: url(../images/tilde.gif) 0px 6px no-repeat;
	padding-left: 11px;
	text-transform: capitalize;
}

h2.uppercase
{
	text-transform: uppercase;
}

h2.faqs
{
	font-size: 109%;
	background: url(../images/circle_question_mark.gif) 0px 2px no-repeat;
	padding-left: 18px;
	text-transform: uppercase;
	color: #708EB6;
}

h2.articles
{
	font-size: 109%;
	background: url(../images/file_bitmap.gif) 0px 2px no-repeat;
	padding-left: 18px;
	text-transform: uppercase;
	color: #708EB6;
}

h2.calculators
{
	font-size: 109%;
	background: url(../images/calc_bitmap.gif) 0px 2px no-repeat;
	padding-left: 18px;
	text-transform: uppercase;
	color: #708EB6;
}

h2.forms_paper
{
	font-size: 109%;
	text-transform: uppercase;
	color: #708EB6;
	padding-left: 18px;
	background: url(../images/paper.gif) 0px 2px no-repeat;
}
h2.forms_online
{
	font-size: 109%;
	text-transform: uppercase;
	color: #708EB6;
	padding-left: 18px;
	background: url(../images/online_icon.gif) 0px 2px no-repeat;
}

h3
{
	font-weight: bold;
	font-size: 100%;
	color: #708EB6;
	padding-bottom: 1%;
}

h4
{
	font-weight: bold;
	font-size: 109%;
	color: #708EB6;
	padding-bottom: 1%;
}

h5
{
	font-size: 145%;
	font-family: "Times New Roman" , Times, serif;
	padding-bottom: 6px;
}

/* Lists */
ul
{
	margin: 4px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

ul li
{
	background: url(../images/red_dot.gif) left 5px no-repeat;
	padding: 0px 0px 2px 10px;
	margin: 0px 20px 0px 20px;
}

ul.long_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list_link, ul.blue_list_link
{
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

ul.dbl_arrow_link_list
{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

ul li ul
{
	margin: 4px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul li ul li
{
	background: url(../images/blue_dot.gif) left 5px no-repeat;
	padding: 0px 0px 2px 10px;
}

/* Text */
.bluebold
{
	font-weight: bold;
	color: #7693b9;
	font-style: normal;
}


.disclaimer_title
{
	font-size: 110%;
	font-weight: bold;
	color: #8C8A8A;
}
/* LINKS */
a.arrow_link
{
	text-decoration: none;
	padding-left: 9px;
	background: url(../images/dbl_rt_arrow.gif) left 5px no-repeat;
	display: block;
}

a.blue_arrow_link
{
	font-weight: bold;
	color: #708EB6;
	text-decoration: none;
	padding-left: 9px;
	background: url(../images/dbl_rt_arrow.gif) left 5px no-repeat;
	display: block;
}

a.inline_arrow_link
{
	padding-left: 9px;
	background: url(../images/dbl_rt_arrow.gif) left 5px no-repeat;
	text-decoration: none;
}



/* Horizontal Rule */
hr
{
	clear: left;
	border: 1px dashed #D4d4d4;
	height: 0px;
	margin: 5px 0px 16px 0px;
}

/* Images */
#page_content img.img_top_left, #page_content td.left_img_top img
{
	float: left;
	margin: 0px 20px 20px 0px;
}

#page_content img.img_top_right, #page_content td.right_img_top img
{
	float: right;
	margin: 0px 0px 20px 20px;
}

#page_content img.img_left, #page_content td.left_img img
{
	float: left;
	margin: 20px 20px 20px 0px;
}

#page_content img.img_right
{
	float: right;
	margin: 20px 0px 20px 20px;
}

a:hover
{
	color: #B5222a;
}

/* TABLES */
.table_4col {
	float: left;
	border-top: 1px solid #DCDCDC;
	margin-top:10px;
}

.table_4col th {
	text-align: left;
}

.table_4col tbody tr {
	background: #F1EEDE;
}

.table_4col tbody tr.alt {
	background: #FCFAEF;	
}

.table_4col tbody td {
	border-left: 1px solid #FFFFFF;	
}

.table_4col thead th {
	padding: 11px;
	margin-top: 1px;
	border-left: 1px solid #FFFFFF;
	background: url(../images/th_bg.gif) left 1px repeat-x;
}

.table_4col thead th.first {
	border: none;	
}

.table_4col thead th a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	background: url(../images/frm_dbl_rt_arrow.gif) left 4px no-repeat;
}

.table_4col tbody tr td, .table_4col tbody tr th {
	padding: 8px 10px;	
}

tr.sublinks, tr.sublinks th {
	background: #D3D1BD;
}

tr.sublinks td {
	padding: 5px 10px;
	margin: 3px 0px;
	border: none;
	background: url(../images/td_sublinks_bg.gif) left top #D3D1BD repeat-y;	
}

tr.sublinks td.first {
	background-image: none;	
}

tr.sublinks td span {
	float: left;
	display: block;
	padding-left: 12px;
	background: url(../images/paper.gif) 0px 2px #D3D1BD no-repeat;
}

tr.sublinks td span.plus {
	float: left;
	display: block;
	font-weight: bold;
	padding-left: 13px;
	background: url(../images/plus.gif) 0px 2px #D3D1BD no-repeat;
}

tr.sublinks td span.minus {
	float: left;
	display: block;
	font-weight: bold;
	padding-left: 13px;
	background: url(../images/minus.gif) 0px 3px #D3D1BD no-repeat;
}

tr.sublinks td span.none {
	float: right;
	display: block;
	background: #D3D1BD;
}

.table_4col tbody th {
	color: #708EB6;
}

.table_4col tfoot {
	height: 8px;
	background: url(../images/tfoot_bg.gif) left bottom repeat-x;
}

.table_4col tfoot.short {
	height: 3px;
	background: url(../images/tfoot_bg_short.gif) left bottom repeat-x;
}
