@charset "utf-8";
/* CSS Document */

html {
	text-align:center;
	overflow-y:scroll;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	   -moz-text-size-adjust:none;
	    -ms-text-size-adjust:none;
	        text-size-adjust:none; 
	}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	color:#444;		/* text: dark grey */
	background-color:#aaa;
	font-size: 15px;
	line-height:20px;
	position:relative;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	border-style: none none none none;
	border-width:1px;
	border-color:000;
}
 
h1,h2,h3,h4 {
	color: #023A60;	/*dark blue*/
	font-weight:bold;
	margin-bottom:0px; 
	}
 
h1 {
	font-size: 1.5em;
	margin-bottom:15px;
	line-height:1.8em;
}
 
h2 {
	font-size:1.25em;
	margin-bottom:10px;
	line-height: 1.5em;
	}
 
h3 {
	font-size:1.0em;
}
h4 {
	font-size:1.125em;
	}
h5,h6 {
	font-size:1em;
	}
 
ol ol,ul ul {
	margin:0 0 0 60px; }
 
blockquote {
	margin: 0 60px 0 45px;
	border-left: 5px solid #ccc;
	padding-left: 10px;
	text-indent: -0.4em; }
 
pre {
	white-space:pre;
	white-space:pre-wrap;
	white-space:pre-line;
	word-wrap:break-word; }
 
/* Anchors */
 
a {
	color:#1e80a0;			/*teal   */
	overflow:hidden;
	text-decoration:none; 
	font-weight:bold;
}
 
a:hover {
	color:#ff8040; 		/* orange */
	font-weight:bold;
}

/* text */
.teal {
	color: #1e80a0;
	}
.orange {
	color:#FF8040;
}
.orange-bold {
	color:#FF8040;
	font-weight:bold;
}
.small {
	font-size:11px;
}
.red-star {
	color:red;
	font-weight:bold;
	font-size:24px;
}
