.body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* FORMS */

.combobox {
	height: 20px;
	width: 100%;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}
.editbox {
	height: 20px;
	width: 100%;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.msgbox {
	height: 60px;
	width: 100%;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}


/* IMAGES LAYOUT */

.logo {
	background-image: url(logo.jpg); background-repeat: no-repeat;
}
.img_back_01 {
	background-image: url(img_back_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.img_back_02 {
	background-image: url(img_back_02.jpg);
	background-repeat: repeat;
}
.img_left_01 {
	background-image: url(img_left_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.img_left_02 {
	background-image: url(img_left_02.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.img_right_01 {
	background-image: url(img_right_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.img_right_02 {
	background-image: url(img_right_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.img_main_01 {
	background-image: url(img_main_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D5DDED;	
}
.img_main_02 {
	background-image: url(img_main_02.jpg);
	background-repeat: repeat;
}
.img_main_03 {
	background-image: url(img_main_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D5DDED;
}
.img_main_prop_01 {
	background-image: url(img_main_prop_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.img_top_01 {
	background-image: url(img_top_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.img_top_02 {
	background-image: url(img_top_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.img_top_03 {
	background-image: url(img_top_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.img_top_04 {
	background-image: url(img_top_04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.img_top_05 {
	background-image: url(img_top_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



/* GRAPHICS */

.colorback1 {
	background-color: #E5549B;
}
.colorback2 {
	background-color: #80BD26;
}
.colorback3 {
	background-color: #009FEE;
}
.colorback4 {
	background-color: #EECF00;
}
.colorback5 {
	background-color: #EB813A;
}
.colorback6 {
	background-color: #CBC5BD;
}
.color_box1 {
	background-color: #A6A8A4;
}
.color_box2 {
	background-color: #BCBFBB;
}
.boxoutline {
	border: 1px solid #BCBFBB;
}
.boxoutline_geral {
	border: 6px solid #FFFFFF;
	background-color: #FFFFFF;
}
.boxoutline_prop {
	border: 4px solid #FFFFFF;
	background-color: #FFFFFF;
}
.line_bt_01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5549B;
}
.line_bt_02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80BD26;
}
.line_bt_03 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FEE;
}
.line_bt_04 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EECF00;
}
.line_bt_05 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB813A;
}
.line_bt_06 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBC5BD;
}

/* TEXT */

.txt_normal {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
}
.txt_normal_white {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
}
.txt_title {
	FONT-SIZE: 16px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	letter-spacing: 1px;
}
.txt_title_white {
	FONT-SIZE: 16px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 1px;
}
.txt_subtitles {
	FONT-SIZE: 14px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
}
.txt_subtitles_white {
	FONT-SIZE: 14px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
}
.txtmini {
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;	
}
.txtmini_white {
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;	
}

/* LINKS */

.linksmenu{
	FONT-SIZE: 12px;
	color: #819399;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	letter-spacing: 1px;	
	font-weight: bold;
    }
    .linksmenu:HOVER {
	FONT-SIZE: 12px;
	color: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	letter-spacing: 1px;
}

.linkstxt {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #819399;
	letter-spacing: 1px;	
	text-decoration: none;
    }
    .linkstxt:HOVER {
	FONT-SIZE: 11px;
	letter-spacing: 1px;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	TEXT-DECORATION: none;
}

.copyright{
	FONT-SIZE: 9px;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
    }
    .copyright:HOVER {
	FONT-SIZE: 9px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
