html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body, td {
	font-family: verdana, Tahoma;
	font-size: 11px;
	color: #696969;
	/*margin-bottom : 14px;*/
}

tr.tr1{
  background:#a5a5a5;
}

tr.tr2{
  background:#ffffff;
}

a:link{
	font-size:11px;
	text-decoration:underline;
	color:#505050;
	margin-bottom : 25px;
}
a:visited{
	font-size:11px;
	text-decoration:underline;
	color:#505050;
}
a:hover{
	font-size:11px;
	text-decoration:none;
	color:#b00000;
}

/*****************************************/
a.black:link{
	font-size:13px;
	text-decoration:underline;
	color:#000000;
	margin-bottom : 25px;
}
a.black:visited{
	font-size:13px;
	text-decoration:underline;
	color:#000000;
}
a.black:hover{
	font-size:13px;
	text-decoration:none;
	color:#b00000;
}

/*****************************************/
a.white:link{
	font-size:13px;
	text-decoration:none;
	color:#ffffff;
	margin-bottom : 25px;
}
a.white:visited{
	font-size:13px;
	text-decoration:none;
	color:#ffffff;
}
a.white:hover{
	font-size:13px;
	text-decoration:none;
	color:#b00000;
}

/*****************************************/
a.green:link{
	font-size:11px;
	text-decoration:underline;
	color:#53823A;
	margin-bottom : 25px;
	font-weight:bold;
}
a.green:visited{
	font-size:11px;
	text-decoration:underline;
	color:#53823A;
	font-weight:bold;
}
a.green:hover{
	font-size:11px;
	text-decoration:none;
	color:#b00000;
	font-weight:bold;
}

/*****************************************/
a.nav:link{
	font-size:13px;
	text-decoration:underline;
	color:#3D6705;
}
a.nav:visited{
	font-size:13px;
	text-decoration:underline;
	color:#3D6705;
}
a.nav:hover{
	font-size:13px;
	text-decoration:none;
	color:#b00000;
}
/*****************************************/

.nav{
	font-size:13px;
	color:#53823A;
	margin-bottom : 25px;
	font-weight:bold;
}

.white_tit{
     font-size:14px;
     color:#ffffff;
     font-family: Times New Roman;
}

.white{
     font-size:10px;
     color:#ffffff;
}

.black{
     font-size:13px;
     color:#000000;
}