html, body {
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a, a:link, a:visited , a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #18075E;
	text-decoration: underline overline;
}


#border {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	height: 100%;
}

iframe {
	margin: 0px;
	padding: 0px;
}

#content_border {
	padding: 0px;
	text-align: left;
}

.content_header {
	font: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	background: #FFFFFF;
}

.content_header_2 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #FFFFFF;
}

.content_text{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
}

table {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input_text {
	border: 1px solid #125AA6;
	background-color: #6895C5;
	width: 250px;
	padding: 2px;
}

.input_textfield {
	border: 1px solid #125AA6;
	background-color: #6895C5;
	width: 250px;
	height: 60px;
	padding: 2px;
}

.input_submit {
	border: 1px solid #125AA6;
	background-color: #6895C5;
	width: 100px;
	color: #FFFFFF;
	font-weight: bolder;
	font: Arial;
}

#content_border_scroll {
	margin: 0px;
	overflow: auto;
	max-height: 400px;
}

.a_block, a.a_block, a:link.a_block, a:hover.a_block, a:active.a_block {
	display: block;
	width: 150px;
	height: 100px;
	color: #000000;
	text-decoration: none;
}

.divImg {
	position: absolute;
	background-color: #FFFFFF;
}

.divTxt {
	position: absolute;
	padding: 2px;
	width: 146px;
	height: 96px;
	display: none;
	text-align: center;
}


.divImgBig {
	position: absolute;
	background-color: #FFFFFF;
}

.divTxtBig {
	position: absolute;
	padding: 2px;
	width: 296px;
	height: 96px;
	display: none;
	text-align: center;
}

.divErrorTxt {
	display: none;
}