body {
	font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
.headText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;	
	color:#0066FF;
}
.textDiv{
	padding-left:15px;
	padding-bottom:6px;
	padding-right:15px;
}
.searchBox
{
	padding-left:60px;
	padding-bottom:7px;
}
.textFooter A:link{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;	
}
.textFooter A:visited{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.textFooter A:active{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;	
}
.textFooter A:hover{
	text-decoration:	underline;
	color: #FF0000;
}
#nytimesid{
	width: 150px;
	height: 250px;
	padding: 5px;
	background-color: #FFFFFF;	
	border: 0px solid black;
}

#nytimesid .rsscontainer{ /*Style for RSS item body within #nytimesid box*/
	margin-bottom: 10px;
}

#nytimesid .rsscontainer .rsstitle{ /*Style for RSS titles within #nytimesid box*/
	font-weight: bold;
}

#nytimesid .rsscontainer .rssdate{ /*Style for RSS dates within #nytimesid box*/
	color: red;
}