/* CSS Document */

.flyer{
background-image:url(../images/flyer.jpg);
background-repeat:no-repeat;
}

.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#EC6931;
border-bottom:dotted;
border-bottom-width:1px;
border-color:#000000;
}

.border{
border-bottom:dotted;
border-bottom-width:1px;
border-color:#000000;
}

.small-bold{
margin:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}

.small{
margin:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
float:left;
}

.margin-3px{
margin:3px;
}