/* CSS Document */
a {
	a:link{color:#ff465ad2;}
    a:visited{color:#ff465ad2;}
    a:hover{color:red;}
    a:active{color:#ff465ad2;}
}
body {
      background-color: #ffffff;
      font-family: Verdana, sans-serif; font-size:11px;
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
}
.table {
      width:800px; 
	border:0px none;
	margin-left:10%;
	margin-right:10%
}
.header {
      background-image:url('images/header.jpg');
      width:800px; 
      height:162px
}
.topbuttons {
      background-image:url('images/underheader.gif');
      width:800px;
      height:25px
}
.content {
      width:639px;
	height:413px; 
	border-right:1px; 
	border-right-color:#73B1F0; 
	border-right-style:solid; 
}
.menutop {
    background-image:url('images/menu_top.jpg');
	width:161px; 
	height:42px
}
.menubg {
    background-image:url('images/menu_bg.gif'); 
	width:161px; 
	height:310px;
	vertical-align:top
}
.menubottom {
    background-image:url('images/menu_bottom.gif'); background-repeat:no-repeat;
	width:161px; 
    height:61px;
	vertical-align:bottom;
	border-right:1px solid #73B1F0; 
	border-bottom:1px solid #73B1F0; 
}
