/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

@font-face {
    src: url("assets/fonts/Frutiger55.ttf");
    font-family: 'Frutiger 55 Roman';
}

@font-face {
    src: url("assets/fonts/Frutiger95.ttf");
    font-family: 'Frutiger 95 UltraBlack';
}

body {
	font-family: 'Frutiger 55 Roman', 'Helvetica Neue', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-anti-alias-type:Strong;
}

a {
	text-decoration: none;
}

a.clickme:hover {
	text-decoration: underline;
}

a.clickme:focus {
	outline: 1px dotted;
}

p {
	border: 0px solid #666;
	line-height:120%;	
	padding: 0px 0;
}

hr {
	border: 0 #000000 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.clickme {
	color: #FFFF00;
	font-weight:normal;
}

.yellow {
	color: #FFFF00;
} 

.bullet-heading {
	font-family: 'Frutiger 95 UltraBlack', 'Arial Black', 'Arial MT';
	font-size: 36px;
	font-anti-alias-type:Strong;
	padding-bottom: 2;
	padding-top: 10px;
}

.main-heading {
	font-family: 'Frutiger 95 UltraBlack', 'Arial Black', 'Arial MT';
	font-size: 52px;
	font-anti-alias-type:Strong;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align:center;
}

.sub-heading {
	font-size: 20px;
	font-anti-alias-type:Strong;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	color: #FFFF00;
	line-height:140%;
}


.sub-block-heading {
	font-family: 'Frutiger 95 UltraBlack', 'Arial Black', 'Arial MT';
	font-size: 22px;
	font-anti-alias-type:Strong;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align:justify;
	line-height:120%;
}

.reason
{
	font-family: 'Frutiger 55 Roman', 'Helvetica Neue', Arial, sans-serif;
	font-size:14px;	
	font-anti-alias-type:Strong;
	text-align:justify;
	padding-left: 15px;
	line-height:120%;	
	padding-top:0px;
	margin-bottom:10px;
}

.de-pad 
{
	padding-left:0px;
}
.de-margin
{
	margin-left:0px;
}

/* 
 * ---------------------{ Futurescale Bulleted Text }---------------------- 
 */
.fs-bullet {	
	float:left;
	display: block;
	margin-top:5px;
	margin-left:15px;
	height:20px;
	background: url(../../images/fs-bullet.png) no-repeat 0 0;
	padding-left:25px;
}

/* 
 * ---------------------{ Futurescale Bulleted Text }---------------------- 
 */
.fs-bullet-left {	
	float:left;
	display: block;
	margin-top:5px;
	margin-left:0px;
	height:20px;
	background: url(../../images/fs-bullet.png) no-repeat 0 0;
	padding-left:25px;
	padding-top:2px;
}

/* 
 * ---------------------{ Futurescale Bulleted Text }---------------------- 
 */
.aws-bullet {	
	float:left;
	display: block;
	margin-top:7px;
	margin-left:0px;
	height:16px;
	background: url(../../images/aws-bullet.png) no-repeat 0 0;
	padding-left:25px;
	padding-top:0px;
}


h1 {
	font-family: 'Frutiger 95 UltraBlack', 'Arial Black', 'Arial MT';
	font-size: 36px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
