@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Francois+One);

body {
	font-family: 'Questrial', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color:#333;
	margin:0px;
	line-height: 18px;
}

td {
	font-family: 'Questrial', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color:#333;
	margin:0px;
	line-height: 18px;
}

.bodybold {
	font-family: 'Questrial', Arial, sans-serif;
	font-weight: 600;
}


strong {font-weight:bold;}

p {
	font-family: 'Questrial', Arial, sans-serif;
	font-size: 14px;
	color:#333;
	margin-bottom:8px;
	margin-top:0px;
	line-height: 18px;
}


h1 {
	font-family: 'Francois One', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color:#242021;
	margin-bottom:8px;
	margin-top:0px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-image: url(../images/baja-leaf-head1.png);
	background-position: 0px 6px;
	line-height:115%;
	}

h2 {
	font-family: 'Francois One', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color:#5FC8D9;
	margin-bottom:8px;
	margin-top:0px;
/*	padding-left:30px;
	background-image: url('../images/baja-leaf-head1.png');
	background-repeat: no-repeat;
*/		line-height:115%;

	}

h3 {
	font-family: 'Francois One', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#000;
	margin-bottom:5px;
	margin-top:0px;
	}
	
	
h4 {
	font-family: 'Francois One', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color:#000;
	margin-bottom:8px;
	margin-top:0px;
/*	padding-left:30px;
	background-image: url('../images/baja-leaf-head1.png');
	background-repeat: no-repeat;
*/	line-height: 30px;
	}
	
h6 {
	font-family: 'Francois One', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	margin-bottom:3px;
	margin-top:0px;
/*	padding-left:30px;
	background-image: url('../images/baja-leaf-head1.png');
	background-repeat: no-repeat;
*/
	}


.head1 {
	font-family: 'Francois One', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color:#242021;
	margin-bottom:8px;
	margin-top:0px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-image: url(../images/baja-leaf-head1.png);
	background-position: 0px 6px;
	}

.head2 {
	font-family: 'Francois One', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color:#5FC8D9;
	margin-bottom:8px;
	margin-top:0px;
/*	padding-left:30px;
	background-image: url('../images/baja-leaf-head1.png');
	background-repeat: no-repeat;
*/	line-height: 30px;
	}

.head3 {
	font-family: 'Francois One', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#000;
	margin-bottom:10px;
	margin-top:0px;
	}
	
	
.head4 {
	font-family: 'Francois One', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color:#000;
	margin-bottom:8px;
	margin-top:10px;
/*	padding-left:30px;
	background-image: url('../images/baja-leaf-head1.png');
	background-repeat: no-repeat;
*/	line-height: 30px;
	}
	


.c1head {
	background-color:#BED72D;
	color: #000;
	padding: 4px;
	display:block;
	font-family: 'Francois One', sans-serif;
	font-weight: 400;
	font-size:15px;
	margin:0px;
	text-align:center;
}

.mlspanellabel {font-family:'Francois One',sans-serif; font-weight:400;}


/*Styles for screen 667px and lower*/
@media only screen and (max-width : 667px) {
	/*Home Page Tiled Area*/

body {
	font-size: 13px;
	line-height: 16px;
}

p {
	font-size: 13px;
	line-height: 16px;
}


}