@charset "utf-8";
body {
	font-size: 12px;
	color: #333333;
	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;
}
a:link {
	color: #333333;
	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%;
}

