body {
	font-family: Lucida Grande, arial;
	font-size: 11px;
	color: #fff;
	line-height:17px;
	background-color:#000026;
	margin-left: 0px;
	margin-top: 0px;
	/*
	background-image: url(images/bg_1.jpg);
	background-repeat: no-repeat;
	*/
}



.whiteLarge {
	font-family:helvetica;
	font-size: 16px;
	color: #fff;
	line-height:17px;
}

.bold {
	font-weight:bold;
}

.greytext {
	color: #666666;

}
.orangetext {
	color: #FF3300;

}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
	
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}

.whiteLarge a:link {
	text-decoration: none;
	color: #fff;
}
.whiteLarge a:visited {
	text-decoration: none;
	color: #fff;
	
}
.whiteLarge a:hover {
	text-decoration: none;
	color: #0099FF;
}



#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;
	*/
}
