/*============================== BODY ===============================*/
body {
	margin-left: 		0px;
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom:		0px;
	background-color:	#ffffff;
}

ul.circle {list-style-type: circle; list-style-position: outside; list-style-image: none; color:#f00;}
li { color:#f68028; font-size:22px;}
li span { 
color:#000000 !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size:14px !important;

}

.Lato { font-family: Lato;}
.Arial { font-family: Arial, Helvetica, sans-serif;}
.Open { font-family: 'Open Sans', sans-serif;}

.Bold { font-weight:bold;}

.Line14 { line-height:14px;}
.Line16 { line-height:16px;}
.Line18 { line-height:18px;}
.Line20 { line-height:20px;}
.Line25 { line-height:25px;}
.Line30 { line-height:30px;}
.Line35 { line-height:35px;}
.Line40 { line-height:40px;}

.Size11 { font-size:11px;}
.Size12 { font-size:12px;}
.Size13 { font-size:13px;}
.Size14 { font-size:14px;}
.Size15 { font-size:15px;}
.Size16 { font-size:16px;}
.Size17 { font-size:17px;}
.Size18 { font-size:18px;}
.Size19 { font-size:19px;}
.Size20 { font-size:20px;}
.Size21 { font-size:21px;}
.Size22 { font-size:22px;}
.Size23 { font-size:23px;}
.Size24 { font-size:24px;}
.Size25 { font-size:25px;}
.Size26 { font-size:26px;}
.Size27 { font-size:27px;}
.Size28 { font-size:28px;}
.Size29 { font-size:29px;}
.Size30 { font-size:30px;}
.Size35 { font-size:35px;}
.Size40 { font-size:40px;}
.Size45 { font-size:45px;}
.Size50 { font-size:50px;}

.Black 	{ color:#000000;}
.White 	{ color:#ffffff;}
.Grey 	{ color:#737373;}
.Brown 	{ color:#543018;}
.Orange { color:#f68028;}

/*============================= MENU ==============================*/
.MenuContainer {
	text-decoration:	none;
	margin: 			0px;
}
.Menu a:link {
	text-decoration:	none;
	font-family: Lato;
	font-size:14px;
	color:#543018;
}
.Menu a:visited {
	text-decoration:	none;
	font-family: Lato;
	font-size:14px;
	color:#543018;
}
.Menu a:hover {
	text-decoration:	none;
	font-family: Lato;
	font-size:14px;
	color:#f68028;
}
.MenuContainer li {
	list-style-type: 	none;
	margin: 			0 0 0 20px;
	text-decoration:	none;
	float:				left;
	display:			block;
}

/*============================= LINKS ==============================*/
A.LinkOrange:link {
	COLOR: 				#000000;
	text-align: 		left;
	text-decoration:	none;
}
A.LinkOrange:hover {
	COLOR: 				#f68028;
	text-align: 		left;
	text-decoration:	none;
}
A.LinkOrange:visited {
	COLOR: 				#000000;
	text-align: 		left;
	text-decoration:	none;
}



