* html body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #154D80;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #154D80;
	text-align: left;
}

p {
	text-align: left;
}

div.lightbluebg {
	width: 800px;
	background-color: #aec1d2;
	padding-bottom: 10px;
}

div.whitebg {
	width: 770px;
	background-color: #FFFFFF;
}

div.topbar {
	width: 800px;
	height: 42px;
}

div.fdichome {
	float: none;
	width: 187px;
	height: 30px;
}

div.flag {
	float: left;
	width: 613px;
	height: 30px;
}

div.topnav {
	width: 768px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

td.nav {
	background: url(images/bgNav.gif) top center repeat-x;
}

div.explain {
	background-color: #F3F6F8;
	padding: 10px;
	text-align: left;
}

span.uninsured {
	color: #CC0000;
	font-weight: bold;
}

div.wrapper {
	width: 770px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

div.calculator {
	width: 570px;
	margin-left: 33px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.report {
	width: 580px;
	margin-left: 30px;
	margin-bottom: 15px;
}

div.action {
	width: 570px;
	margin-left: 38px;
	margin-bottom: 15px;
}

.actionbutton {
	width: 120px;
}

img.add {
	margin-top: 15px;
	margin-bottom: 5px;
}

table {
	border: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #154D80;
}

td.accounttype {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

td.accounttypeheader {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #154d80;
}

td.account {
	background-color: #F3F6F8;
}

td.uninsured {
	padding: 5px;
	background-color: #FCE8E5;
}

td.bgblue {
	background-color: #87aacb;
}

td.bgltgreen {
	background-color: #e9f2ec;
}

td.bgltgray {
	background-color: #f6f9f7;
}


.pointer {
	cursor: pointer;
}

#info_div {
	margin: 20px;
}


li { 
	text-align: left;
	margin-bottom: 4px;}
	
li.check { 
	background-image: url(images/check_bullet.gif); 
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0 3px 28px; 
	margin: .4em 0;
	font-size: 14px;
	text-align: left;}

span.lggreen {
	color: #146735;
	font-size: 14px;
	font-weight: bold;
}

a:visited { color: #2471bf; text-decoration: underline; }
a:link { color: #2471bf; text-decoration: underline; }
a:active { color: #2471bf; text-decoration: underline; }
a:hover { color: #146735; text-decoration: underline; }
a.boldgreen:visited { color: #146735; font-weight: bold; text-decoration: none; }
a.boldgreen:link { color: #146735; font-weight: bold; text-decoration: none; }
a.boldgreen:active { color: #146735; font-weight: bold; text-decoration: none; }
a.boldgreen:hover { color: #146735; font-weight: bold; text-decoration: underline; }

