﻿.Interface
{
	left				: 0px;
	visibility			: visible;
	width				: 186px;
	clip				: rect(0px, 186px, 200px, 0px);
	position			: relative;
	top					: 0px;
	height				: 150px;
	background-color	: Transparent;
	overflow			: hidden;
	cursor              : pointer;
}

.Content
{
	position			: absolute;
	top					: 0px;
	left				: -200px;
	visibility			: visible;
	text-align          : left;
	height              : 150px;
	width               : 186px;
	font-size           : 10px;
}

.NewsTitle
{
    text-align          : center;
    font-size           : 12px;
    font-weight         : bold;
    margin              : 8px;
}

.NewsInfo
{
    font-style          : italic;
    text-align          : left;
}

.NewsBody
{
	font-size			: x-small;
}
