/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
h1 {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
h2 {
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
body {
	background-color: #F1CC01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 12px;
}
a:link {
	color: #434343;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration: none;
	color: #828282;
}
a:active {
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
body,td,th {
	font-size: 10px;
}

