/*
body {
	width: 816px;
	margin: 23px 45px 23px 45px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
}
*/
a:link, a:visited {
	color: rgb(0, 166, 214);
	font-weight: bold;
}

.logo {
	height: 50px;
	vertical-align: middle;
}

.red, .bigRed {
	color: rgb(197,41,32);
}

.blue, .bigBlue {
	color: rgb(0,166,214);
}

.big, .bigRed, .bigBlue {
	font-size: large;
}

.bgBlue {
	background-color: #b7e7fc;
}

.button {
	background-color: rgb(234, 243, 240);
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
}

.idLeft {
	margin-left: 1em;
}

sup {
	font-size: x-small;
}

.rndcrnr1_box {
	background: url('pictures/rndcrnr1_tl.png') no-repeat top left;
}
.rndcrnr1_top {
	background: url('pictures/rndcrnr1_tr.png') no-repeat top right;
}
.rndcrnr1_bottom {
	background: url('pictures/rndcrnr1_bl.png') no-repeat bottom left;
}
.rndcrnr1_bottom div {
	background: url('pictures/rndcrnr1_br.png') no-repeat bottom right;
}
.rndcrnr1_content {
	background: url('pictures/rndcrnr1_r.png') top right repeat-y;
}

.rndcrnr2_box {
	background: url('pictures/rndcrnr2_tl.png') no-repeat top left;
}
.rndcrnr2_top {
	background: url('pictures/rndcrnr2_tr.png') no-repeat top right;
}
.rndcrnr2_bottom {
	background: url('pictures/rndcrnr2_bl.png') no-repeat bottom left;
}
.rndcrnr2_bottom div {
	background: url('pictures/rndcrnr2_br.png') no-repeat bottom right;
}
.rndcrnr2_content {
	background: url('pictures/rndcrnr2_r.png') top right repeat-y;
}

.rndcrnr1_top div,.rndcrnr1_top,
.rndcrnr1_bottom div, .rndcrnr1_bottom,
.rndcrnr2_top div,.rndcrnr2_top,
.rndcrnr2_bottom div, .rndcrnr2_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rndcrnr1_content, .rndcrnr2_content {
	/*margin-top: -19px;*/
}
.rndcrnr1_content, .rndcrnr2_content { padding: 1px 15px; }
/*.rndcrnr1_content p, .rndcrnr2_content p { margin-top: 1em; }*/
