body {
	font-family: Arial, Helvetica, sans-serif;
}
.cap{
	font-size:11px;
	color: #666666;
}

td {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited {
font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
a:active {
font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
.red {
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
a.red:link {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
a.red:visited {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
a.red:active {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 11px;
}
.white {
	color: #FFFFFF;
}
.line_under_glay {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}