@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
}

body {
    font-family     : Calibri;
    font-size       : 12px;

}

th, td, tr, p {
	font-family     : Calibri;
	font-size       : 14px;
	font-weight		: normal;
	text-align: left;

}

#wrap { 
	width: 900px; 
	margin: 0 auto; 
	}

#content { 
	width: 650px; 
	margin: 0 auto; 
	}

#menu  {
  	vertical-align: top;
}

#hiddenmenu {
    visibility: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
}

#menu td a:link {
    margin: 0;

    margin-bottom: 15px;
    padding: 0;
    width: 200px;
    height: 50px;
    float: left;
    color:#000040 ;  
    text-decoration: none;
    font-family     : Calibri;
    font-size       : 14px;
    font-weight:bold;
  	line-height: 50px;
  	vertical-align: middle;
  	background-color:#EEEEEE;
  	box-shadow: 5px 5px 2px #e0e0e0;
}
#menu td a:visited {
    margin: 0;

    margin-bottom: 15px;
    padding: 0;
    width: 200px;
    height: 50px;
    float: left;
    color:#000040 ;  
    text-decoration: none;
    font-family     : Calibri;
    font-size       : 14px;
    font-weight:bold;
  	line-height: 50px;
  	vertical-align: middle;
  	background-color:#EEEEEE;
  	box-shadow: 5px 5px 2px #e0e0e0;
}


#menu td a:hover {
	color : #000000;
	background-color: #E0E0E0;
	box-shadow: 5px 5px 2px #888888;
}
	
#menu td.highlight a {
	color : #000000;
	background-color: #E0E0E0;
	box-shadow: 5px 5px 2px #888888;
	}

#menu td.highlight a {
	color : #000000;
	background-color: #E0E0E0;
	box-shadow: 5px 5px 2px #888888;
	}
	
#multi {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  margin-top: 11px;
}

#wrap table tr .auto-style15 .auto-style16 {
	font-family: Calibri;
	font-size: 10px;
	text-align: center;
}
#wrap table tr td {
	font-size: 10px;
	font-family: Calibri;
}
