
#header{
	border-bottom:6px solid #B4CDCD; /* Set to desired color of bar under header */
	-webkit-box-shadow: 0px 1px 5px 2px #222;
	-moz-box-shadow: 0px 1px 5px 2px #222;
	box-shadow: 0px 1px 5px 2px #222;
}
.p-normal {
    font-size: 14px; /* Play with font size of the text */
	font-weight: normal;
}
.p-bold {
    font-size: 14px; /* Play with font size of the text */
	font-weight: bold;
}
.p-bold-sp {
    font-size: 14px; /* Play with font size of the text */
	font-weight: bold;
	word-spacing: 10px;
}
.center-wrapper {
    text-align: center;
    margin:0 auto;
    margin-left:auto;
    margin-right:auto;
    align:center;
    text-align:center;
}
.header-img{
max-width: 80%;
width: 80%;
height: auto;
}
.border-bottom{
border-bottom:groove #B4CDCD;
}
.border-bottom-yellow{
border-bottom:groove #FFF8DC;
}
.border-bottom-thick{
border-bottom:thick groove #B4CDCD;
}
.border-right{
border-right:groove #CCC;
}
.vert-cen{
vertical-align: middle;
}
.vert-bottom{
margin-top:auto;
margin-bottom:auto;
}
.div-top{
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
	width: 550px;
	background-color:#FFF;
	border-color: #CCC; 
	border-style:ridge;
	padding: 10px;
}
.p-header {
    font-size: 16px; /* Play with font size of the text */
	font-weight: bold;
}
.p-subheader-line {
    font-size: 15px; /* Play with font size of the text */
	font-weight: bold; 
	border-bottom: 1px solid #333; 
	padding-bottom: 5px;
	
}

.p-subheader {
    font-size: 15px; /* Play with font size of the text */
	font-weight: bold; 
	
}
.div-rates {
	padding-left:12px;
	padding-top: 8px;
	padding-right:8px;
	padding-bottom: 8px;
	}
.div-rates-2 {
	padding-left:12px;
	padding-top: 8px;
	padding-right:8px;
	padding-bottom: 8px;
	background-color: #d2dde1;
	}
.div-numbers {
	padding-left:18px;
	padding-top: 10px;
	padding-right:18px;
	padding-bottom: 10px;
	}
	.div-numbers-2 {
	padding-left:18px;
	padding-top: 10px;
	padding-right:18px;
	padding-bottom: 10px;
	background-color: #d2dde1;
	}
.p-back {
    font-size: 10px; /* Play with font size of the text */
	font-weight: normal;
}