document.write('<style type="text/css">');
document.write('.newsQueryElections {');
document.write('}');

document.write('.newsQueryElections .newsQueryHeader {');
document.write('	border-bottom: 1px dotted #999; ');
document.write('	padding-bottom: 1px; ');
document.write('	width: 250px; ');
document.write('	margin-bottom: 5px;');
document.write('}');

document.write('.newsQueryElections .newsQueryHeader h4{');
document.write('	border-bottom: 1px dotted #999; ');
document.write('	font-family: Palatino Linotype, Georgia, Serif; ');
document.write('	font-size: 17px; ');
document.write('	color: #313131; ');
document.write('	letter-spacing: 1px; ');
document.write('	margin: 0; ');
document.write('	padding: 0;');
document.write('	font-weight: normal;');
document.write('}');

document.write('.newsQueryElections .newsQueryList {');
document.write('	color: #003377; /* #900; */');
document.write('	line-height: 18px;');
document.write('}');

document.write('.newsQueryElections ul.newsQueryList {');
document.write('	margin :0;');
document.write('	padding: 0 0 0 5px;');
document.write('}');

document.write('.newsQueryElections ul.newsQueryList li {');
document.write('	margin: 0;');
document.write('}');


document.write('.newsQueryElections .newsQueryDate {');
document.write('	font-size: 10px;');
document.write('	font-family: Arial,Verdana,Helvetica,Sans;');
document.write('	font-weight: bold;');
document.write('	color: #990000;');
document.write('}');

document.write('.newsQueryElections .newsQuerySeparator {');
document.write('	color: #ccc; ');
document.write('}');


document.write('.newsQueryElections .newsQueryVideo,');
document.write('.newsQueryElections .newsQueryPhoto {');
document.write('	color: #900;');
document.write('}');

document.write('.newsQueryElections .newsQueryExternal {');
document.write('	color: #000;');
document.write('}');

document.write('</style>');

document.write('<div class="newsQueryElections bodysmall">');
	document.write('		<p style="margin-left: 20px; color: #990000;">Sorry, no results were found.</p>');

document.write('</div>');