@charset "UTF-8";
/* CSS Document */
/* BODY STYLES */

body {
	margin:  0 5px 5px 5px;
	background-color: #fff;
}

body,
td,
th,
p {
    font-family: arial;
    font-size: 11px;
    color: #000000;
}

#divPrintHeader {
    display: none;
}

.hide {
	display: none;
}

#divChildHeader {
	background-image: url(/image/pict/child_header.jpg);
	background-repeat: no-repeat;
	height: 52px;
}

#divChildBodyContent {
	padding: 3px 15px 3px 9px;
}

#divChildColumn {
	padding: 3px 12px 6px 12px;
	margin: 0;
	float: left;
	width: 690px;
	background-color: #dddfe3;
}

#divChildColumn p a,
#divChildColumn li a {
    color: #CC153F;
}

#divChildColumn  p a:hover,
#divChildColumn li a:hover {
    color: #CC153F;
}

#divChildColumn li {
    margin: 4px 0 4px 0;
    padding: 0;
    text-indent: 0;
}

#divChildColumn ul {
    margin: 0 0 0 30px;
	list-style-position: outside;
	padding: 0px;
}

#divChildColumn h1 {
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #56497f;
	padding: 5px 0 5px 0;
}

#divChildColumn h2 {
	margin: 10px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #cc153f;
	padding: 0px;
}

#divChildColumn h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
}

#divChildColumn p {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

/* FOR "WELL-BEHAVED" BROWSERS */
body >/**/ #divWrapper >/**/ #divFooter {
	width: 620px;
	margin: 5px;
}

#brFooter {
	clear: both;
    height: 6px;
    width: 100%;
}

#hrHeader {
	clear: both;
    height: 6px;
    color: #56497f;
	background-color: #56497f;
	border-color: #56497f;
	border-style: solid;
}

#hrFooter {
    height: 3px;
    color: #56497f;
	background-color: #56497f;
	border-color: #56497f;
	border-style: solid;
}

#divFooter {
	float: left;
	font-size: 9px;
	height: 15px;
	padding: 0 0 5px 5px;
	margin-bottom: 0;
}

#divFooter a {
	color: #333333;
	text-decoration: underline;
	font-size: 9px;
}

#divFooter a:hover {
	color: #000;
	text-decoration: none;
	font-size: 9px;
}
