﻿//All style's Hack

/** index.css **/
document.writeln("<style type='text/css'>");
document.writeln(".news_nav span {");
document.writeln("    _left: 0px;");
document.writeln("}");
document.writeln(".ajax_content,.ajax_content ul {");
document.writeln("    _margin: 0 auto;");
document.writeln("}");
document.writeln(".hrtypes_con {");
document.writeln("    _margin-top: -3px;");
document.writeln("    _padding-top: 5px;");
document.writeln("}");
document.writeln("</style>");