BODY, FORM, H1, H2, H3, H4, H5, H6, P {
	BORDER: none;
	MARGIN: 0;
	PADDING: 0;
}

A IMG {
	BORDER: none;
}

TABLE {
	BORDER-COLLAPSE: collapse;
}


INPUT, TEXTAREA, SELECT, BUTTON {
	BACKGROUND-COLOR: #fff;
}

.noborder {
	BORDER: none !important; 
}

.noborders TD, .noborders TH, .noborders {
	BORDER: none !important; 
}
/*
.nobgs TD, .nobgs TH, .nobgs {
	BACKGROUND: none !important;
}*/

.fixed {
	TABLE-LAYOUT: fixed !important;
}

small, .small {
	FONT-SIZE: .9em;
}

big, .big {
	FONT-SIZE: 1.4em;
}

.error {
	COLOR: #FF0000;
}

.message {
	COLOR: #00FF00;
}

TABLE.tint {
	BACKGROUND: url("/images/tint_bg.gif") top left repeat-x #fff;
}
TABLE.tint TD {
	PADDING: 0;
}
TABLE.tint TD.tint_top {
	BACKGROUND: url("/images/tint_bord.gif") top left repeat-x;
}
TABLE.tint TD.tint_right {
	BACKGROUND: url("/images/tint_bord.gif") top right repeat-y;
}
TABLE.tint TD.tint_bot {
	BACKGROUND: url("/images/tint_bord.gif") bottom left repeat-x;
}
TABLE.tint TD.tint_left {
	BACKGROUND: url("/images/tint_bord.gif") top left repeat-y;
}
TABLE.tint TD.tint_text {
	TEXT-ALIGN: left;
}

TABLE.transp {
}
TABLE.transp TD {
	PADDING: 0 !important;
}
TABLE.transp TD.transp_top {
	BACKGROUND: url("/images/transp_bord.gif") top left repeat-x;
}
TABLE.transp TD.transp_right {
	BACKGROUND: url("/images/transp_bord.gif") top right repeat-y;
}
TABLE.transp TD.transp_bot {
	BACKGROUND: url("/images/transp_bord.gif") bottom left repeat-x;
}
TABLE.transp TD.transp_left {
	BACKGROUND: url("/images/transp_bord.gif") top left repeat-y;
}
TABLE.transp TD.transp_text {
}

TABLE.white {
}
TABLE.white TD {
	PADDING: 0 !important;
}
TABLE.white TD.white_top {
	BACKGROUND: url("/images/white_bord.gif") top left repeat-x #fff;
}
TABLE.white TD.white_right {
	BACKGROUND: url("/images/white_bord.gif") top right repeat-y #fff;
}
TABLE.white TD.white_bot {
	BACKGROUND: url("/images/white_bord.gif") bottom left repeat-x #fff;
}
TABLE.white TD.white_left {
	BACKGROUND: url("/images/white_bord.gif") top left repeat-y #fff;
}
TABLE.white TD.white_text {
	BACKGROUND: #fff;
}

TABLE.spec {
}
TABLE.spec TD {
	PADDING: 0 !important;
}
TABLE.spec TD.spec_top {
	BACKGROUND: url("/images/spec_bord.gif") top left repeat-x #ece5db;
}
TABLE.spec TD.spec_right {
	BACKGROUND: url("/images/spec_bord.gif") top right repeat-y #ece5db;
}
TABLE.spec TD.spec_bot {
	BACKGROUND: url("/images/spec_bord.gif") bottom left repeat-x #ece5db;
}
TABLE.spec TD.spec_left {
	BACKGROUND: url("/images/spec_bord.gif") top left repeat-y #ece5db;
}
TABLE.spec TD.spec_text {
	BACKGROUND: #ece5db;
}

TABLE.br_list {
}
TABLE.br_list TD {
	PADDING: 0;
}
TABLE.br_list TD.br_list_top {
	BACKGROUND: url("/images/br_list_bord.gif") top left repeat-x #ada799;
}
TABLE.br_list TD.br_list_right {
	BACKGROUND: url("/images/br_list_bord.gif") top right repeat-y #ada799;
}
TABLE.br_list TD.br_list_bot {
	BACKGROUND: url("/images/br_list_bord.gif") bottom left repeat-x #ada799;
}
TABLE.br_list TD.br_list_left {
	BACKGROUND: url("/images/br_list_bord.gif") top left repeat-y #ada799;
}
TABLE.br_list TD.br_list_text {
	BACKGROUND-COLOR: #ada799;
	TEXT-ALIGN: left;
}

