body 
{
}
/* Styles for the main text and images within the Text/HTML Module */
.imageleftside img
{
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 0;
    float: left;
}
.imagerightside img
{
    border: 1px solid #CCC;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left:10px;
    margin-top:5px;
    padding-top: 10px;
    float: right;
}
.imageleftnoborder img
{
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 10px;
    float: left;
}
.imagerightnoborder img
{
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left:10px;
    margin-top:5px;
    float: right;
}
.normal
{
  	font-family: Tahoma;
	font-size: 12px;
	color: #383838;
}
.ol
{ 
    list-style-image: url(bullet.gif);
    list-style-type: circle;
}


