body { 
	margin-left: 10px;
	background: white; 
	font-family: "Merriweather", Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 13px; 
	color: gray;
	line-height: 1; 	
	position: relative; 
	-webkit-font-smoothing: antialiased; 	
}

/* Links ---------------------- */
a img { 
	border: none; 
}

a { 
	color: #2ba6cb; 
	text-decoration: none; 
	line-height: inherit; 
}

a:hover { 
	color: #2795b6; 
}

a:focus { 
color: #2795b6; 
}

p a, p a:visited { 
	line-height: inherit; 
}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Merriweather", Arial, sans-serif;
	font-weight: 700; 
	//text-transform: capitalize;
	font-style: normal; 
	color: #002d62; 
	text-rendering: optimizeLegibility; 
	//line-height: 1.1; 
	//margin-bottom: 14px; 
	//margin-top: 14px; 
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { 
	font-size: 60%; 
	color: #6f6f6f; 
	line-height: 0; 
}

h1 { 
	font-size: 26px; 
}

h2 { 
	font-size: 20px; 
}

h3 { 
	font-size: 16px; 
}

h4 { 
	font-size: 13px; 
}

hr { 
	border: solid #dddddd; 
	border-width: 1px 0 0; 
	clear: both; 
	margin: 22px 0 21px; 
	height: 0; 
}

label.lblform { 
	font-family: "Merriweather", Arial, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	color: gray; 
	cursor: pointer; 
	display: block; 
	font-weight: 500; 
	margin-bottom: 3px; 
}

.subtitle {
	font-family: "Merriweather", Arial, sans-serif;
	font-size: 14px; 
	font-weight: 700; 
	color: #002d62; 
	text-transform:capitalize;
}

.helpArea {
	font-family: "Merriweather", Arial, sans-serif;
    border-radius: 10px;
    border: 1px solid #a1b2c1;
    padding: 10px;	
    width: 600px;   
	background-color: #f5f5f4;	
	font-size: 12px;	
}

.err {
	font-family: "Merriweather", Arial, sans-serif;
    border-radius: 10px;
    border: 2px solid #a1b2c1;
    padding: 10px;	
    //width: 600px;   
	background-color: yellow;	
	font-size: 12px;	
}

.container {
	display: table;
}
.left {
	display: table-cell;
	width: 250px;
}
.right {
	display: table-cell;
}

input[type="submit"] {
	font-family: "Merriweather", Arial, sans-serif;
	background-color: #002d62;
	color: #ffffff;
	border: 0px;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 20px;
}