body{
	background-color:#FFFFCC;
	font-size:12px;
	line-height:18px;
}

h1{
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	margin:0px 0px 14px;
}

h2{
	font-size:22px;
	text-align:center;
	margin:30px 0px;
}

h3{
	background-color:#3F92ED;
	font-size:1.5em;
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.7em;
	text-align:center;
	margin:12px 0px 4px;
}

p{  font-size:14px;
	text-align:justify;
	margin:0px;
	margin-bottom:20px;
	padding:0px 10px;
}

table{
	border-collapse:collapse;
	margin:0px auto;
}

th{
	border:solid 1px #000000;
	background-color:#FFFFFF;
	padding:5px;
	font-weight:normal;
	text-align:center;
}

td{
	border:solid 1px #000000;
	background-color:#FFFFFF;
	padding:5px;
}

a:link{
	font-size:12px;
	color:#0000ff;
	text-decoration:none;
}

a:visited{
	font-size:12px;
	color:#0000ff;
	text-decoration:none;
}

a:active{
	font-size:12px;
	color:#0000ff;
	text-decoration:none;
}

a:hover{
	font-size:12px;
	color:#ff00ff;
	text-decoration:underline;
}

#container{
	background-color:#FFFFFF;
	width:650px;
	margin:0px auto;
	padding:20px 5px;
	border:dotted 1px #999999;
}

#fax_table{
	width:630px;
}

#fax_table_inner tr td{
	border:none;
}

.a{
	font-size:18px;
}

.center{
	text-align:center;
}

.small{
	font-size:9px;
	line-height:12px
}

.cp{
	font-size:11px;
	line-height:16px;
}

.copy{
	font-size:10px;
	line-height:16px;
	color: #333333;
}