html body p{	
	font-family: Verdana, Arial, sans-serif;
	font-size:70%;
	color: #000000;
	}
	

table, th, td {
	border: 1px solid  #B4BECB;
	border-collapse: collapse;
	font-family: Verdana, Arial, sans-serif;
	font-size:80%;
	color: #000000;
}

.toptitle{
	font-size:95%;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	}

.modelname{
	color:#003366;
	font-size:12px;
	font-weight:bold;
	}
.modelname A:link {color:#003366;text-decoration: none}
.modelname A:visited {color:#003366;text-decoration: none}
.modelname A:active {color:#003366;text-decoration: none}
.modelname A:hover {color:#003366;text-decoration: underline;}

/*------------caption----------------*/

caption {
	font-size: 150%;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	text-align:left;
}
caption a:link{
	font-size: 100%;
	font-weight: normal;
	color: #718ABE;
	text-decoration: none;
}
caption a:hover{
	text-decoration: underline;
}

td, th {
	padding: 5px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	/*font-size: 100% !important;*/
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #F9F9F9; }

tbody tr.odd { background: #DFEAF0 ; }