@charset "utf-8";
/* CSS Document */
/*for new edition*/
body{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		background-color:#f4f5f6;
}
table{
	background-color:#ffffff;
	
}
#mainpageAnimationBg{
	background-color:#f5f6f6;
}
#rightAlign{
	text-align:right;
}
.title{
	color:#fe9002;
	font-weight:bold;
}
#newsSummary{
	line-height:16px;
	vertical-align:middle;
	color:#888888;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#888888;
}
.tableAlign{
	text-align:left;
}
.hr{
	height:1px;
	width:778px;
	color:#b5b4b4;
	text-align:center;
}
.bottomLeft{
	padding-left:8px;
	color:#b5b4b4;
}
.menu{
	background-image:url(../images/menubarBg.jpg);
	background-repeat:repeat;
	height:32px;
	padding-left:6px;
	vertical-align:middle;
}
.menuSpace{
	padding-left:3px;
	font-weight:bold;
	color:#000000;
}
/*end of new edition*/
	
