﻿.pressArticle
{
	float: left;
	width: 130px;
	padding: 5px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: White;
}

.pressArticle a, .pressArticle a:link, .pressArticle a:visited
{
	padding-top: 1px;
	color: #444;
	text-decoration: none;
}

.pressArticle a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.informationTable
{
	border: 2px solid #777;
	background-color: #f4f1ec;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;	
}

.informationTable th
{
	background-color: #e3e0db;
}

.standoutBlock
{
	background-color: #f4f1ec;
	padding: 25px;
	border: 3px solid #e3e0db;
}

.standoutBlock h2
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	color: #333;
}

.standoutBlock p
{
	margin-top: 0px;
}