html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

* {
	font-family: Arial, Times;
	text-decoration: none;
	font-size: 12px;
	/*color: #000000;*/
}

body {	
	background-color: #FFFFFF;
	background-image: url(../_imgs/bgdot01.gif);
}

body.intro {	
	background-color: #FFFFFF;
	background-image: url(../_imgs/spacer.gif);
}

h1, h2, h3, h4, h5, h6, form, fieldset, p {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol  {
	padding: 0;

}

li {
	text-align: justify;
	padding: 0px;
}

p {
	text-align: justify;
	margin-bottom: 5px;
}

p.little,.little {
	text-align: justify;
	font-size: 11px;
}

h1 {
	font-size: 16px;
	color: #0076C1;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	color: #888888;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	color: #0076C1;
	margin-bottom: 5px;
}

h4 {
	font-size: 13px;
	color: #888888;
	margin-bottom: 5px;
}

a {
color: #0076C1; text-decoration: none; font-weight: bold;
}
a:visited {
color: #0076C1;
}
a:active {
color: #888888;
}
a:hover {
color: #888888;
}

.inputfield {
	color:#0076C1;
	font-size:12px;
	border: solid 1px #CCCCCC;
}
.inputrequired {
	color:#999999;
}

button,.button {
	background: url(../_imgs/buttonbg01.gif) repeat-x;
	margin: 0px;
	padding-left, padding-right: 5px;
	border: #CCCCCC 3px double;
	height: 25px;
	color: #777777;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

div#centerintro {
	border: 0;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
}

div#centeredintro {
	border: 0;
	width: 270x;
	height: 290px;
	position: absolute;
	left: -135px;
	top: -145px;
}

div#footer {
	font-size: 11px;
}

div#footer a {
	font-size: 11px;
}

div#centercontent {
	border: 0;
	width: 720px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;

}
div#centeredcontent {
	border: 0;
	width: 720px;
	position: relative;
	top: 0px;
	left: 0px;
}

#banner {
	border: 0;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 75px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.banner_image {
	border: 0;
}

.header1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.header2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

div.boxed,.boxed {
	margin: 9px;
}

.imageContextLeft {
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.imageContextRight {
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}

.tableContextLeft {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

.tableContextRight {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

.divContextCenter {
	position:relative;
	border:1px solid #EEEEEE;
}

.divContextLeft {
	position:relative;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	border:1px solid #EEEEEE;
}

.divContextRight {
	position:relative;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
	border:1px solid #EEEEEE;
}

.divContextAmpliar {
	position:absolute;
	left:1px;
	top:1px;
	width:56px;
	height:12px;
	z-index:10;
}

.divContextImage {
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
}

a.sol_cat_list1 {
	display:block;
	border: #CCCCCC 1px dashed;
	clear:both;
	vertical-align: middle;
	padding: 2px 0px 2px 2px;
	margin-bottom: 3px;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background-color: #EEEEEE;

}

a:visited.sol_cat_list1 {
	color: #666666;
	font-weight: normal;
	background-color: #EEEEEE;
}

a:hover.sol_cat_list1 {
	color: #0076C1;
	font-weight: normal;
	background-color: #F5F5F5;
}
