.topleft {
	background-image: url(pic/topleft.png);
	background-repeat: no-repeat;
	background-position: left bottom ;
}
.bgleft {
	background-color: #fffde4;
	background-image: url(pic/bgleft.png);
	background-repeat: repeat-y;
	background-position: left;
}

.topright {
	background-image: url(pic/topright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgright {
	background-color: #fffde4;
	background-image: url(pic/bgright.png);
	background-repeat: repeat-y;
	background-position: right;
}
.bottomleft {
	background-image: url(pic/bottomleft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomright {
	background-image: url(pic/bottomright.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottombg {
	background-image: url(pic/bgbottom.png);
	background-repeat: repeat-x;
	background-position: top;
}

body, td, tr {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Calibri;
}
.err_table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.err_table_left {
	border-top-width: thin;
	border-top-style: solid;
}
.err_table_right {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
}
.err_table_right_top {
	border-left-width: thin;
	border-left-style: solid;
}

.logo {
	background-image: url(pic/logoitworks.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-weight: bold;
	color: #192778;
}

a:link {color:#0075c6;}
a:visited {color:#a00a56;}

@font-face {font-family: "Calibri"; <b> </b> src: url("font/CALIBRI.TTF") }
.contacts { line-height: 95%;}
.head {line-height: 140%;
color: #192778;}
.main {
	line-height: 80%;
}
.bgtop {
	background-image: url(pic/bgtop.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

