@charset "iso-8859-1";

body {
	margin:0;
	padding:0;
	color:#333;
	background:#fff;
}
img {
	border:0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

a:link { color: #0D327D; text-decoration: underline; }
a:visited { color: #551A8B; text-decoration: underline; }
a:hover { color: #aa1111; text-decoration: underline; }
a:active {
	color: #aa1111;
	text-decoration: underline;
}

a.menu:link { color: #0D327D; text-decoration: underline; }
a.menu:visited { color: #551A8B; text-decoration: underline; }
a.menu:hover { color: #aa1111; text-decoration: underline; }
a.menu:active {
	color: #aa1111;
	text-decoration: underline;
	text-align: center;
}

a.left:link { font-size: 75%; line-height: 120%; color: #ffffff; text-decoration: underline; }
a.left:visited { font-size: 75%; line-height: 120%; color: #ffffff; text-decoration: underline; }
a.left:hover { font-size: 75%; line-height: 120%; color: #FFCC66; text-decoration: underline; }
a.left:active { font-size: 75%; line-height: 120%; color: #FFCC66; text-decoration: underline; }

a.left_inner:link { font-size: 75%; line-height: 120%; color: #0D327D; text-decoration: underline; }
a.left_inner:visited { font-size: 75%; line-height: 120%; color: #551A8B; text-decoration: underline; }
a.left_inner:hover { font-size: 75%; line-height: 120%; color: #aa1111; text-decoration: underline; }
a.left_inner:active { font-size: 75%; line-height: 120%; color: #aa1111; text-decoration: underline; }

.fs10_menu { font-size: 61%; }
.fs12_menu { font-size: 77%; }
.fs14_left { font-size: 93%; }

.fs10 { font-size: 62.5%; line-height: 140%; }
.fs12 { font-size: 75%; line-height: 140%; }
.fs14 { font-size: 81.25%; line-height: 140%; }
.fs18 { font-size: 112.5%; line-height: 140%; }

.m_top3 { margin-top:3px; }
.m_top5 { margin-top:5px; }
.m_top8 { margin-top:8px; }
.m_top10 { margin-top:10px; }
.m_top13 {margin-top: 13px;}
.m_top15 { margin-top:15px; }
.m_top20 { margin-top:20px; }
.m_top25 { margin-top:25px; }
.m_top30 { margin-top:30px; }
.m_top35 { margin-top:35px; }
.m_top40 { margin-top:40px; }
.m_top45 { margin-top:45px; }
.m_top50 { margin-top:50px; }

/* e-mm.dwt */
.m_top13 {
	margin-top: 13px;
}

.hide{
	position: absolute;
	left: -999px;
	width: 999px;
	margin:0px;
	padding:0px;
	line-height:0%;
}

h1 {
/*	line-height:0%;
	margin: 0px;
	padding: 0px;
	font-size: 0%;*/
		background-color:#ffffff;
		font-size:125%;
		margin: 0px;
		padding: 0px;
		line-height: 140%;
		color: #000000;
		font-weight: bold;
}
h2 {
		background-color:#ffffff;
		font-size:125%;
		margin: 0px;
		padding: 0px;
		line-height: 140%;
		color: #000000;
		font-weight: bold;
}

h3 {
	margin: 20px 0px 10px 0px;
	padding: 2px 0px 2px 15px;
	width:580px;
	display: block;
	height: auto;
	background:url("../images/sti_bg.gif") no-repeat;
	font-size: 93%;
	line-height: 140%;
	color: #ffffff;
	font-weight:bold;
}

.search {
	width:120px;
}

ul {
	list-style-image: url("../../images/top_mark_02.gif") ;
	font-size:85%;
	margin: 0px;
	padding-left: 20px;
	}

.bold{
	font-weight: normal;

}

.footer{
	font-size: 85%;
	line-height: 140%;
	text-align:center;
}
h5 {
	background-image: url(../images/sti_bg_02.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 580px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 14px;
	background-position:left bottom;
	font-size: 93%;
	line-height: 140%;
	color: #333333;
	font-weight:bold;
}
/* skip navigation
----------------------------------------------------------*/
.skip,
.skipContents {
	position:absolute;
	left:-9999px;
	top:0;
	width:0;
	height:0;
	overflow: hidden;
	line-height:0;
	margin:0;
	padding:0;
}
/* IE hack (IE8 and below) */
*html .skip,
*html .skipContents {
	position:static;
	font-size:0;
	margin-top:-1px;
}

