BODY {	background-color: #ffffff;
		background-position: top left;   	
		margin: 15px 15px 15px 15px;
		padding: 0px 0px 0px 0px;
		color: #000000; 
		font-size: 22px; 
		font-family: verdana; 
		font-weight: normal;
	 }

A.step 			{ 	color: #000000;
			}
A.step:link 		{ 	color: #000000;
					font-weight: bolder;
			text-decoration: none;
			}
A.step:active 	{	color: #000; 
					font-weight: bolder;
			text-decoration: none;
			}
A.step:hover 	{	color:#000;
					font-weight: bolder;
			text-decoration: none;
			}
A.step:visited	{	color: #000;
					font-weight: bolder;
			text-decoration: none;
			}
.step 		{
			font-size: 10px;
			text-decoration: none;
		}

A 			{ 	color: #000000;
			font-size: 12;
			}
A:link 		{ 	color: #01A0C6;
			font-size: 12;
			text-decoration: none;
			}
A:active 	{	color: #CC3300;
			font-size: 12; 
			text-decoration: none;
			}
A:hover 	{	color:#CC3300;
			font-size: 12;
			text-decoration: none;
			}
A:visited	{	color: #01A0C6;
			font-size: 12;
			text-decoration: none;
			}

A.button 			{ 	color: #000000;
			font-size: 10;
			}
A.button:link 		{ 	color: #01A0C6;
			font-size: 10;
			text-decoration: none;
			}
A.button:active 	{	color: #CC3300;
			font-size: 10; 
			text-decoration: none;
			}
A.button:hover 	{	color:#CC3300;
			font-size: 10;
			text-decoration: none;
			}
A.button:visited	{	color: #01A0C6;
			font-size: 10;
			text-decoration: none;
			}

A.copyright 			{ 	color: #000000;
			font-size: 9;
			}
A.copyright:link 		{ 	color: #0033ff;
			font-size: 9;
			text-decoration: none;
			}
A.copyright:active 	{	color: #CC3300;
			font-size: 9; 
			text-decoration: none;
			}
A.copyright:hover 	{	color:#CC3300;
			font-size: 9;
			text-decoration: none;
			}
A.copyright:visited	{	color: #669999;
			font-size: 9;
			text-decoration: none;
			}

.portfolio_title {
				font-size: 10px;
				letter-spacing: 1px;
	}


.title		{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #000;
				font-weight: normal;
			}

.text		{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 20px;
				letter-spacing: 1px;
				color: #000;
				font-weight: normal;
			}
.bold		{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #000;
				font-weight: bold;
			}
.bolditalic		{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #000;
				font-weight: bold;
				font-style: italic;
			}
.copyright		{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 9px;
				color: #999;
				font-weight: normal;
			}
.border		{	border-color: #000000;
				border-width: 1px;
			}