@charset "utf-8";

/*big blue heading*/

h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00adee;
	font-weight: bold;
}

h2{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	color: #942129;
	font-weight: bold;
}

h3{
	font-size: 11pt;
	font-family: Arial;
	color: #000000;
	font-weight: bold
	
}

p {
	font-family: Arial, sans-serif;
	text-align: left;

}

.right_img_caption_wrapper {				//use div around right_img class when adding captions
	border:1px solid #C0C0C0; 
	float: right;
	margin: 10px;
	padding: 2px;
	text-align: right;
	font-size: 7pt;
	color: #aaaaaa;
}

.captext {				
	text-align: right;
	font-size: 7pt;
	color: #aaaaaa;
}



.right_img {
	border:1px solid #C0C0C0; 
	float: right;
	margin: 10px;
	padding: 2px;
	
	
}


.Font8 {
	font-size: 8px;
}
.Font9 {
	font-size: 9px;
}
.Font10 {
	font-size: 10px;
}

a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #00ADEE;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #006C95;
	text-decoration: underline;
}

ul {
	list-style: none;
}
