/* CSS Document */


@import url("reset.css");

td img {display: block;}body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
}
a {
	font-size: 12px;
	color: #0066cc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
h1 {
	font-size: 16px;
	color: #0066cc;
}
h2 {
	font-size: 14px;
	color: #ff6600;
}
h3 {
	font-size: 14px;
	color: #999999;
}
h6 {
	font-size: 9px;
	color: #999999;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	font-style: italic;
}

.error, .error_message {
color:#DA0000;
font-size: 11px;
margin: 2px 0px;
font-weight: normal;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
