/*body{
    font-family: Arial, sans-serif;/*DejaVu Sans,Lucida Sans,Tahoma,Corbel,Lucida Grande,sans-serif;*/
    /*font-size: 12px;
}*/
/*a{
    color:#00A2FF;
    text-decoration:none;
}
a:hover
{
    color: #333333;
}*/
.normaltext
{
    font-size: 12px;
}
.captiontext
{
    font-size: 20px;
}
.sizingBorderBox
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.noselect
{
    -moz-user-select: none;
}