﻿body.aspx_pages {
 margin:0px;
 font-size:medium;
 font-family:Tahoma;
 width:100%;
 height:100%
}
body.blogs {
 margin:0px;
 font-family:Times New Roman, Tahoma;
 font-size:10pt;
 width:100%;
 height:100%;
 background-color:#ff9900; 
}
table {
 width:100%;
 height:100%
}
.full_screen {
 width:100%;
 height:100%;
}
.small_captions {
 font-family:Tahoma;
 font-size:x-small;
}
.centered
{
    border-style: ridge;
    border-width: thin;
    width: 750px;
    margin: auto;
    background-color: #ffcc99;
    outline: white;
}
.content
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10pt;
    font-weight: normal;
    width: 100%;
    background-color: #FFFFFF;
}
.header
{
    margin: auto;
    font-family: 'Times New Roman' , Times, serif;
    font-size: large;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 60px;
}
.footer 
{
 width:100%;
 text-align:center;
 font-size:10pt !important; 
}
.common
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10pt;
    font-weight: normal;
    width: 500px;
    float: left;
    overflow: auto;
}
.control
{
    float: left;
}

