/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}

#page{
 text-align:center;
}

.header{
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #7D8E62;
	background-color:#9EB076;	
}

.childMenuBorder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A9A92;
}

.childTitleUnderline{
	border: 1px dashed #9A9A92;
}
.childContentUnderline{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;	
}
.payBorder{
	border:1px solid #CCCCCC;
}
.leftMenuSpace{
	height:7px;
}
.footer{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color:#f0f0f0;
}
