body{
    font: 14px/1.3 "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
table.vt {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 0 8px;
}
table.vt th, table.vt td.subheader {
    font-weight: 700;
    text-align: center;
    padding: 10px 5px 8px;
    font-size: 12px;
    color: #000000;
    border: 1px solid #CCCCCC;
    text-shadow: 0 1px 1px #FFFFFF;
    background-color: #EEEEEE;
	background-image: -moz-linear-gradient(top, #F6F6F6, #EEEEEE);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#EEEEEE));
	background-image: -webkit-linear-gradient(#F6F6F6, #EEEEEE);
    background-image: -o-linear-gradient(#F6F6F6, #EEEEEE);
    background-image: linear-gradient(top, #F6F6F6, #EEEEEE);
    text-align: center;
}

table.vt td {
    text-align: left;
    border: 1px solid #CCCCCC;
    padding: 7px 5px;
}

table .tleft { 
    text-align: left !important;
}

table .tcenter {
    text-align: center !important;
}

table .tright {
    text-align: right !important;
}

table .twidth-5  { width:  5%; }
table .twidth-10 { width: 10%; }
table .twidth-20 { width: 20%; }
table .twidth-30 { width: 30%; }
table .twidth-40 { width: 40%; }
table .twidth-50 { width: 50%; }

table.vt td img {
    vertical-align: middle;
}
table.vt td.backcolor {
    background-color: #F9F9F9;
}
table.vt.border-none th, table.vt.border-none td {
    border: none;
}
table.vt.backcolor-none th, table.vt.backcolor-none td {
    background-color: none;
}

table.vt.smaller td, table.vt.smaller th{
    font-size: smaller;
    padding: 4px 4px;
}

table.borderless {
    width: 100%;
}

table.borderless td {
    border: 0px none;

    vertical-align: top;
    margin-bottom: 4px;
    margin-right: 4px;
}

.message {
    line-height: 2em;
}

.with-helptext {
    margin-bottom: 0;
}

.helptext {
    padding: 0;
    font-size: smaller;
    color: #666666;
}

.description {
    margin: 20px 0 0 20px;
    padding: 0;
    color: #666;
    font-style: italic;
    font-weight: bold
}

.smaller-text {
    font-size: smaller;
}

.collapsed {
    display: none;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
.h-section {
    background: transparent url(../img/bg.heading.png) repeat-x bottom;
    padding: 0 0 6px 0;
    color: #3F2552;
    font-style: italic;
    font-family: "PT Serif", Georgia, Times, serif ;
    line-height: 24px;
    clear: both;
}
.hfont {
    font-family: "PT Serif", Georgia, Times, serif ;
}
.news-archive div.hfont {
    margin-top: 15px;
    font-style: italic;
}
.sep-dashed {
    border-bottom: 1px dashed #E1E1E1;
    padding: 5px 0;
}
.content-title {
    font: 17px/1.3 "PT Serif", Georgia, Times, serif ;
    font-weight: normal;
    color: #3F2552 !important;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
