@charset "utf-8";
.bold-blue {
	font-weight: bold;
	color: #098dc9;
	line-height: 12px;
}
.bold-white {
	font-weight: bold;
	color: #FFFFFF;
}
.bold-black {
	font-weight: bold;
	color: #333333;
	line-height: 12px;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
	line-height: 12px;
}


.body-white {
	line-height: 12px;
	color: #FFFFFF;
}
.body-black {
	line-height: 12px;
	color: #666666;
}
.body-small-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #058CCB;
}

.body-red {
	line-height: 12px;
	color: #FE3101;
}

.td-border-red-typ1 {
	border: 1px solid #FE3101;
}
.td-border-white-typ1 {
	border: 2px solid #FFFFFF;
}
.td-border-grey-typ1 {
	border: 1px solid #999999;
}
.td-border-grey-typ2 {
	border: 1px solid #EFEEED;
}

.inputstyle {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
}






body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #098dc9;
}
a:visited {
	color: #098dc9;
}
a:hover {
	color: #999999;
}
a:active {
	color: #098dc9;
}
TD.list {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	border-bottom-style: none;
}
TD.list A:link {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
TD.list A:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
TD.list A:active {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
TD.list A:hover {
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}
TD.footer {
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding: 1px;
}
TD.footer A:link {
	font-size: 11px;
	text-decoration: underline;
	color: #3EA1DB;
	font-weight: bold;
}
TD.footer A:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #3EA1DB;
	font-weight: bold;
}
TD.footer A:active {
	font-size: 11px;
	text-decoration: underline;
	color: #3EA1DB;
	font-weight: bold;
}
TD.footer A:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
