// JavaScript Document
var screenW = screen.width;
var browserName = navigator.appName;
if (screenW > "1024")
{
	document.write("<style><!--#main{width: 1024px;}#no_box{width: 75%;}--></style>");
}
else
{
	if (screenW == "1024")
	{
		document.write("<style><!--#no_box{width: 74%;}#topo{background: none;}#conteudo{background: none;}#portais_e_links{background: none;}#rodape{background: #F3F3F3 none;}--></style>");
	}
	else
	{
		document.write("<style><!--#no_box{width: 67%;}#topo{background: none;}#conteudo{background: none;}#portais_e_links{background: none;}#rodape{background: #F3F3F3 none;}--></style>");
	}
}

if (browserName == "Microsoft Internet Explorer")
{
	document.write("<style><!--hr{top: -7px;}#boxes form{top: -10px;}--></style>");
}
