
.txtNewsHeading
{

	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica;
	
	margin-bottom:6px;
}

.txtNewsText
{
	font-size:13px;
	line-height:16px;
	
	font-family: Arial, Verdana, Geneva, Helvetica;
	
	margin-bottom:0px;
	
	line-height:16px;
	letter-spacing:0px;
}

.txtNewsFooter
{
	color:#666666;
	
	font-size:11px;
	
	font-family: Arial, Verdana, Geneva, Helvetica;
	
	margin-top:8px;
}

.txtNewsHeadingSmall
{
	color:#22222;
	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica;
	
	margin-bottom:1px;
	text-decoration:underline;
}

.txtNewsTextSmall
{
	color:#000000;
	
	font-size:11px;
	line-height:14px;	
	
	font-family: Arial, Verdana, Geneva, Helvetica;
	
	margin-bottom:0px;
}

.txtNewsFooterSmall
{
	color:#666666;
	
	font-size:11px;
	
	font-family: Arial, Verdana, Geneva, Helvetica;
	
	margin-top:3px;
}

td.tdNewsTextSmall
{
	padding:0 0 0 3;
	/* top-right-bottom-left*/
	
	cursor:pointer;
}

td.tdNewsTextSmallOn
{
	padding:0 0 0 3;
	/* top-right-bottom-left*/
	
	cursor:pointer;
	
	text-decoration:underline;
}

td.tdNews
{
	width:160px;
	
	padding:0 0 0 0;
	
	background-color:#FFFFFF;
}

td.tdNewsListHeader
{
	height:21px;
	font-weight:bold;
	font-size:12px;
	
	padding:3 3 3 3;
	/* top-right-bottom-left*/
	
	color:#FFFFFF;
	background-color:#3C7AB8;
}

td.tdNewsList1
{
	height:21px;
	padding:3 3 3 3;
	/* top-right-bottom-left*/
	
	background-color:#FFFFFF;
}

td.tdNewsList2
{
	height:21px;
	padding:3 3 3 3;
	/* top-right-bottom-left*/
	
	background-color:#F3F3F3;
}

.searchField
{
	color:#333333;
	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background-attachment: fixed;
	background-position:top left;
	background-repeat: no-repeat;
	background-image:URL("../img/main/bg_search.gif");
	
	margin-top:2px;
	
	padding-top: 3px;
	padding-left: 4px;
	
	width: 160px;
	height: 22px;
	
	border-color : #ffffff;
	border-style : solid solid solid solid;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	
	cursor: text;
}

