body{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

td{
    font-size: 12px;
}
.clearboth {
    margin: 0px;
    padding: 0px;
    clear:both;
}

/*--------------------------------- general links ------------------------------*/
a{
    text-decoration:none;
}
a:link{
    color: #333333;
    text-decoration:none;
}

a:visited {
    color:#333333; 
    text-decoration:none;
}

a:hover {
    color:red;
    text-decoration:none;
}

a.more {
    padding-right: 16px;
    background: url(images/bullet_more.gif) right no-repeat;
    white-space: nowrap;
    text-decoration: none;
}

div{
	word-break: break-all;
}
img{
	border: 0px;
}