@charset "utf-8";
/* CSS Document */

body {
background-image:url(backgroundrepeat.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.content {
background-image:url(background.jpg);
background-repeat: repeat-x;
}

.heading {
background-image:url(heading.jpg);
color:#ffffff;
font-weight:800;
padding:0px;
border-bottom-color:#000000;
border-bottom:thin solid;
}

a, a:hover, a:visited {
color:#000000;
font-weight:bold;
}

.info {
background-color:#CCCCCC;
padding:3px;
border-left-color:#000000;
border-left:thin solid;
border-right-color:#000000;
border-right:thin solid;
border-bottom-color:#000000;
border-bottom:thin solid;
}

.header {
font-size:18px;
color:#000000;
}

.imgBorder {
  border: none;
}