/* CSS Document */
body {
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
background-color: #b2f3b3;
}
td {
vertical-align: top;
font-size: 12px;
}
td.rightside {
background-image: url(images/template_03.gif);
background-repeat: no-repeat;
}
td.leftside {
background-image: url(images/template_01.gif);
background-repeat: no-repeat;
}
h1 {
margin-bottom: 0px;
color: #0000ff;
font-size: 17px;
}
.bold {
text-decoration: underline;
font-weight: bold;
}

