@charset "utf-8";
*
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
}

body
{
	background: #C5C5C5 url(../images/background_main.png) repeat-x scroll 0 0;
}

img
{
	behavior: url(iepngfix/iepngfix.htc);
}

.logo
{
	padding: 10px;
}

#NewsViewer
{
	padding: 10px 80px 10px 80px;
	min-height:470px;
	font-size: 12px;
}

#PressRoomHeader
{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#NewsPostedHeader
{
	font-size: 10px;
}

#NewsHeader
{
	padding-top:20px;
	position:relative;
	font-size:16px;
	font-weight:bold;
}

#NewsText
{
	padding: 0px 0px 0px 0px;
}

#ShowAll
{
	padding-top: 20px;
}

#NewsSpacer
{
	min-height:25px;
}

#Footer
{
	background:url(../images/productpages/Bottom_Bar.gif);
	padding-bottom: 8px;
}

.clear
{
	clear: both;
}

a
{
	text-decoration:none;
	color:#981039;
	text-transform:uppercase;
	font-weight:bold;
}

#Wrapper
{
	width:850px;
	position: relative;
	margin:auto;
	background-color:#FFF;
}