body {
	font-family: Lucida Grande, arial;
	font-size: 11px;
	color: #333;
	line-height:17px;
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	
}

.bold {
	font-weight:bold;
}
.greyLarge {
	font-size: 16px;

}
.orangeLarge {
	font-size: 16px;
	color: #CC0000;

}
.greyLarge {
	font-size: 16px;
	color: #666666;

}
.greytext {
	color: #666666;

}
.orangetext {
	color: #CC0000;

}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
	
}
a:hover {
	text-decoration: none;
	color: #666666;
}
li {

	list-style:none;
	
}

#htmlholder {
	margin-left:20px;
	margin-top:20px;
}



#leftholder {
	width:340px;
	float:left;
	text-align:left;
}
#rightholder {
	width:400px;
	float:left;
	text-align:left;
	
	margin-left:50px;
	/*
	margin-top:10px;
	*/
}
#rightholder2 {
	width:250px;
	float:left;
	text-align:left;
	
	margin-left:50px;
	/*
	margin-top:10px;
	*/
}