@charset "utf-8";
/* CSS Document */

* { 
	margin: 0px; 
	padding: 0px; 
}
html {
	background-color: #E6E6E6;
}
body {
	color:#666666;
	font-size: 12px;
	line-height: 18px;
}
.leftSideBorder {
	background-image:url(images/leftSideBorder.jpg);
	background-repeat:repeat-y;
}
.rightSideBorder {
	background-image:url(images/rightSideBorder.jpg);
	background-repeat:repeat-y;
	
}
.updatedText {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
.newsSource {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: italic;
}
.subheadText {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 26px;
	line-height: 35px;
}
.newsHeadText {
	font-family: Georgia, Times, serif;
	color: #000000;
	font-size: 19px;
	line-height: 20px;
}
.recentNewsText {
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 10px;
	padding-left: 8px;
}
.newsSideText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #505050;
	line-height: 30px;
}
a.readMore {
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 10px;
	text-decoration: none;
}