﻿.body1 
{
    background-image:url("../Images/bkgrnd2.gif");
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 0; 
    background-position:center;
}

.ptr
{
 cursor:pointer;
    height: 36px;
    width: 162px;
}

.bkClr
{
  background-color:#122752;   
}

.ftr
{
 font-family:Arial;
 font-weight:bold;
 color:white;
 font-size:medium;		
}

.mnuFonts
{
 font-family:Arial;
 font-weight:bold;
 color:Black;
 font-size:small;	
 padding-left:15px; 	
}

.mnuFontIP
{
 font-family:Arial;
 font-weight:bold;
 color:Black;
 font-size:small;		
 font-style:italic;
 padding-left:15px;
}

.dvUTWin
{
          position:absolute;
            width:527px;
            height:338px;
            border:3px outset gray;
}

.dvUTTitle
{
            position:absolute;
            top:0px;
            height:18px;
            width:520px;
            background-color: #aaa;
            border-bottom: groove gray 2px;
            padding: 3px 5px 2px 5px;
            font:bold 11pt sans-serif;    
            text-align:left;
}

.dvUTContent
{
            position:absolute;
            top:25px;
            height:305px;
            width:518px;
            padding:5px;
            overflow:auto;
            text-align:left;
            background-color:#122752;
            color:White;      
            font:Arial;
            font-size:medium;      
}

.dvIssWin
{
          position:absolute;
            width:300px;
            height:200px;
            border:3px outset gray;
}

.dvIssTitle
{
            position:absolute;
            top:0px;
            height:18px;
            width:590px;
            background-color: #aaa;
            border-bottom: groove gray 2px;
            padding: 3px 5px 2px 5px;
            font:bold 11pt sans-serif;    
            text-align:left;
}

.dvIssContent
{
            position:absolute;
            top:25px;
            height:265px;
            width:590px;
            padding:5px;
            overflow:auto;
            text-align:left;
            background-color:#122752;
            color:White;      
            font:Arial;
            font-size:medium;      
}

.dvDropDown
{
     background-color:Blue;
     color:White;
     font:Arial;
     font-size:medium;
     font-weight:bold;   
}    