/* basic elements */

.txt12 {
	font-size: 12px;
	line-height: 140%;
	color: #4e4969;
	font-family: Arial, Helvetica, sans-serif;
}
.txt12active {
	font-size: 12px;
	line-height: 140%;
	color: #e04a0f;
	font-family: Arial, Helvetica, sans-serif;
}
.subtxt {
	font-size: 0.2em;
	vertical-align: bottom;
	position: relative;
	top: 0.3em;
}
.widetxt {
	line-height: 175%;
}
.title14 {
	font-size: 14px;
	color: #0d0146;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	font-size: 12px;
	color: #3046cd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-size: 12px;
	color: #3046cd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-size: 12px;
	color: #e04a0f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	font-size: 12px;
	color: #e04a0f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.pri_title {
	display: none;
}
.mid12 {
	font-size: 12px;
	line-height: 140%;
	color: #140169;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.mgt20{
	margin-top: 20px;
}

#maincol table tr td.bg01{
	background: url("../images/bg01.gif");
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Verdana, Geneva, "sans-serif";
	color: #4e4969;
	font-weight: bold;
	text-shadow: 1px 1px 1px #d7d6e2;	
}
#maincol table tr td.bg02{
	background: url("../images/bg02.gif");
	background-repeat: repeat-y;
}

#maincol div.bg03{
	background: #DBDFE4;
	width: 180px;
	margin-top: 1em;
	padding: 10px;
	box-shadow:1px 1px 2px 2px #8393aa inset;
}
#maincol div.bg03 p{
	margin: 0 0 0.6em 0;
	padding: 3px 0 4px 0;
	border-bottom: dotted 1px #888888;

}

#maincol ul.arrow01 li{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-right: 10px;
	padding-left: 15px;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;	
}
#main ul.arrow02{
	margin: 0;
}
#main ul.arrow02 li{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-right: 50px;
	padding-left: 15px;
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;	
	display: inline-block;
	line-height: 1;
}

#maincol ul.list01 li{
	list-style-image: none;
	list-style-type: disc;	
}
#maincol ul.button01 {
	margin-left: 0;
}
#maincol ul.button01 li{
	list-style-image: none;
	list-style-type: none;	
	display: inline-block;
	background: #e9eaf1;
	padding: 3px 10px;
	border-radius: 10px;
	border:solid 1px #808fa4;
	box-shadow: 1px 1px 1px #dfdee6;
}
#maincol ul.button01 li a{
	font-size: 13px;
	color: #5b567a;
	font-weight: bold;
	text-shadow:1px 1px 1px #dfdee6; 
}
