﻿body
{
}

.header
{
    font-family: Calibri,Arial, Tahoma;
    font-size: 14px;
    color: #3B70A6;
    font-weight: bold;
    line-height: 17px;
}

.subheader
{
    font-family: Calibri,Arial, Tahoma;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}

.date
{
    font-family: Arial, Tahoma;
    font-size: 10px;
    color:#FF6166;
}

.more
{
    background: transparent url(images/velos.jpg) no-repeat scroll right center;
    color: #4AA007;
    display: block;
    float: right;
    padding: 0 10px 0 0;
    font-family: Calibri,Arial,Tahoma;
    font-size: 11px;
    text-align: right;
    cursor: pointer;
    cursor: hand;
}

.Page_button
{
 font-family : Calibri,Arial,Tahoma;
 font-size: 12px;
 color:#677396;
 text-decoration:none;
}

a.Page_button:link
{
 font-family : Calibri,Arial,Tahoma;
 font-size: 12px;
 font-weight:bold;
 color:#677396;
}

a.Page_button:hover
{
 font-family : Calibri,Arial,Tahoma;
 font-size: 12px;
 color:#677396;
  text-decoration:none;
}

.Contents
{
    font-family: Calibri,Arial,Verdana;
    font-size: 12px;
    line-height:18px;
    color: #5C5B5B;
    /*
    white-space: pre-wrap; /* css-3 */
   /* white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    /*white-space: -pre-wrap; /* Opera 4-6 */
    /*white-space: -o-pre-wrap; /* Opera 7 */
   /* word-wrap: break-word; /* Internet Explorer 5.5+ */
   text-align:justify;
   display:block;
}
