@charset "UTF-8";
/*  Document   : main.css
    Created on : 2008
    Author     : novaskill
    Description:
    Purpose of the stylesheet follows. */

/*  customize this sample style
   	Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */
	 
	 /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: bocy */
body{
}
/*root {}*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: menu */
#menu  table {
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
  width: 100%;
	font-size: 7.5pt;
	margin-top: 8px;
	margin-bottom: 20px;
}
#menu td{
  padding: 0px;
}
#menu .td_1_1{
  width: 50px;
	text-align: left;
}
#menu .td_1_2{
  width: 125px;
	text-align: left;
}
#menu .td_1_3{
  width: 125px;
}
#menu .td_1_4{
  width: 150px;
}
#menu .td_1_5{
  width: 119px;
}
#menu .td_1_6{
  width: 60px;
}
#menu .td_1_7{
  width: 60px;
}
#menu .td_1_8{
  width: 62px;
}
#menu .td_1_3{
	text-align: left;
	padding-left: 10px;
}
/*#menu .td_1_2,*/
#menu .td_1_4, 
#menu .td_1_5, 
#menu .td_1_6, 
#menu .td_1_7{
	text-align: center;
}
#menu .td_1_8 {
	text-align: right;
}
#menu { 
	color: #4886bb;/*2877ba 4886bb*/
	font-weight: 100;
	text-transform: uppercase;
}
#menu a {
	color: #4886bb;/*2877ba 4886bb*/
	font-weight: 100;
	letter-spacing: 1px; 
	text-transform: uppercase;
	white-space: nowrap;
	background-color: transparent;
}
#menu a:link {
	color: #4886bb;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
}
#menu a:visited {
	color: #4886bb;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
}
#menu a:hover {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////// print */
#menu .td_2_1 {
	font-size: 110%;
	padding: 20px 0px 6px 0px;
}
#menu .td_2_1 a {
	color: #4886bb;/**/
	font-weight: 100;
	text-transform: none;
	white-space: nowrap;
	background-color: transparent;
}
#menu .td_2_1 a:link {
	color: #4886bb;
	text-decoration: none;
	background-color: transparent;
}
#menu .td_2_1 a:visited {
	color: #4886bb;
	text-decoration: none;
	background-color: transparent;
}
#menu .td_2_1 a:hover {
	color: #000000;/*1c629d*/
	text-decoration: none;
	background-color: transparent;
}