@charset "utf-8";
/* CSS Document */
a {
	font-weight: bold;
	color: #F00;
}
a.temp {
	font-weight: bold;
	color: #FFF;
}
h1, h1 a, h1 a:visited, h1 a:hover {
	font-family: arial;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	margin-left: 0px;
	margin-bottom: 0px;
	text-decoration:none;
}
h2 {
	font-family: arial;
	font-size: 14px;
	color: #F00;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-family: arial;
	font-size: 12px;
	color: #F00;
	margin-bottom: 0px;
}
h4 {
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 0px;
}

body {
	font-family: arial;
	font-size: 12px;
	color: #003;
}
b {
	font-weight: bold;
}
.b {
	font-weight: bold;
}


