a        { color: #FF0000; }
a:hover  { color: #999999; text-decoration: none; }

.page
{
    width:    100%;
    height:   100%;
}

.mainpage 
{
    width:    679px;
    height:   550px;
}

.language,
.language:link,
.language:visited,
.language:active {
    width:           670px;
    font-family:     Arial;
    font-size:       10pt;
    text-decoration: none;
}

.selectedLanguage {
    font-weight: bold;
}

.title
{
    background-color:    000000
;
    /*height:                149px;*/
}

.main
{
    background-color:    #EFF5F5;
    height:                301px;
}

.menu
{
    width:       100%;
    height:      100px;
    color:       #135E5F;
    font-family: Arial;
    font-size:   11pt;
    font-weight: bold;
}

.subMenu
{
    background-color: #C0D4D4;
    color:            #135E5F;
    font-family:      Arial;
    font-size:        9pt;
}

.menuLink
{
    color:           #FFFFFF;
    text-decoration: none;
}

.menuLink:hover
{
    color:           #999999;
    text-decoration: none;
}

.home
{
    margin-top:   60px;
    margin-right: 25px;
    width:        650px;
}

.standard
{
    margin-top:    15px;
    height:        225px;
}

.standarddiv
{
    overflow:    auto;
    width:        675px;
    height:        240px;
}

.standardtable
{
    width:            100%;
    margin-left:    95px;
    margin-right:    75px;
}

.gallery
{
    width:            100%;
    margin-left:    5px;
    margin-right:    5px;
}

.head
{
    padding-left:    95px;
    color:            white;
    font-family:    Arial;
    font-size:        12pt;
    font-weight:    bold;
}

.normal
{
    color:            #135E5F;
    font-family:    Arial;
    font-size:        10pt;
}

.small
{
    color:            #135E5F;
    font-family:    Arial;
    font-size:        8pt;
}

.tableHeader
{
    font-family:        Arial;
    font-size:            10pt;
    font-weight:        bold;
    color:              White;
    background-color:    #042E3B;
    width:                100%;
}

.buttons
{
    background-color:    #135E5F;
    color:              White;
    font-family:        Arial;
    font-size:            10pt;
    width:                175px;
}   

.editor
{
    background-color:   #CCCCCC;
    border-top:         dotted 1px #999999;
    border-left:        dotted 1px #999999;
    border-right:       dotted 1px #EEEEEE;
    border-bottom:      dotted 1px #EEEEEE;
    width:              100%;
}

.bold {
    font-family: Times New Roman;
    font-size:   8pt;
    font-weight: bold;
}

.italic {
    font-family: Times New Roman;
    font-size:   8pt;
    font-style:  italic;
}

.underline {
    font-family:     Times New Roman;
    font-size:       8pt;
    text-decoration: underline;
}

.btnInactive {
    width:              20px;
    height:             20px;
    padding:            2px;
    border-top:         solid 1px #EEEEEE; 
    border-left:        solid 1px #EEEEEE;
    border-right:       solid 1px #999999;
    border-bottom:      solid 1px #999999;   
}

.btnActive {
    width:              20px;
    height:             20px;
    padding:            2px;
    border-top:         solid 1px #999999;
    border-left:        solid 1px #999999;
    border-right:       solid 1px #EEEEEE;
    border-bottom:      solid 1px #EEEEEE;
}

