body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.main {
	background-color: #FFFFFF;
	text-align: center;
}

.col_right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-left-color: #eeeeee;
}

.subright {
	text-align: center;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
}

.tit {
	font-size: 10px;
	color: #222222;
	font-weight: bold;
	background-color: #626262;
	font-family: "Trebuchet MS", Arial, Verdana;
	text-indent: 20px;
	height: 20px;
}

.titulo_2 {
	font-family:"Trebuchet MS", Verdana, "MS Serif";
	font-size:12px;
	color:#0066CC;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	height: 20px;
}

.titulo_3 {
	font-family:"Trebuchet MS", Verdana, "MS Serif";
	font-size:12px;
	color:#0066CC;
	font-weight:bold;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	width: 100%;
	padding-left: 5px;
}

.tx {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
}

.tx_small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 10px;
}

.tx_small2 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	line-height: 13px;
}

.tx_small3 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f4f5;
}

.tx_smallbold {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	line-height: 10px;
	font-weight: bold;
}

.tx1 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	width: 200px;
	line-height: 12px;
}

.tx2 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	width: 200px;
	text-transform: uppercase;
}

.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #626262;
}


