@import url("table.css");
@import url("text.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("contact.css");
@import url("navi.css");

html, body {
	font-family:Arial, Verdana, Helvetica;
	font-size:10pt;
	margin:0;
	border:0;
	padding:0;
	color:#000000;
	background:url(../images/body_background.gif) repeat;
}

img {
	margin:0;
	padding:0;
	display: block;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nomargin {
	margin:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

div#container{
	width:768px;
	margin-top: 19px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
}

img.imgborder {
	border:1px solid #000000;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}

h1.title {
  margin: 0px;
  padding: 0px;
  color: #007CA0;
  font-family: Arial;
  font-size: 16pt;
  font-weight: normal;
  float: left;
}

div.breadcrumb {
  font-size: 10px;
  color: #555555;
  margin: 0;
  padding: 15px 0 0 5px;
}

div.breadcrumb a {
  color: #aa0000;
  font-decoration: none;
}