

body {
	margin: 0px;
	padding: 0px;
	}
	
.text {
	color: #E87C1D;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	padding-left: 56px;
	margin-top: 11px;
}

.text_small {
	color: #004990;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	padding-left: 56px;
	margin-top: 10px;
}

div.frame {
	width: 907px;
	height: 630px;
	background-image: url(../img/kt.gif);
	background-position: 0px 40px;
	background-repeat: no-repeat;
	
    border: 1px;
	border-style: solid;
	border-color: #004990;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

div.itc {
	width: 907px;
	height: 15px;
	padding-top: 4px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	text-align: right;
}

div.itc a {
	color: #004990;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div.left {
	width: 540px;
	height: 590px;
    float: left;
 }

div.right {
	width: 367px;
	height: 590px;
    float: right;
	
    background-image: url(../img/right_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

div.right img {
    margin-top: 130px;
}


img {
	border: 0px;
}





