/*  body style */
body {
	margin: 0px;
	background-color: #d9d9d9;
	background-image: url(../img/backround.gif);
	background-repeat: repeat;
}
.infobar {
	background-color: #707272;
	background-image: url(../img/background_info_bar.gif);
	background-repeat: repeat-x;
}
.shadow_right {
	background-image: url(../img/body_shadow_right.gif);
	background-repeat: repeat-y;
}
.shadow_left {
	background-image: url(../img/body_shadow_left.gif);
	background-repeat: repeat-y;
}
.shadow_bottom {
	background-image: url(../img/body_shadow_bottom.gif);
	background-repeat: repeat-x;
}
.footerLine {
	background-image: url(../img/footer_line.gif);
	background-repeat: repeat-x;
}

.color_white {
	background-color: #ffffff;
}
.color_grey {
	background-color: #888888;
}

/*  texts  */
.textFooter {
	color: #8a8a8a;
	font-family: Arial, helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
}
.textBody {
	color: #3d3d3d;
	font-family: Arial, helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}

.text_white {
	color: #FFFFFF;
	font-family: Arial, helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}
a.box_link_white, a.box_link_white:hover, a.box_link_white:active {
	color: #FFFFFF;
}

p {
	line-height: 15px;
}
strong {
	font-weight: bold;
}

.page_forms {
	color: #000000;
	font-family: Arial, helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #ffffff;
	border: solid 1px #717171;
}