/* CSS Document init.css home page uas */


body {
	/* background-image: url(images/bg_silver1.gif);  */
	/* background-repeat: repeat-y; */
	background-color:#CCC;
	margin: 0px auto auto;
	padding: 0px;

}
body,td{
	font-size:12px;
	line-height:130%;
}
table {
	background-color: #FFFFFF;
}
.s {
	font-size: 10px;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
.s-gray {
	font-size: 10px;
	line-height: 130%;
	color: #999999;
}
.b {
	font-weight: bold;
}
.s-15 {
	font-size: 10px;
	line-height: 150%;
}
.s-b {
	font-size: 10px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin-left: 15px;
	padding: 0px;
}
ol {
	margin-left: 30px;
	padding: 0px;
}
li {
	margin-bottom: 5px;
}
.column-title {
	font-size: 14px;
	font-weight: bold;
}
.column-text {
	line-height: 150%;
}
.m-18 {
	line-height: 200%;
}
.l-b {
	font-size: 14px;
	font-weight: bold;
}
.ll-b {
	font-size: 18px;
	font-weight: bold;
}
.h3-line-01 {
	background:#E0ECF8;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	font-weight:bold;
}

