@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(menu.css);
@import url(forms.css);
@import url(layouts.css);
@import url(icon.css);
/* #######################  GENERAL SETTINGS ############################ */
body {
	background-color:#FFFFFF;
	/*margin:0px;*/
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-image:url(images/fundo_site_legal.gif);
	/*background-color:#f0f0f0;*/
}

h3 {
	margin:4px 0px 4px 0px;
	font-size:18px;
}

html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}
/*
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #FFFFFF;
}
*/
/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
/*h3 {font-size:14px;line-height: 1em;font-weight: 900;}*/
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a,a:visited {color: #CC9933; text-decoration: none}
a:hover {color: #006699; text-decoration: underline; }
a.image, a.image:hover  {border:0;}
.button {
	background-image:url(../images/f_but02.jpg);
	border:1px solid #C5CCC9;
	cursor:pointer;
	height:20px;
	padding:0 4px 2px;
	text-decoration:none;
}
.button:hover, .button:focus {
	background-image:url(../images/f_but01.jpg);
	border:1px solid #83928B;
	text-decoration:none;
}
/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
