/* CSS Document */

	A			{ color: #000000; text-decoration: none; } 
	A:link		{ color: #000000; text-decoration: none; } 
	A:visited	{ color: #000000; text-decoration: none; } 
	A:active	{ color: #000000; text-decoration: underline; } 
	A:hover		{ color: #000000; text-decoration: underline; } 

	body {
	background-color: #FFFFFF;
	}	

/*Structure Elements*/

	#container {
	width: 1000px;
	}
	
	#col_01 {
	width: 180px;
	position: absolute;
	top: 20px;
	left: 20px;
	padding-right:20px;
	font-family:arial,sans-serif;
	color:#606726;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	}
	
	#col_02 {
	width: 800px;
	position: absolute;
	top: 20px;
	left: 220px;
	}
	
	.introduction {
	font-family:arial,sans-serif;
	color:#606726;
	font-size:11px;
	font-weight:bold;
	line-height:150%;
	padding-right:400px;
	}
	
	.yellow {
	color:#DE8500;
	}
