#Entry
{
	margin: 35px;
	margin-left: 300px;
}
#Entry h2
{
	font-size: 130%;
	color: #004aae;
}
#EntryText
{
	font-size: 80%;
	line-height: 190%;
	margin-top: 15px;
}
#EntryText img
{
	margin: 10px;
}
#EntryText p
{
	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;
}

#News
{
	font-size: 80%;
	border-collapse: none;
	border: none;
	margin-top: 20px;
	width: 70%;
}

#News td
{
	vertical-align: top;
	padding: 5px 0;
	line-height: 18px;
}

#News td.Date
{
	width: 85px;
	height: 30px;
}

#News td a
{
	text-decoration: none;
	color: black;
}
#News td.Date a
{
	color: #0049ad;
}

#MonthSelect
{
	margin-top: 20px;
	margin-bottom: 15px;
}
#MonthSelect #Years
{
	float: left;
	width: 70px;
}
#MonthSelect table
{
	font-size: 75%;
	margin-left: 100px;
	width: 500px;
	color: #9c9c9c;
	position: relative;
	top: -10px;
}
#MonthSelect td
{
	padding: 5px;
}
#MonthSelect a
{
	color: #0060d3;
	text-decoration: none;
}