﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background : White;
    font-size: .80em;
    background-image : url(../../ExImages/Background.png);
    background-repeat : repeat-x;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color : Black;
}

p
{
    margin : 0px;
}

li
{
	list-style-type : armenian;
}

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
    margin : 0px;
    padding : 0px;
    font-weight : normal;
}

/* TABLES   
----------------------------------------------------------*/
.tabBase
{
    width: 953px;
    padding-left : auto;
    padding-right : auto;
    margin-left : auto;
    margin-right : auto;
    vertical-align : top;
}

.tabMain
{
    width : 100%;
}

.tbcMainHeader
{
}

.tbcMainMiddle
{
    vertical-align : top;
    background-image : url(../../ExImages/BackgroundMiddle.png);
    background-repeat : repeat-y;
}

.tbcMainFooter
{
    vertical-align : top;
}

.tabPage
{
    width : 100%;
    vertical-align : top;
}

.tbcPageLeft
{
    vertical-align : top;
}

.tbcPageMiddle
{
    vertical-align : top;
}

.tbcPageRight
{
    vertical-align : top;
}

/* FONTS  
----------------------------------------------------------*/
.fntDocumentListHeader
{
    color : Black;
    font-weight : bold;
    text-decoration : none;
}

.fntDocumentListShortDesc
{
    color : Black;
    text-decoration : none;
}

.fntDocumentListFooter
{
    color : Gray;
    font-size : 0.9em;
}

.fntHidden
{
    display : none;
}


/* EX FONTS  
----------------------------------------------------------*/

