﻿ /* Style for Master */
 
  body
    {
        margin-top: 0;
        font-family:Arial;
    }
    .styleTableMaster
    {
        width:100%;
        border-collapse:collapse;           
    }
    .styleTopGreeyEPC
    {   
        vertical-align:top;
        background: linear-gradient(#AAAAAA, #EEEEEE); 
        color: #444444;
        border-bottom:5px solid #000044;
    }
    .styleGreeyEPC
    {
        font-size: 74pt;
        font-weight:bolder;
    }
    .styleSince
    {
        font-size: 24pt;
        font-style:italic;
        font-weight:bold; 
    }
    
   /* Content Style */
    
    .styleContentTable
     {
         width:700px;
         vertical-align:top;
         padding:4px;        
     }
  
    .styleSiteMap
    {
       height: 35px;
    }

     .styleWelcome
     {
         text-align: left;
         font-weight: bold;
         font-size: 14pt;
         vertical-align:middle;
         height:45px;
     }
     
             
     .styleContent
        {

            text-align:justify;
            color:#000033;
            font-size:12pt;
            font-weight:normal;
        }
        .styleButton
        {
            font-size:18pt;
            font-weight:bolder;
            width:175px;
            border-style:none;
            color:#660000;  
            background-color: white;
    height:32px;
    vertical-align:middle;
                 
        }
           
 /* Content Style */       
        
.styleRequestTable
{
width:475px;
background-color:#444444;
color: white;
padding:5px;
border-width:.5px;
border-color: transparent;
border-style:solid; 
}
.btnSubmit
{
height:25px;
width:110px;
font-size:12pt;
text-align:center;
vertical-align:middle;
border-color:;
font-weight:bold;
background-color:#444444;
color: white;
}
.styleCopyright
{
border-top: 2px solid #999999;
color:#333333;
         font-size:8pt; 
         font-weight:bold;  
         vertical-align :bottom;
         text-align:center;
     }
