/* CSS Document */

body {
	font: 11px, Arial;
}

p.infopages {
	font: 15px, Arial;
}

.highlight {
 color: red;
}

#background_left {
	background-image: url(../images/line_ext_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#background_right {
	background-image: url(../images/line_ext_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#background_left_info {
	background-image: url(../images/line_ext_short_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#background_right_info {
	background-image: url(../images/line_ext_short_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_background_left {
	background-image: url(../images/line_footer_ext_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer_background_right {
	background-image: url(../images/line_footer_ext_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#available_color {
	background-color: #FCFCFC;
	border: solid 1px #B5B5B5;
}

table.contactus {
	background-color: #FCFCFC;
	border: solid 1px #B5B5B5;

}
