	body
	{
		background: #ffffff;
		margin: 0px;
		padding: 0px;
	}


/* firefox fix */

a:focus, a:hover, a:active { outline:none }


/* type styles */

	body, td
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 12px;
		font-weight: bold;
		line-height: 13px;
		color: #2c2c2c;
	}
	
	a:link, a:visited
	{
		color: #515504;
		text-decoration: none;
	}

	a:active, a:hover
	{
		color: #000000;
		text-decoration: none;
	}

	.subnav {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		line-height: 13px;
		text-transform: uppercase;
	}

	.bluebody {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 13px;
		color: #46899c;
	}

	.defaulttext {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 15px;
		color: #2c2c2c;
	}

	.bluetext {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 15px;
		color: #46899c;
	}

	.prompt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		line-height: 13px;
		text-transform: uppercase;
	}

	.footer {	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px;
		color: #ffffff;
	}
	

/* DIVs */

	#outer
	{
		position: relative;
		margin: 7px auto 0px auto;
		width: 933px;
	}
	

/* standard block elements */

	table, form
	{
		padding: 0px;
		margin: 0px;
		border-collapse: collapse;
	}
	
	table
	{
		border-spacing: 0px;
		empty-cells: show;
	}
	
	ul, ol
	{
		padding-left: 18px;
		padding-top: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	td
	{
		padding: 0px;
	}
	
	img
	{
 		border: none; display: block;
	}
