@charset "utf-8";
body {
	font-size: 12px;
	color: #666666;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #EFF1FE;
}
h1 {
	overflow: hidden;
	width: 770px;
	padding-left: 10px;
	top: 5px;
	bottom: 5px;
}
h2  {
	background-image: url(../images/title_bg600.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 600px;
	font-size: 20px;
	font-weight: bold;
	color: #125576;
	text-indent: 20px;
	padding-top: 7px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}


a:hover {
	color: #666666;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

p {
	line-height: 150%;
	color: #666666;
}

