body {
	height: 100%;
	width: 100%;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	vertical-align: top;
	white-space: normal;
	display: inline;
	clear: both;
	float: none;
}h1 {
	font-family: "Calibri Light";
	font-size: 36px;
	font-weight: lighter;
	color: #504E41;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #C0C0AF;
}

















.b:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.b:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: italic;
border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
	
	
}
.b:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #006699;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}



.c:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3F37;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: italic;

}
.c:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3F37;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: italic;

	
}
.c:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	background-color: #FFFFFF;	
}


.d:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.d:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.d:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #C0C0AF;
}












hr {

}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "Calibri Light";
	font-size: 20px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #3E3F37;
}


p {
	font-family: "Calibri Light";
	font-size: 18px;
	color: #2D2E27;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
ul {
	font-family: "Calibri Light";
	font-size: 18px;
	color: #2D2E27;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 14px;
	list-style-position: inside;
}

h2 {
	font-family: "Calibri Light";
	font-size: 28px;
	font-weight: lighter;
	color: #504E41;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.style7 {
	color: #CCCCCC;
	font-weight: bold;
}
.style8 {
	color: #993333;
	font-weight: bold;
}
.style9 {
	font-size: 14px;
	font-style: italic;
}
.style10 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #BDC9BA;
	border: thin solid #7D8B65;
}

.style11 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.style12 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: "Calibri Light";
	color: #00B8F4;
}







img  {
max-width :100%;
height : auto;
}
@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		tr { border: 0px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 0px solid #eee; 
			position: relative;
			padding-left: 0; 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0px;
			left: 0px;
			width: 25%; 
			padding-right: 0px; 
			white-space: nowrap;
		}
		
		
			
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body { 
			padding: 0; 
			margin: 0; 
			width: 320px; }
		}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body { 
			width: 495px; 
		}
	}
