body{
margin:0px auto;
font-size:12px;
font-family:Arial;
}

#top{
background:url(../images/top.jpg);
}

#nav{
background:url(../images/navbg.gif) repeat-x center;
}

.navoleft{
width:9px;
height:32px;
background:url(../images/navonbgleft.gif) no-repeat;
}
.navocenter{
height:25px;
padding-top:7px;
background:url(../images/navonbgcenter.gif) repeat-x;
}
.navoright{
width:8px;
height:32px;
background:url(../images/navonbgright.gif) no-repeat;
}
.navocenter a{
padding-top:8px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
color:#000000;
}

.navfleft{
width:9px;
height:32px;
background:url(../images/navbg.gif) repeat-x;
}
.navfcenter{
height:32px;
background:url(../images/navbg.gif) repeat-x;
}
.navfright{
width:8px;
height:32px;
background:url(../images/navbg.gif) repeat-x;
}
.navfcenter a{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
color:#ffffff;
}

.lm_bg
{
	background-image: url(../images/1.gif);
	background-repeat: no-repeat;
	background-position: center;    
}
.font_sizeLm
{
  color:#f80f08;
  font-weight:bold;
  font-size:14px;
}
.font_size
{
color:#0874c4;
font-weight:bold;
}
.font_size2
{
 color:#5a5a5a;
}
.font_size3
{
 color:#f77022;
 font-weight:bold;
 font-size:14px;
}
.font_size4
{
	color: #333333;
}
.font_size4 a
{
	color: #333333;
	text-decoration:none;
}

.menu:link {
	COLOR: #0000ff; TEXT-DECORATION: underline;
}
.menu:visited {
	COLOR: #0000ff; TEXT-DECORATION: underline;
}
.menu:hover {
	COLOR: #0000ff; TEXT-DECORATION: underline}
.menu:active {
	COLOR: #0000ff; TEXT-DECORATION: underline;
}
#search{
font-family:Arial, Helvetica, sans-serif;
color:#193C72;
background:url(../images/st2.gif) repeat-x;
}
#foot{
font-family:Arial, Helvetica, sans-serif;
color:#505050;
background:url(../images/ft2.gif) repeat-x;
}
#foot a{
font-family:Arial, Helvetica, sans-serif;
color:#505050;
text-decoration:none;
}
#note{
padding-left:10px;
}

#note a{
text-decoration:none;
color:#303030;
}

#quicklink a{
text-decoration:none;
color:#303030;
}

/*
table 
*/
#DataGrid1 tr {
    background-color: expression(
        
            (this.sectionRowIndex % 2 == 0) ? "#f8f8f8" : "#ffffff"
       
    );
    
    TableSelect: expression(
       
            onmouseover = function()
            {
                this.style.backgroundColor = 
                (
                     "#FCD5D5"
                )
            },
            onmouseout = function()
            {
                this.style.backgroundColor = 
                (
                    
                            this.sectionRowIndex % 2 == 0 ? "#f8f8f8" : "#ffffff"
                       
                   
                )
            }
        )
    
}
