/* Default Styles */

html, body, table, td, form, img
	{
	padding: 0; margin: 0; border: 0;
	}

body
	{
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #555555;
	background-image: url('/images/refer_bkgd.jpg');
	background-color: #00247f;
	}
	
p
	{
	padding: 0; margin: 0;
	}	
	
h1
	{
	font-size: 18px;
	font-weight: bold;
	color: #0047b6;
	padding: 0; 
	margin: 0px 0px 10px 0px;
	}
	
h2
	{
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	}
	
a
	{
	text-decoration: none;
	background-color: #0047b6;
	color: #fff;
	display: inline;
	padding: 10px;
	line-height: 1.2em;
	font-weight: bold;
}	

a:hover
	{
	text-decoration: none;
	background-color: #b1b1b1;
}

	

.wrapper 	{
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


	
.text
	{
		text-align: center;
		background-color: white;
		margin: 0;
		padding: 5px 20px 20px 20px;
}

#logo {
	margin-top: 0px
}
	


img { /* kill firefox borders and Fix IE 6 PNGS*/
	border: 0;
	behavior: url("pngbehavior.htc");
}

#tt {
	width: 549px;
	margin: -75px 0 15px 25px;
}

#tt thead tr th {
	height: 118px;
	background-image: url('/img/tt_header.jpg');
	background-repeat: no-repeat;
}

#tt tbody {
	background-image: url('/img/tt_bkgd.jpg');
}

td.steps {
	width: 230px;
	text-align: center;
	background-image: none;
	border: none;
	padding: 15px 0;
}

td.content {
	background-image: none;
	border: none;
	text-align: left;
	padding: 15px;
}

td.tt_foot {
	background-image: url('/img/tt_foot.jpg');
	height: 27px;
	text-align: right;
	padding-right: 10px;
}

td.tt_foot p {
	color: white;
}

td.tt_foot a:hover {
	text-decoration: underline;
}

a.tt_link {
	background: none;
	margin: 0;
	padding: 0;
}
