body
{
	font-size:11px;
	font-family:Tahoma,Arial,Verdana;
	background-color:#D2D0D0;
}

td
{
	font-size:11px;
	font-family:Tahoma,Arial,Verdana;
}

.IntputText
{
	border-top:solid 1px #080808;
	border-left:solid 1px #080808;
	border-right:solid 1px #EFEFEF;
	border-bottom:solid 1px #EFEFEF;
	height:17px;
}

.NewsDate
{
	font-weight:bold;
	color:#FF6600;
}

.LeftNavItem
{
	border-bottom:dotted 1px #535353;
}

/* Main left links*/
a.LeftNav:link
{
	text-decoration:none;
	width:100%;
	color:#080808;
	padding-left:3px;
	padding-top:3px;
	height:20px;
	text-transform:uppercase;
}

a.LeftNav:visited
{
	text-decoration:none;
	width:100%;
	color:#080808;
	padding-left:3px;
	padding-top:3px;
	height:20px;
	text-transform:uppercase;
}

a.LeftNav:hover
{
	text-decoration:none;
	width:100%;
	height:20px;
	color:#080808;
	background-color:#C0C0C0;
	padding-left:3px;
	padding-top:3px;
	text-transform:uppercase;
}


.SubMenuHolder
{
	border-top:dotted 1px #535353;
	width:100%;
	background-color:#C7C5C5;
}

/* Sub left links*/
a.LeftSubLink:link
{
	text-decoration:underline;
	color:#080808;
}

a.LeftSubLink:visited
{
	text-decoration:underline;
	color:#080808;
}

a.LeftSubLink:hover
{
	text-decoration:underline;
	color:#080808;
}


.HorGraySeparator
{
	background-image:url(../Images/hor_gray_sep.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
}

.VertGraySeparator
{
	background-image:url(../Images/vert_gray_sep.gif);
	background-repeat:repeat-y;
	width:1px;
	height:100%;
	margin-left:3px;
	margin-right:3px;
}


