@charset "UTF-8";
/* CSS Document */
body{
	color:#666;
}
h1 {
margin-top:45px; 
font-size:22px; 
font-weight:normal; 
color:#008ECD;
}

h2 {
font-size:16px; 
font-weight:normal; 
color:#008ECD;
margin-bottom:8px;
}

p {
	margin:10px 0px 0px;
}

.smlgrytxt {
font-size:11px; 
color:#666666;
}

.threepx {
border-bottom:solid 3px #CCCCCC;
}

.onepx {
border-bottom:solid 1px #CCCCCC;
}

.cyan {
color:#008ECD;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
	color: #008ECD;
	background-color: #F7F7F7;
	padding: 15px;
}
.grey {
	color: #666666;
}
