body {
	margin:0px;
	padding:0px;
	font-family:tahoma,Arial, Helvetica, sans-serif;
}

div {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:125%;
	margin:0px 0px 10px 0px;
	padding:0px;
}

p {
	font-size:75%;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.pageWrapper {
	width:980px;
	float:left;
}

.header {
	width:100%;
	float:left;
	background:#3d5480 url("../_images/grad_2.gif") repeat-x top left;
}

.header .logo {
	float:left;
	padding:10px 0px 0px 30px;
	display:inline;
}

.header .title {
	float:right;
	padding:20px 8px 0px 0px;
	display:inline;
}

.header ul.tabs {
	clear:both;
	float:left;
	padding:10px 0px 0px 30px;
	margin:0px;
	display:inline;
	width: 900px;
}

.header ul.tabs li {
	float:left;
	padding:0px;
	margin:0px 1px 0px 0px;
	list-style:none;
}

.header ul.tabs li a {
	padding:0px;
	margin:0px;
}

.header ul.tabs li a img {
	padding:0px;
	margin:0px;
	border:none;
	float:left;
}

.header .exit {
	float:left;
	clear:both;
	background:#fff url("../_images/grad_1.gif") repeat-x bottom left;
	border-bottom:1px solid #c7d0dc;
	width:100%;
	height:23px;
}

.header .exit a {
	background:url("../_images/icon_exit.gif") no-repeat right;
	display:block;
	float:right;
	padding:5px 22px 5px 0px;
	margin:0px 8px 0px 0px;
	text-transform:uppercase;
	font-size:69%;
	color:#32466f;
	font-weight:bold;
	text-decoration:none;
}

.header .exit a:hover {
	text-decoration:none;
}


.bodyStyle1,
.bodyStyle2 {
	clear:both;
	float:left;
	width:100%;
	min-height:550px;
}

.bodyStyle1 .content {
	clear:both;
	float:left;
	width:420px;
	min-height:450px;
	padding:20px 0px 0px 30px;
}

.bodyStyle1 .content p {
	color:#333;
}

.bodyStyle1 .content p a {
	color:#7390ba;
	text-decoration:none;
}

.bodyStyle1 .content p a:hover {
	color:#ff6600;
	text-decoration:none;
}

.bodyStyle2 .content {
	float:left;
	width:700px;
	padding:5px 0px 0px 50px;
}

.bullets {
	float:left;
	clear:both;
	width:200px;
	min-height:450px;
	margin:0px;
	padding:20px 0px 0px 0px;
}

.bullets .text {
	float:left;
	background:url("../_images/dot_hor.gif") repeat-x bottom left;
	padding-bottom:10px!important;
}


.bullets .text .last {
	padding-bottom:10px!important;
	background:url("../_images/dot_hor.gif") repeat-x bottom left;
}

.bullets h2,
.content h2 {	
	float:left;
	clear:left;
	color:#003481;
	font-size:87%;
	font-weight:bold;
	padding:0px;
	margin:0px;
	width:100%;
}

.content p {
	clear:left;
}

.bullets p {
	float:left;
	clear:left;
	width:200px!important;
	font-weight:normal!important;
	color:#333!important;
	margin:0px 0px 10px 0px !important;
	padding:0px!important;
}

.bullets ul,
.content ul {
	clear:left;
	float:left;
	margin:0px 0px 10px 0px ;
	padding:0px 0px 10px 10px;
}

.bullets ul li,
.content ul li{
	clear:left;
	float:left;
	width:180px;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size: 75%;
	background:url("../_images/bullet.gif") no-repeat top left;
	list-style:none;
}

.bullets ol {
	float:left;
	width:200px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:url("../_images/dot_hor.gif") repeat-x bottom left;
}

.bullets ol li {
	width:185px;
	font-size: 75%;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 15px;
	color:#333;
}

.bullets ol li.item01 	{background: url("../_images/step01.gif") no-repeat top left;padding-top:0px;}
.bullets ol li.item02 	{background: url("../_images/step02.gif") no-repeat top left;}
.bullets ol li.item03 	{background: url("../_images/step03.gif") no-repeat top left;}
.bullets ol li.item04 	{background: url("../_images/step04.gif") no-repeat top left;}
.bullets ol li.item05 	{background: url("../_images/step05.gif") no-repeat top left;}
.bullets ol li.item06 	{background: url("../_images/step06.gif") no-repeat top left;}
.bullets ol li.item07 	{background: url("../_images/step07.gif") no-repeat top left;}
.bullets ol li.item08 	{background: url("../_images/step08.gif") no-repeat top left;}
.bullets ol li.item09 	{background: url("../_images/step09.gif") no-repeat top left;padding-top:0px;}
.bullets ol li.item10 	{background: url("../_images/step10.gif") no-repeat top left;padding-left:20px;	width:180px;}

.navigation {
	clear:both;
	float:left;
	width:200px;
	padding:0px;
	margin:0px 0px 0px 30px;
	display:inline;
}

.navigation p{
	float:left;
	width:40px;
	padding:10px;
	margin:0px;
	display:inline;
	color:#7390ba;
	font-size:75%;
	font-weight:bold;
}

.navigation .steps {
	float:left;
	width:500px;
}

.navigation .steps a
{
	float:left;
	margin:6px 9px 0px 0px;
	color:#fff;
	font-size:69%;
	padding:3px 5px 5px 25px;
	text-decoration:none;
}
.navigation .steps a.btnPrevious
{
	background:url(../_images/btn_previous.gif) top left no-repeat;
}
.navigation .steps a.btnNext
{
	margin-left:9px;
	background:url(../_images/btn_next.gif) top left no-repeat;
	padding:3px 50px 5px 5px;
}

.navigation .steps ul{
	float:left;
	width:280px;
	padding:5px 0px 0px 0px;
	margin:0px;
	display:inline;
	border-top:3px solid #0d1c51;
	border-bottom:1px solid #0D1C51;
	
}

.navigation .steps ul li{
	float:left;
	padding:0px 0px 4px 0px;
	margin:0px;
	display:inline;
	list-style:none;
}

.navigation .steps ul li a{
	float:left;
	width:19px;
	padding:1px 0px 4px 0px;
	margin:0px 9px 0px 0px;
	display:inline;
	background:url("../_images/bg_step.gif") no-repeat top left;
	font-size:69%;
	color:#7390ba;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
.navigation .steps li.last a{
	margin:0;
}

.navigation .steps ul li.selected a{
	background:url("../_images/bg_step_selected.gif") no-repeat top left;
	color:#fff;
}

.navigation .steps ul li a:hover{
	text-decoration:none;
	background:url("../_images/bg_step_on.gif") no-repeat top left;
}


.navigation ul.options{
	float:left;
	width:271px;
	padding:4px 0px 4px 0px;
	margin:0px;
	display:inline;
	//border-top:1px solid #0d1c51 ;
	border-bottom:1px solid #0d1c51 ;
}

.navigation ul.options li{
	float:left;
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
}

.navigation ul.options li a{
	padding:4px 6px 4px 7px;
	margin:0px;
	display:block;
	background:url("../_images/bg_option_pipe.gif") no-repeat left;
	font-size:69%;
	color:#7390ba;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.navigation ul.options li a:hover{
	text-decoration:none;
	color:#ff6600;
}

.navigation ul.options li.first a{
	padding-left:0px;
	background:none;
}

.navigation ul.options li.last {
	float:right;
}

.navigation ul.options li.last a{
	padding-left:0px;
	padding-right:0px;
	background:none;
}

p.buttonStyle {
	font-size:100%;
	margin:4px 0px 10px!important;
	padding:0px;
	width:auto!important;
	border:1px solid #b2c2d9;
	border-bottom:1px solid ##b4c3da;
	border-right:1px solid ##b4c3da;
	background:url("../_images/grad_3.gif") repeat-x top left;
}

p.buttonStyle a {
	display:block;
	float:left;
	padding:5px 5px 5px 26px;
	background:url("../_images/icon_info.gif") no-repeat top left;
	color:#7390ba;
	font-weight:bold;
	font-size:75%;
	text-transform:uppercase;
	text-decoration:none;
}

p.buttonStyleAlt {
	font-size:75%;
	margin:0px 0px 0px 0px!important;
	width:auto!important;
	white-space:nowrap;
}

p.buttonStyleAlt a {
	background:url("../_images/icon_target.gif") no-repeat top left;
}
p.buttonStyle a:hover {
	text-decoration:none;
}

#exit,
#print {
	display:none;
}

.bgImage01 {
	 background:url("../_images/outro-img-01.jpg") no-repeat bottom right;
}

.bgImage02 {
	 background:url("../_images/intro-img-01.jpg") no-repeat bottom right;
}
ul.listStyle01
{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.listStyle01 li
{
	padding:0px 0px 10px 0px;
	background:none;
	width:100% !important;
}
ul.listStyle01 li a
{
	padding:0px;
	color:#7390BA;
	text-decoration:none;
}
ul.listStyle01 li a:hover
{
	color:#FF6600;
	text-decoration:none;
}