@import url(layout.css);
@import url(http://fonts.googleapis.com/css?family=Nunito:300,700);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: "Nunito","Avenir","Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	background-color: #ddeeff;
	background-repeat: repeat-y;
	background-position: center top;
	background-image:  url('/images/bg.gif');
}

p {
	max-width : 710px;
	padding-left : 5px;
	padding-right : 5px;
	text-align: left;
}

ul {
	margin : 0;
	padding : 20px 20px 20px;
	max-width : 630px;
}

ol {
	margin : 0;
	padding : 20px 20px 20px;
	max-width : 630px;
}

li {
	margin : 0 20px;
	padding : 0 0 0 20px;
	max-width : 630px;
}

blockquote {
	max-width : 530px;
}

a {
	cursor: hand;
	text-decoration: underline;
	color: #006699;
	font-weight : bold;
}

a.logo {
	cursor: hand;
}

a.white {
	text-decoration: underline;
	color: #ffffff;
	font-weight : bold;
	margin-right:8px;
}

a:link {
	font-weight: bold;
}

a:visited {
	font-weight: bold;
}

small {
	font-size: 7.5pt;
	line-height: normal;
}

h1 {
	font-size : 18pt;
	font-weight : bold;
	line-height : normal;
}

h2 {
	font-size: 17px;
	font-weight : bold;
	line-height: normal;
	max-width : 710px;
}

h3 {
	font-size: 14px;
	font-weight : bold;
	line-height: normal;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
	line-height : normal;
	text-decoration: none;
}

hr {
	color: #006699;
	height: 1px;
	border: 0;
	background-color: #006699;	
}

img {
	border:0px;
}

a img {
	/*display:block;*/  
	text-decoration:none;
	border: none;
	/*vertical-align: bottom;*/
}

a img:link {
	/*display:block;*/  
	text-decoration:none;
	border: none;
	vertical-align: bottom;
}

small {
	font-size: 7.5pt;
	line-height: normal;
}

td {
	/*font-size : 13px;*/
	/*line-height : 1.35em;*/
}


/* Screen Only */
@media screen {
.noprint {display:block !important;}
.noshow {display:none !important;}
}

/* Print Only */
@media print {
.noprint {display:none !important;}
.noshow {display:block !important;}
}
