
body{
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
}

h1{
color: #5F8DB7;
font-size: 18px;
}

h2{
color: #5F8DB7;
font-size: 14px;
}



table{
font-size: 11px;
}


a.menu{
 color: #FFFFFF;
 text-decoration: none;
}
a.menu:hover{
 text-decoration: underline
}


a.esc{
 color: #2D5F8D;
 font-weight:bold;
 font-size: 13px; 
 text-decoration: none;
}
a.esc:hover{
 text-decoration: none;
}


a.esc2{
 color: #2D5F8D;
 text-decoration: none;
}
a.esc2:hover{
 text-decoration: underline;
}



a.{
 color: #2D5F8D;
 text-decoration: underline;
}
a:hover{
 text-decoration: underline;
}

.tom { 
border-style: solid;
border-color: #2D5F8D;
font-size: 9pt;
border-width: 1px;
background-color:#FFFFFF;
color: #2D5F8D;
}


.login
{
width: 95px;
border-style: solid;
border-color: #2D5F8D;
font-size: 9pt;
border-width: 1px;
background-color:#FFFFFF;
color: #2D5F8D;
padding-left:3px;
}

.password
{
width: 95px;
border-style: solid;
border-color: #2D5F8D;
font-size: 9pt;
border-width: 1px;
background-color:#FFFFFF;
color: #2D5F8D;
padding-left:3px;
}