body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman";
	font-size: 11px;
}

span {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	color: Green;
	font-size: 14px;
	margin-left: 40px;
	margin-top: 16px;
	margin-bottom: 16px;
}

p {
	margin-left: 25px;
	margin-right: 25px;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.col_left {
	width: 197px;
	background-image: url(img/bg_left.gif);
	background-repeat: repeat-y;
	text-align: right;
	font-size: 12px;
}

.col_left a {
	color: #FFFFFF;
	text-decoration: none;
}
.nok {
	display: none;
}
