﻿body 
{
     font-family:"arial", helvetica, sans-serif;
     font-size:small;
}
.menuexpanded
{
    background-image: url('../../images/bgasi.gif');
    background-repeat: repeat-x;
}
.menu
{
    font-family:Arial Rounded MT Bold;
    font-size:10pt; 
    color:Maroon;
    text-decoration:none;
}
.menutop
{
    font-family:Arial Rounded MT Bold;
    font-size:10pt; 
    color:#640000;
    margin-right:15px;
    text-decoration:none;    

}
.menutop:hover
{
text-decoration:underline;    
}
.bgimage
{
    background: url('../../images/bg_long.png') no-repeat 100% 100%;
    background-position:left;
    border-top:solid 1px red;
    border-bottom:solid 1px red
}
.thpages
{
    margin-right:60px;
    height:30px;
    background: url('../../images/line_top.png') repeat-x;
    background-position:bottom;
}

.thschede
{
    margin-right:60px;
    height:30px;
    width:25%;
}
.ptopschede
{
 width:70%;
 height:30px;
 background: url('../../images/line_top.png') repeat-x;
 background-position:bottom;
 margin-right:0px;
 padding-top:0px;
 padding-left:2px;
 padding-right:50px;
 font-family:Arial Rounded MT Bold;
 font-size:10pt;  
 color:#640000;
 }
 .ptopschedetop
{
 width:40%;
 height:30px;
 background: url('../../images/line_top.png') repeat-x;
 background-position:top;
 margin-right:0px;
 padding-top:0px;
 padding-left:2px;
 padding-right:5px;
 font-family:Arial Rounded MT Bold;
 font-size:10pt;  
 color:#640000;
 }
 .tdschede
{
 text-align:justify;
 padding-right:7px;
 padding-top:0px;
 padding-left:7px;
 font-family:Arial,Tahoma,Verdana;
 font-size:small;
 }
 .testoboldgray
 {
     font-family:Arial Rounded MT Bold;
     font-size:12pt;  
     color:Gray;
 }
/*link button*/
.buttondemo
{
text-align:center;
background-image:url('../../images/orangebutton.png');
cursor:pointer;
width:106px;
height:30px;
font-family:Arial,Tahoma,Verdana;
font-weight:bold;
color:Gray;
padding-top:3px;
}
.buttondemo:hover
{
  color:White;
  background-image:url('../../images/redbutton.png');
}
.buttondemoblack
{
text-align:center;
background-image:url('../../images/blackbutton.png');
cursor:pointer;
width:106px;
height:30px;
font-family:Arial,Tahoma,Verdana;
font-weight:bold;
color:White;
padding-top:3px;
}
.buttondemoblack:hover
{
  color:White;
  background-image:url('../../images/redbutton.png');
}
/*finefine*/
