/* @group Typography */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

h1 { font-size: 21px;
    line-height: 1em;

}

h2, h3 { font-size: 16px; }

h3 { font-size: 16px; }

h4, h5, h6 { font-size: 11px; }

h7 {
    font-size: 10px;
    display: block
}

h1,h2,h3,h4,h5,h6,h7 {margin: 0 0 6px}

p, ul, ol {margin: 0 0 10px;}

.x-large-text { font-size: 30px; }
.large-text { font-size: 21px; }
.medium-text { font-size: 16px; }
.small-medium-text {
    font-size: 13px;
    line-height: 1.3em;
}
.small-text {
    font-size: 11px;
    line-height: 1.2em;
}
.x-small-text {
    font-size: 10px;
    line-height: 1.2em;
}
.heading { 
	font-weight: bold; 
}
.subheading {
    color: #0098c3;
}


.normal {
    font-style: normal;
}

a { 
	text-decoration: none; 
	color: #005293;
}

a:hover,a:focus { text-decoration: underline }




a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus{
	outline:none;
}



/* @end Typography */