@charset "utf-8";

body    {background-color: #272264;
			}
h1 {font-size: 2.5em}
h2 {font-size: 2.25em}
h3 {font-size: 2.0em}
h1, h2, h3, h4 {
	font-family: vollkorn, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif, vollkorn;
	font-style: normal;
	font-weight: 400;
	;
}
p {font-size: 1em}
p.price {
	font-family: roboto;
	font-size: 26px;
	color:#0F2F89;
	font-weight: bold;
	
}
.price{font: bold;
		font-size: }
.bluevue{background-color: #272264;
			border-color: #272264;}
.greyvue{background-color:#AAA9AE}
.whitevue{background-color:#E0E0E0;}
.noborder{border-radius: 0px;}			
.nomargin {margin-top:  0px;
			margin-bottom: 0px;}
.padbottom {padding-bottom: 30px;}
.padall{padding: 15px;}
.rounded{border-radius: 15px;}
.full {background-image: url("../images/bg.jpg") ;}
.darkgrey{background-color: #50504d;
			color: white;}
.circle{border-radius: 0px;}
.lineh{line-height: 100px;}
.vertcenter{vertical-align: middle;}
