html 
	{
	height: 					100%;
	min-height: 				100%;
	margin: 					0;
	margin-bottom: 				18px;
	padding: 					0;
	}

body 
	{
	background-image: 			url(/images/left-column.gif);
	background-repeat: 			repeat-y;
	background-position: 		left;
	background-color: 			#FFFFFF;
	font-family: 				Arial, san-serif;
	font-size: 					9pt;
	line-height: 				18pt;
	font-weight: 				normal; 
	font-style: 				normal;
	text-indent: 				0;
	text-decoration: 			none;
	text-align: 				left;
	color:						#454545;
	margin:						0;
	}
	
img
	{
	margin:						0;
	border:						0;
	padding: 					0;
	}
	
img.left
	{
	margin-right:				12px;
	margin-bottom:				12px;
	border:						0;
	padding: 					0;
	}
	
img.right
	{
	margin-left:				12px;
	margin-bottom:				12px;
	border:						0;
	padding: 					0;
	}
	
table
	{
	border-collapse: 			collapse;
	border:						0;
	margin:						0;
	}
			
td 
	{
	padding:					0; 
	border:						0;
	}

th
	{ 
	padding:					0; 
	border:						0;
	}

p 
	{
	font-family: 				Arial, san-serif;
	font-size: 					9pt;
	line-height: 				18pt;
	font-weight: 				normal; 
	font-style: 				normal;
	text-indent: 				0;
	text-decoration: 			none;
	text-align: 				left;
	color:						#454545;
	margin-bottom: 				12px;
	}

p.centered 
	{
	text-align: 				center;
	}

p.right 
	{
	text-align: 				right;
	}

h1	
	{
	font-size: 					12pt;
	line-height: 				14pt;
	font-weight: 				bold;
	color:						#2D3672;
	margin-top: 				24px;
	margin-bottom: 				0;
	}

h2	
	{
	font-size: 					10pt;
	line-height: 				12pt;
	font-weight: 				bold;
	color:						#2D3672;
	margin-top: 				18px;
	margin-bottom: 				0;
	}

h3
	{
	font-family: 				Arial, san-serif;
	font-size: 					9pt;
	line-height: 				10pt;
	font-weight: 				bold; 
	font-style: 				normal;
	text-indent: 				0;
	text-decoration: 			none;
	text-align: 				left;
	color:						#454545;
	margin-bottom: 				0;
	}
	
a:link 
	{ 
	text-decoration: 			none;
	color:						#4A9097;
	}

a:hover 
	{ 
	color:						#FFFFFF;
	text-decoration: 			none;
	background-color:			#4A9097;
	}

a:active 
	{ 
	text-decoration: 			none;
	color:						#BF1E2E;
	background-color:			#4A9097;
	}

a:visited 
	{ 
	text-decoration: 			none;
	color:						#2D3672;
	}

a:focus 
	{
	outline: 					none;
	}
	
.toplink 
	{
	font-size: 					9pt;
	font-variant: 				small-caps;
	font-weight: 				normal;
	text-decoration: 			none;
	color: 						#4A9097;
	}
