.TextBox
{
	width:										100%;
	margin-bottom:								30px;
	/*border:										1px solid #ff00ff;*/
}

.TextBox .innerText
{
	float:										left;
	width: 										290px;
	margin:										10px auto;
	/*border:										1px solid #ff00ff;*/
}

.TextBox .innerText a:hover
{
	color:										#eeeeee;
}

.TextBox .innerText strong
{
	color:										#aaaaaa;
}

.TextBox .innerText small
{
	font-size:									10px;
}