﻿body  {font-family: "Tahoma"; 
    font-size: 9pt; color: #000000; 
    margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	}

.copyright  { 
	font-family: Verdana,Arial,Helvetica,Sans-serif; 
	font-size: 9pt; 
	color: gray;
	}
	
.font_9pt {
	font-size: 9pt;
	line-height: 150%;
}
.font_9pt_bold {
	font-size: 9pt;
	font-weight: bold;
}
.font_10pt {
	font-size: 10pt;
	line-height: 150%;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


.MSYaHei {
	font-family: 微软雅黑, 宋体, Arial;
}

.section_darkblue {
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #07519A;
}
.section_red {
	font-family: Verdana;
	font-size: 9pt;
	color: red;
}
.style_roadmap {
	line-height: 150%;
}

.font_large {
	font-size: large;
}
.noborder {
	border-width: 0;
}

A:link {color:#003399}
A:visited {color:#003399;}
A:hover {color:#ff3300;}

#nav{
   white-space : nowrap;
   background-color : #F1F2EE;
   float : left;
   color : white;
   font-family: Verdana,Arial,Helvetica,Sans-serif; 
   font-size: 8pt; 
   font-weight: bold;
}
#nav ul{
   padding : 0;
   margin : 0;
   float : left;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   padding-top : 0.5em;
   padding-bottom : 0.5em;
   background-color : #F1F2EE;
   color : black;
   text-decoration : none;
   float : left;
}
#nav ul li a:hover{
   background-color : #6A9AF2;
   color : white;
}
