@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0099CC;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0099CC;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FF6905;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
}
a:link {
text-decoration: none;
	color: #FF9900;
}
a:visited {
text-decoration: none;
	color: #FF9900;
}
a:hover {
text-decoration: none;
	color: #FFFFFF;
}
a:active {
text-decoration: none;
	color: #FF9900;
}

#body a:link {
text-decoration: none;
	color: #FF9900;
}
#body a:visited {
text-decoration: none;
	color: #FF9900;
}
#body a:hover {
text-decoration: none;
	color: #FFFFFF;
}
#body a:active {
text-decoration: none;
	color: #FF9900;
}

#body a:link em{
text-decoration: none;
	color: #0099CC;
}
#body a:visited em{
text-decoration: none;
	color: #0099CC;
}
#body a:hover em{
text-decoration: none;
	color: #FFFFFF;
}
#body a:active em{
text-decoration: none;
	color: #0099CC;
}

}

