body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
.body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #666666;
	line-height:24px;
	text-align:justify;
	direction:ltr;
}
img.stretchy {
    width: 100%; /*Tells image to fit to width of parent container*/
}
.container {
	background:#ffffff;
    width: 100%; /*Use this to control width of the parent container, hence the image*/
}
h1 {
	font-size: 20px;
	color: #0099cc;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	text-transform:uppercase;
	margin: 20px 0 0 0;
}
h2 {
	font-size: 16px;
	color: #0099cc;
	font-family: 'Oswald', sans-serif;;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;
}
h3 {
	font-size: 18px;
	color: #0099cc;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	line-height:30px;
	text-align:justify;
	direction:ltr;
}
h4 {
	font-size: 28px;
	color: #0099cc;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
h5 {
	font-size: 28px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	text-transform:uppercase;
}
h6 {
	font-size: 22px;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	text-transform:uppercase;
	line-height:30px;
	text-align:justify;
	direction:ltr;
	margin: 0 0;
}
.h7 {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	line-height:30px;
}
.red {
	font-size: 13px;
	color: #cc0000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.white {
	font-size: 20px;
	color: #ffffff;
}
.black {
	font-size: 16px;
	color: #000000;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0099cc;
	font-weight:600;
}
a:link {
	color: #0099cc;
	text-decoration: underline;
	font-weight:600;
}

a:visited {
	text-decoration: none;
	color: #0099cc;
	font-weight:600;
}
a:hover {

	color: #0099cc;
	font-weight:600;
}
a:active {
	text-decoration: none;
	color: #0099cc;
	font-weight:600;
}