#Entry
{
	margin: 35px;
	margin-left: 300px;
}
#Entry h2
{
	font-size: 130%;
	color: #004aae;
}
#EntryText
{
	font-size: 80%;
	line-height: 150%;
	margin-top: 15px;
}
#EntryText img
{
	margin: 10px;
	float: left;
}
#EntryText p
{
	margin-bottom: 17px;
}
#EntryText strong, #EntryText b
{
	font-weight: bold;
}
#EntryText i, #EntryText em
{
	font-style: italic;
}
#EntryText u
{
	text-decoration: underline;
}
#EntryText ul, #EntryText ol, #EntryText li
{
	list-style: disc;
}
#EntryText ul, #EntryText ol
{
	margin-left: 20px;
	margin-bottom: 13px;
}
#TextSize
{
	width: 40px;
	height: 16px;
	float: right;
}
#Increase
{
	width: 16px;
	float: right;
	height: 14px;
	background: transparent url(Images/Increase.gif) no-repeat scroll top left;
}
#Decrease
{
	width: 16px;
	float: left;
	height: 14px;
	background: transparent url(Images/Decrease.gif) no-repeat scroll bottom right;
}
#Increase, #Decrease
{
	cursor: pointer;
}
p.Date
{
	font-size: 70%;
	margin: 10px 0;
	color: #333;
}

.BackToNews
{
	font-size: 70%;
	margin: 10px 0;
}
.BackToNews a
{
	color: #004aae;
	text-decoration: none;
}