/* CSS Document */
html,body{
margin:0;
padding:0;
height:100%;
width:100%;
border:none;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
line-height:normal;
background-color:#b7b7b7;
color:#FFFFFF;
}
#body_shell {
width:800px;
text-align:left;
/* overflow:hidden; */
}
#body_wrap {
width:800px;
float:left;
background-color:#1C3E88;
height:inherit;
}
/* home page */
#title{
background-image:url(../images/bg_top.gif);background-repeat:repeat-x;
width:800px;
}
#index{
width:800px;background-image:url(../images/tblbg3.gif);
background-color:#FFFFFF;
background-repeat:repeat-y;
background-repeat:repeat-x;
height:auto;
}
A{
	color: black;
	font-weight: bold; 	
	font-size: 12px;
    text-decoration: none;
} 
A:visited { 
	color: black; 
	font-weight: normal;
	font-weight: bold; 
	font-size: 12px;	 	
}
A:hover{
    COLOR: #7696D6;
	font-weight: bold; 	
	font-size: 12px;
}
    div.uedge {
      background-color: #1C3E88;
	  background-image:url(../table/top.gif);
	  background-repeat:repeat-x;
    }
    div.redge {
      background-image: url(../table/right.gif);
      background-position: top right;
      background-repeat: repeat-y;
    }
    div.bedge {
      background-image: url(../table/bottom.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }
    div.ledge {
	  background-image: url(../table/left.gif);
	  background-repeat:repeat-y;
    }
    div.ulcorner {
      background-image: url(../table/topleft.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.urcorner {
      background-image: url(../table/topright.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    div.blcorner {
      background-image: url(../table/bottomleft.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
    div.brcorner {
      background-image: url(../table/bottomright.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 15px 30px 30px 15px;
    }
    div.innercontent {
      width: 100%;
	  color:#ffffff;
	  font-weight:normal;
    }
INPUT
{
	font-weight: bold;
	font-size: 13px;
	color:black; 
	font-family: Arial, tahoma;
}
SELECT
{
	select-3d-light-color:	#AFCFFF;
	select-arrow-color:		red;
	select-base-color:		#AFCFFF;
	scrollbar-dark-shadow-color:#FFC0C0;
	scrollbar-face-color:		#AFCFFF;
    scrollbar-highlight-color:	#FFC0FF;
	scrollbar-shadow-color:		navy;
	font-weight: bold;
	font-size: 11px;
	line-spacing: 8;
	color:black; 
	font-family: Arial, tahoma;
}
TABLE
{
	font-weight: bold;
	font-size: 11px;
	line-spacing: 8;

}
A 
{
	color: white;
	font-weight: bold; 	
} 

A:visited 
{ 
	color: white; 
	font-weight: normal;
	font-weight: bold; 	 	
}

A:hover
{
    COLOR: lightblue;
	font-weight: bold; 	
}
hr { height:0px; 
        border:0px; 
        border-top:1px solid #2A5298; 
}
