@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;}

td {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;}

.box {width: 560px; border-style: solid; border-color: #0d265e; border-width: 1px; background: #173a89; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;}

.bkg {
	background-color: #f1efef;
	background-image: url(img/bkg.jpg);
	background-repeat: repeat-x;
	padding: 8px 8px 5px 8px;
}

.tarpas {
	padding: 5px 8px 5px 8px;
}

.bkgleft {
	background-color: #f1efef;
	background-image: url(img/bkg_left.jpg);
	background-repeat: repeat-y;
}

.bkgright {
	background-color: #f1efef;
	background-image: url(img/bkg_right.jpg);
	background-repeat: repeat-y;
}

.bkgbottom {
	background-color: #f1efef;
	background-image: url(img/bkg_bottom.jpg);
	background-repeat: repeat-x;
	padding: 0px 14px 0px 8px;
}

.input {
    border: 1px solid #cccccc;
    background: #ffffff;
	width: 120px;
}
.input:hover {
    border: 1px solid #cccccc;
    background: #ffffff;
}
.button {
    color:#FFFFFF;
    border: none;
    background: url('img/up.png') no-repeat center;
    padding: 2px 8px;
}
.button:hover {
    color:#FFFFFF;
    border: none;
    background: url('img/down.png') no-repeat center;
    padding: 2px 8px;
}
label {
    display: block;
    width: 60px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

img { border: 0;}

a:active, a:visited {
text-decoration : none;
color: #000066;
}

a:hover{
text-decoration : underline;
color: #000066;
}

p {
	text-align: justify;
	text-indent: 0.8cm;
	margin-top: 1px; 
	margin-bottom: 1px;
}

p.btext {
	margin-top: 14px; 
	margin-bottom: 14px;
	font-weight:        bold;
	text-align: justify;
	text-indent: 0.8cm;
}

p.bctext {
	margin-top: 14px; 
	margin-bottom: 14px;
	font-weight: bold;
	text-align: center;
}

p.western {
	text-align: left;
	text-indent: 0cm;
	margin-top: 1px; 
	margin-bottom: 1px;
}

.tt_table{
	border-collapse: collapse;
}
	
.ttd, .ttd_left, .ttd_justify, .ttd_text {
    border: #000000 solid 1px;
}

.ttd {
	text-align: center;
}

.ttd_text {
	padding: 5px 5px 5px 5px;
}

.ttd_left {
	text-align: left;
}
.ttd_justify {
	text-align: justify;
}
