@import url(small_big_inc.css);
html, body {
	height: 100%;
}
body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background: white url(../images/pageBg.jpg) 0 137px no-repeat;
}
table {
	font-size: 100%;
}
form {
	margin: 0;
}
img {
	border: none;
}


.spcVer {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}


.clrXXXN1 {
	color: #92b9cc;
}
.clrXXXN1-bg {
	background-color: #92b9cc;
}
a {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: grey;
}
a:active, a:hover {
	color: blue;
	text-decoration: underline;
}

a.mail, a.mail:visited {
	color: #999999;
	text-decoration: none;
}
a.mail:active, a.mail:hover {
	color: #333333;
	text-decoration: none;
}