/* CSS Document */

body{
margin:0;
padding: 0;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #3f3f3f;
}
a{
color: #333;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #000000;
font-weight: bold;
text-decoration: underline;
}
.heading_g{
font-size: 12px;
padding-left: 15px;
height: 25px;
color: #000;
font-weight: bold;
background-color: #CCCCCC;
}
.warning {
font-size: 12px;
font-weight: bold;
color:#FF0000;
}
.heading1 {
font-size: 14px;
font-weight: bold;
color: black;
}

.heading2 {
font-size: 10px;
color: black;
} 
.heading {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #050E5D;
text-align: center;
}
.heading a{
color: #050E5D;
font-size: 14px;
text-decoration: none;
}
.heading a:hover{
color: #AB0104;
font-size: 14px;
text-decoration: none;
}
.heading a.active{
color: #AB0104;
text-decoration: none;
}
.spacer {
height: 8px;
}
.blocks img{
padding: 5px;
border: thin solid #D3D2C5;
}
.block {
border: thin solid #8D8D8D;
padding: 4px;
color:black;
}
.block_p {
border: thin solid #8D8D8D;
background-image: url(../images/TO_21.jpg);
background-repeat: repeat-x;
height: 36px;
text-align: center;
}
.block_b {
border: thin solid #8D8D8D;
background-image: url(../images/TO_27.jpg);
background-repeat: repeat-x;
height: 36px;
text-align: center;
}
.textbox{
height: 20px;
width: 100%;
border: thin solid #8D8D8D;
padding: 1px;
}
#overlap{
background-color:grey;
visibility:hidden;
display:none;
height:100%;
width:100%;
top:0px;
left:0px;
position:absolute;
opacity:.9;	
}
#messageb{
visibility:hidden;
display:none;
height:100px;
width:200px;
top:300px;
left:400px;
position:absolute;
cursor:pointer;
}
