a{	text-decoration: none;}
a:visited{	text-decoration: none;}


/*Link-white & 8pt*/
.wlink8{
	font-family: sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/*Link-white & 8pt & bold*/
.wlink8b{
	font-family: sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/*Link-white & 10pt*/
.wlink10{
	font-family: sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/*Link-white & 10pt & bold*/
.wlink10b{
	font-family: sans-serif;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/*Link-white & 7pt*/
.wlink7{
	font-family: sans-serif;
	color: white;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/*Big blue action buttons*/
.bigbutton {
	font-family: sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/box3.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.bigbutton {
	font-family: sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/box3.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/*small blue box with arrow - aligned left*/
.details{
	font-family: sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	background-image: url(images/details.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 30px;
}

/*small blue box with arrow - aligned right*/
.rdetails{
	font-family: sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	background-image: url(images/details.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	padding-right: 15px;
}


.text{
	font-family: sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	text-align: left;
}

.jtext{
	font-family: sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	text-align: justify;
}

.ctext{
	font-family: sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	text-align: center;
}

.ltext{
	font-family: sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	text-align: left;
}

.rtext{
	font-family: sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	text-align: right;
}


.text-white{
	font-family: sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: normal;
	text-align: left;
}

.ctext-white{
	font-family: sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: normal;
	text-align: center;
}


.title{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: 000086;
	padding-left: 0px;
	text-decoration: none;
}

.title-white{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding-left: 0px;
	text-decoration: none;
}

.ctitle{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: 000086;
	text-decoration: none;
	text-align: center;
}

.ctitle-white{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding-left: 0px;
	text-decoration: none;
	text-align: center;
}

.stitle{
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: 446049;
}

.cstitle{
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: 446049;
	text-align: center;
}

.stitle-white{
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
}

.steps {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 30px;
	background-image: url(images/step.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.banner {
	font-family: sans-serif;
	color: 000086;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding: 20px;
	background-image: url(images/natBanner2.jpg);
	background-repeat: no-repeat;
	width: 200px;
}

.menu {
	font-family: sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;	background-image: url(images/button11.gif);
	background-repeat: no-repeat;
}

.submenu {
	font-family: sans-serif;
	color: white;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	background-image: url(images/link2.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	
}