/* CSS Document */

h1 {
	color: #b4e34a;
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	color: #b4e34a;
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	color: #b4e34a;
	font-size: 1em;
	font-weight: normal;
}

h4 {
	color: #b4e34a;
	font-size: 0.8em;
	font-weight: bold;
}

h5, h6 {
	color: #b4e34a;
	font-size: 0.7em;
	font-weight: bold;
}

p {
	font-size: 0.7em;
}

td p {
	font-size: 0.7em;
}

td {
	font-size: 1em;
}

ol, ul {
	font-size: 0.7em;
}

legend {
	color: #b4e34a;
	font-size: 0.8em;
	font-weight: bold;
}

fieldset {
	padding: 5px;
	border: 1px solid #FFFFFF;
}

a {
	color: #b4e34a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img, div { 
	behavior: url(common/iepngfix.htc); 
}