@charset "utf-8";
/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646A6B;
	font-weight: normal;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3399CC;
}

a {
	font-size: 12px;
	color: #E74100;
	font-weight: bold;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #990000;
}
a:active {

}
