/* 
    Document   : EO Default CSS file
    Created on : Oct 7, 2008, 6:15:09 PM
    Author     : HEMANT SRIVASTAVA
    Description:
        Purpose of the stylesheet follows.
*/
/* COLOR 
White : rgb(255, 255, 255)
Brown : rgb(112, 97, 78)
*/

.skin { 
    display: block;
    background-color: #ffffff;
    width: 720px;
}

img.logo{
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 1024px;
}


.menuLabel{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: rgb(139, 195, 46);
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
}
A.menuLabel:visited
{
    TEXT-DECORATION: none;
}
A.menuLabel:hover
{
    color: rgb(205, 206, 8);
}

.menuDivider{
    border: 1px thin rgb(114, 112, 111);
    
}

.pageHeader{
    padding-top: 10px;
    FONT-WEIGHT: bold; 
    FONT-SIZE: 16px; 
    FONT-FAMILY: "batang", "Times New Roman";   
    color: rgb(112, 97, 78);
}
.topicHeader{
    font-family: "georgia", "Times New Roman";          
    font-size: 14px;
}
.pageContent{
    font-family: "georgia", "Times New Roman";          
    font-size: 14px;
    TEXT-ALIGN: justify;
    padding:10px;
    color: rgb(112, 97, 78)
}

.pageTable{
    border-top: 1px solid rgb(112, 97, 78);
    border-left: 1px solid rgb(112, 97, 78);
    border-right: 4px inset rgb(112, 97, 78);
    border-bottom: 4px inset rgb(112, 97, 78);
    background-color: rgb(255, 255, 255);
    padding:10px;
    
}


