.articleTable
{
	border: 0px solid silver;
	width: 100%;
	height: 100px;
}

.articleTitleLeft
{
	text-align:left;
	font-weight: bold;
	padding-left: 1px;
	border-bottom: 0px solid white;
	height: 20px;
	/*background-image: url(../Images/Backgrounds/articleTitle.gif);*/
}

.articleTitleRight
{
	text-align: right;
	padding-right: 3px;
	border-bottom: 0px solid white;
	height: 20px;
	/*background-image: url(/Images/Backgrounds/articleTitle.gif);*/
}

.articleContent
{
	padding: 3px;
	vertical-align : top;
	
	
}

.articleBottom
{
	height: 5px;
	text-align: right;
	padding: 3px;
}

h1
{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	font-weight:bold;
	}
