/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300);

body {
	font-family: Helvetica, sans-serif;
	background: #ededed;
}

img.special {
    width: 100%;
    height: auto;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 0px 15px 15px 0px;
	line-height: 1.5em;
}

b {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	font-weight: 800;
}

i {

	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	font-style: italic;

}

p.two {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 2px;
	line-height: 1.5em;
}
p.smtxt {
	font-size: 9px;
	padding: 0px;
	line-height: 1em;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #39708a;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px;
	
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	font-weight: 300;
	color: #77a6d4;
	letter-spacing: 1px;
	padding: 10px 0px;
	
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #464646;
	letter-spacing: 0.75px;
	padding: 10px 0px 5px 0px;
	
}

h4 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #39708a;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px;
}

sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  top: -0.4em;
}


article a {
    font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: 300;
    color: #77a6d4;
}

article a:hover,
article a:visited {
    color: #39708a;
}

article a:hover {
    text-decoration: none;
	border-bottom: 1px dashed #39708a;
}


aside a {
    margin-bottom: 0px;
    padding: 2px 0;

    text-decoration: none;
    font-weight: 200;
    font-size: 14px;

    color: #77a6d4;
    letter-spacing: 1px;
}

aside a:hover,
aside a:visited {
    color: #39708a;
}

aside a:hover {
    text-decoration: none;
	border-bottom: 1px dashed #39708a;
}

header {
	text-align: center;
	background: #f5faff;
}

article {
	padding: 15px;
	background: #FFFFFF;
	
}

aside {
	padding: 15px;
	background: #f5faff;
	
}

footer {
	background: #f5faff;
	text-align: center;
	padding: 20px;
}

footer p {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	padding: 20px 15px 15px 0px;
	line-height: 1.5em;
}

.line {
	color:#39708a;
	margin: 30px 0px 30px 0px;
}
ul.a {
    list-style-type: square;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 0px 15px 15px 15px;
	line-height: 1.5em;
}
 
 ul.b {
    list-style-type: circle;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 0px 15px 15px 25px;
	line-height: 1.5em;
}

 ul.c {
    list-style-type: initial;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 0px 15px 15px 25px;
	line-height: 1.5em;
}
 ol.f {
	list-style-type: decimal;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 0px 15px 15px 25px;
	line-height: 1.5em;}

ol.n {
	list-style-type: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 0px 15px 15px 0px;
	line-height: 1.5em;}
	

table.at {
	width: 85%;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin: 0px 15px 25px 5px;
	line-height: 1.5em;
}

th.b1 {
	font-size: 13px;
	font-weight: bold;
	color:#39708a;
	
}
th.width {
	width: 40%;
}


tr.shade {
	background-color: #ebebeb;
}
	
.it {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #464646;
	line-height: 1.5em;

}
 