@charset "UTF-8";
#popup400 {
	width: 400px;
}
#popup800 {
	width: 800px;
}
#popup900 {
	width: 900px;
}
#popup750 {
	width: 750px;
}
#popup680 {
	width: 680px;
}
#popup500 {
	width: 500px;
}
#popup550 {
	width: 550px;
}
.popup_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.links a{
	color: #3366FF;
	text-decoration: none;
}
.links a:link {
	color: #3366FF;
	text-decoration: none;
}
.links a:visited {
	color: #3366FF;
	text-decoration: none;
}
.links a:hover {
	color: #3366FF;
	text-decoration: underline;
}
.links a:active {
	color: #3366FF;
	text-decoration: none;
}
.italic {
	font-size: 12px;
	font-style: italic;
	color: #3366CC;
}

