@charset "utf-8";
body {
	font-size: 12px;
	line-height: 20px;
}
.bold {
	font-weight: bold;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}


.red {
	color: #FF0000;
}
.gray {
	color: #CCCCCC;
}
.white {
	color: #FFFFFF;
}
.white a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.white a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.white a:hover {
	color:#FFFF00;
	text-decoration: none;
}
.line {
	text-decoration: line-through;
}

