/*------------------------
 Structure
 -------------------------*/
* {
	margin: 0 auto;
	padding: 0px;
}
body {
	background: #d6f6f7;
	height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
/*--- HTML5 ---*/
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
div, p, h1, h2, h3, ul, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	max-width: 100%;
	width: auto\9; /* ie8 */
}
/*------------------------
 Colors (Text)
 -------------------------*/
.Blue {
	color: #008c9a;
}
.Black {
	color: #000000;
}
.Gray {
	color: #454a4b;
}
/*------------------------
 Type Layout
 -------------------------*/
.WS {
	white-space: nowrap;
}
sup {
	font-size: 8px;
	height: 0;
	line-height: 1;
	vertical-align: top;
}
/*------------------------
 Type Face
 -------------------------*/
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*--- Arial ---*/
.Arial {
	font-family: 'Arial', Helvetica, sans-serif;
	text-align: left;
}
.Arial p {
	font-size: 12px;
}
.Arial h1 {
	font-size: 14px;
	font-weight: normal;
}
.Arial h2 {
	font-size: 18px;
	font-weight: normal;
}
.Arial h3 {
	font-size: 20px;
	font-weight: normal;
}
.Arial a {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.Arial a:visited {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.Arial a:hover {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
/*--- Times New Roman ---*/
.TimesNew {
	font-family: 'Times New Roman', Times, Georgia, serif;
	text-align: left;
}
.TimesNew p {
	font-size: 12px;
}
.TimesNew h1 {
	font-size: 15px;
	font-weight: normal;
}
.TimesNew h2 {
	font-size: 18px;
	font-weight: normal;
}
.TimesNew h3 {
	font-size: 22px;
	font-weight: normal;
}
/* --- Lipsum --- */
.Lipsum {
	font-family:  'Lipsum', Georgia, Times New Roman, Times, serif;
	font-size: 40px;
	margin: 0px 0px 20px 0px;
	/* Safari */
	-webkit-transform: rotate(-5deg);
	/* Firefox */
	-moz-transform: rotate(-5deg);
	/* IE */
	-ms-transform: rotate(-5deg);
	/* Opera */
	-o-transform: rotate(-5deg);
}
@font-face {
	font-family: 'Lipsum';
	src: url('../Fonts/Lipsum.eot');
	src: url('../Fonts/Lipsum.eot?#iefix') format('embedded-opentype'),  
url('../Fonts/Lipsum.woff') format('woff'),  
url('../Fonts/Lipsum.ttf') format('truetype'),  
url('../Fonts/Lipsum.svg#Lipsum.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* --- VLetterIra --- */
@font-face {
	font-family: 'VLetterIra';
	src: url('../Fonts/VLetterIra.eot');
	src: url('../Fonts/VLetterIra.eot?#iefix') format('embedded-opentype'),  
url('../Fonts/VLetterIra.woff') format('woff'),  
url('../Fonts/VLetterIra.ttf') format('truetype'),  
url('../Fonts/VLetterIra.svg#Lipsum.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------
 Screen Layout
 -------------------------*/
 
/* --- Minor breakpoint mobile --- */
@media only screen and (min-width : 400px) { /* Styles */
}

/* --- Major breakpoint tablet --- */
@media only screen and (min-width : 720px) { /* Styles */
}
/* --- Desktop --- */
@media only screen and (min-width : 940px) { /* Styles */
}
