/* CSS Document */

body{
	font-size: 12px;
	margin: 0px;
	position:absolute;
    text-align:center;
    width:100%;
}
.main{
	font-size: 12px;
	padding: 25px 50px 30px 50px;
	}
.title{
    vertical-align: middle;
    text-align: center;
	background-image: url(img/line.gif);
	background-repeat: repeat;
	background-color: #9D2B1C;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	height: 32px;
}
h1 {
	padding: 0px 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
    text-align: left;
}
h2 {
	padding: 15px 0 2px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px dashed #990000;
	font-size: 12px;
	font-weight: bold;
    text-align: left;
}
.left{
    width: 140px;
	background-color: #cccccc;
	font-size: 12px;
    vertical-align: top;
    text-align: center;
	}
.right{
    width: 390px;
	background-color: #f5f5f5;
	font-size: 12px;
    vertical-align: middle;
    text-align: left;
	paddin: 10px 0 0 0;
	}
p.g {
	padding: 0px 0 0 15px;
	background-image: url(img/grey_btn_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 2px 0px;
	text-align:left;
}
.blue {
	color: #006699;
}
.red {
	color: #990000;
}
.ej {
	font-weight: bold;
	color: #900;
	background-color: #ffc;
	margin: 20px 0 5px 0;
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #900;
	border-left: 8px solid #900;
	font-size: 15px;
}
.je{
	font-weight: bold;
	color: #f06;
	background-color: #ffc;
	margin: 20px 0 5px 0;
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #903;
	border-left: 8px solid #903;
	font-size: 15px;
}
