/*27th dec - changed color value into lowercase*/
/*27th dec - changed to one property on one line*/


*, /*27th dec - added on 27th dec*/

/* general */
body {
	margin : 0;
	padding: 0px;
}

body, td, th, p {
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	line-height : 120%;
}

ul {
	margin : 5px;
	color : #87d300;
}

ul li {
	margin : 5px 1px 2px 15px;
	padding : 0;
}

ol {
	margin: 5px; 
	color: #000000;
}

ol li {
	/*margin: 5px 1px 2px 25px; 
	padding: 0; */
}

.errormssg {
	color: #ff0000; 
	font-weight: bold;
}

/* Menu listing for left-navi*/
ul.navi {
	margin: 5px; 
	color: #000000; 
	list-style-image: url(images/img_menu_icon.jpg);
}

ul.navi li {
	margin: 5px 1px 2px 15px; 
	padding:0;
}


/* Common headings */
.title {
	font-size: 12px;
}

.boldtitle {
	font-size: 12px; 
	font-weight: bold;
}

.hpportlettitle {
	font-size: 11px; 
	font-weight: bold;
}



.newsPageTitle {
	font-size: 22px; 
	color: #87d300; 
	font-weight: bold;
}

.newsTitle {
	font-size: 16px; 
	font-weight: bold;	
	text-align:justify; 
	line-height: 120%;
}

.copyright {
	font-size: 10px; 
	color:#000000; 
	text-align:center;
}

.byline {
	font-style: italic;
}

td.topglobalmenu {
	font-size: 10px; 
	color: #ffffff; 
	text-align: right; 
	text-transform: uppercase; 
	text-decoration: none; 
	vertical-align: middle; 
	padding-right: 10px; 
	background-color: #000000;
}

td.footerglobalmenu {
	font-size: 10px; 
	color: #ffffff; 
	text-decoration: none; 
	vertical-align: middle; 
	line-height:25px; 
	padding-left: 5px; 
	background-color: #000000;
}

td.scrollingText {
	font-size: 12px; 
	color:#000000; 
	text-decoration: none; 
	padding: 5px; 
	background-color: #87d300;
}

td.portletTitle {
	font-size: 12px; 
	color:#000000; 
	line-height:25px; 
	font-weight:bold; 
	text-transform: uppercase; 
	text-decoration: none; 
	padding-left: 5px; 
	background-color: #cccccc;
}

