/* CSS Document */

.mb15{
	margin-bottom: 15px;
}

.ml15{
	margin-left: 15px;
}

div.wrap{
	width: 700px;
	margin-bottom: 100px;
	margin-left: 130px;
}

.wrap a,
.wrap li,
.wrap p{
	line-height: 150%;;
}

p.right{
	text-align: right;
	line-height: 150%;
	}

p.center{
	text-align: center;
}

p.left{
	text-align: left;
	line-height: 150%;
}

p.center{
	text-align: center;
	line-height: 150%;
}

p.text{
	margin: 20px 0 10px 0;
	line-height: 150%;
}

.bold{
	font-weight: bold;
}

h1{
	text-align:center;
	font-weight: bold;
	font-size: 130%;
	margin-top: 50px;
	color: #000;
}

.bdr{
	border: #CCC 1px solid;
	padding: 10px;
	width: 480px;
	margin: 0 0 0 100px;
}

.bdr2{
	border: #CCC 1px solid;
	padding: 10px;
	width: 250px;
	margin: 5px 0 5px 20px;
}

.bdr3{
	border: #CCC 1px solid;
	padding: 10px;
	width: 250px;
	margin: 5px 0 5px 15px;
}

.unline{
	text-decoration: underline;
	font-weight: bold;
}

.box1{
	margin: 10px 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: #CCC 3px solid;
}

.wrap table{
	margin: 5px 0;
}

.wrap th{
	border:#CCC 1px solid;
	background: #f1f1f1;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

.wrap td{
	border:#CCC 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

.bgc{
	background: #f1f1f1;
	padding: 3px;
	border-bottom: #ccc 1px solid;
	margin: 15px 0;
	font-weight: bold;
}

.red{
	color: #C00;
}

