@charset "UTF-8";
.Center_image {
	text-align: center;
}

body {
	background-color: #0c3a6c;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.style2 {
	background-image:url(images/HorizonOTC_sub_bg.jpg);
	background-repeat:no-repeat;
	color: #1E6FB4;
} 
.style3 {
	background-image:url(images/footer.png);
	background-repeat:z-repeat;
	color: #900;
} 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.style2 blockquote strong {
	color: #000;
}
.style2 blockquote {
	color: #333;
}
.xxsmall {
	font-size: x-small;
	color: #666;
}
.Blue_headline {
	color: #39F;
}
h1 {
	font-size: 20px;
	color: #000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E6FB4;
}
a:link {
	text-decoration: none;
	color: 1E6FB4;
}
a:visited {
	text-decoration: none;
	color: #1E6FB4;
}
a:hover {
	text-decoration: none;
	color: #39F;
}
a:active {
	text-decoration: none;
	color: #1E6FB4;
}

.awesome, .awesome:visited {
	background: #0f58a7 url(images/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
	.awesome:hover							{ background-color: #01327c; color: #fff; text-decoration: none;}
	.awesome:active							{ top: 1px; text-decoration: none;}
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

	.green.awesome, .green.awesome:visited		{ background-color: #5fa900; }
	.green.awesome:hover						{ background-color: #70c501; text-decoration: none;}
	

SPAN.glow { 
    background: white; 
    color: white;
    text-shadow: black 0px 0px 5px;}
	
	.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}
.shadow { background-color: #ccc; }

li {list-style:none; margin-bottom:4px; clear:both; padding-left:11px;}

			a.tooltip { }
			.tip { 
				background: url("images/bubble.png") no-repeat; 
				display: none; 
				height: 37px;
				padding: 20px 5px; 
				text-align: center;
				width: 132px; 
			}
