/* CSS Document */

/* Layout */

html, body {
  	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#818181;
}

/* end */

/* Global */

h1 {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:22px;
	font-weight:normal;
	color:#235d93;
	text-transform:none;
	line-height:28px;
	margin:0;
	padding:0 0 20px 0;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:15px;
	font-weight:normal;
	color:#727273;
	text-transform:none;
	line-height:21px;
	margin:0;
	padding:0 0 10px 0;
}
h3 {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:15px;
	font-weight:normal;
	color:#005288;
	text-transform:none;
	line-height:21px;
	margin:0;
	padding:0 0 10px 0;
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:20px;
	font-weight:normal;
	color:#666;
	text-transform:none;
	margin:0;
	padding:0 0 5px 0;
}
h5 {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:16px;
	font-weight:bold;
	color:#666;
	text-transform:none;
	margin:0;
	padding:0 0 5px 0;
}
a {
    /* color:#37aff0; */
	color:#e34a21;
	text-decoration:none;
}
a:hover {
    color:#37aff0;
	text-decoration:underline;
}
.buttonStyle{
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:capitalize;
	display: block;
	float: left;
	background: #e34a21;
	color: white !important;
	text-decoration: none !important;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CE3C15;
	font-size: 12px;
	margin-top: 10px;
}
hr {
	border-bottom:solid 3px #f0f3f3;
	clear:both;
	overflow:hidden;
	height:1px;
	margin:0;
	padding:0;
}
div.hr {
	border-bottom:solid 3px #f0f3f3;
	clear:both;
	overflow:hidden;
	height:1px;
	margin:10px 0;
	padding:0;
}
div.clearer {
	clear:both;
	overflow:hidden;
	height:0px;
	margin:0;
	padding:0;
}
.img {
	border:solid 3px #f0f3f3;
}

/* Style for client to use for tables */
.setcellpadding5 {
	/* empty - only used to ensure mightysite admin shows this as a valid style in the HTML editor */
}

.setcellpadding5 td {
	padding: 5px;
}

.setcellpadding10 {
	/* empty - only used to ensure mightysite admin shows this as a valid style in the HTML editor */
}

.setcellpadding10 td {
	padding: 10px;
}

.setcellpadding15 {
	/* empty - only used to ensure mightysite admin shows this as a valid style in the HTML editor */
}

.setcellpadding15 td {
	padding: 15px;
}

.setcellpadding20 {
	/* empty - only used to ensure mightysite admin shows this as a valid style in the HTML editor */
}

.setcellpadding20 td {
	padding: 20px;
}

.setcellpadding25 {
	/* empty - only used to ensure mightysite admin shows this as a valid style in the HTML editor */
}

.setcellpadding25 td {
	padding: 25px;
}

.setcellpadding30 {
	/* empty - only used to ensure mightysite admin shows this as a valid style in the HTML editor */
}

.setcellpadding30 td {
	padding: 30px;
}

/* end */
