/* CSS Document */
.heading
{
background:#0066CC;
color:#FFFFFF;
font-weight:bold;

}
.row
{
background:#CCCCCC;

}
.altrow
{
background:#FFFFFF;

}

A:link { text-decoration: none; color:#000000 }

A:visited { text-decoration: none; color:#000000}

A:hover { text-decoration: none; color:#0033FF }

.headerText
{
position: absolute; 
top: 65px; 
/*left: 325px; */
width: 575px; 
height: 40px; 
background-color:#FFFFFF;
opacity: 0.75; 
-ms-filter: 'alpha (opacity=75)'; 
filter: alpha (opacity=75); 
font-size:25px; 
text-align:left;
}
.headerTextFull
{
position: absolute; 
top: 65px; 
/*left: 160px; */
width: 789px; 
height: 40px; 
background-color:#FFFFFF;
opacity: 0.75; 
-ms-filter: 'alpha (opacity=75)'; 
filter: alpha (opacity=75); 
font-size:25px; 
text-align:left;
}
.headerRight
{
width:573px; 
height:109; 
background-image:url(../images/BACK_BG.jpg);
}
.headerLeft
{
width:216; 
height:109; 
background-image:url(../images/main_ttl.jpg)
}
.headerRight
{
width:573px; 
height:109; 
background-image:url(../images/BACK_BG.jpg);
}
.headerFull
{
width:789; 
height:109; 
background-image:url(../images/BACK_BG.jpg)
}
.headerLogo
{
position: absolute; 
top: 10px; 
left: 735px; 
width:92; 
height:91; 
background-image:url(../images/logonew.jpg)
}


