/* CSS Document */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #647184;
	background-image:url(../images/main_bg.gif);
	background-position: 0px 0px;
	background-attachment: scroll;
}

:active, :focus{
    outline:none;
  }
  
A {
	text-decoration: underline;
	color: #5F5E51;
}

A:hover {
	text-decoration: underline;
	color: #5F5E51;	
}

A:active {
	text-decoration: underline;
	color: #5F5E51;	
}

.bottomlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87B0EF;
}

.bottomlink a {
	text-decoration: none;
	color: #87B0EF;
}

.bottomlink a:hover {
	text-decoration: none;
	color: #87B0EF;	
}

.bottomlink a:active {
	text-decoration: none;
	color: #87B0EF;	
}

.bottomlink a:visited {
	text-decoration: none;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #788598;
	text-decoration: none;
	font-weight: 600;
}

.highbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0C2750;
	text-decoration: none;
	font-weight:bold;
}

.highboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #788598;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C2750;
	text-decoration: none;
}

.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #0C2750;
	text-decoration: none;
}

.arrow a {
	text-decoration: none;
	color: #0C2750;
}

.arrow a:hover {
	text-decoration: none;
	color: #FF6600;	
}

.arrow a:active {
	text-decoration: none;
	color: #0C2750;	
}

.arrow a:visited {
	text-decoration: none;
}

.bullet{
	color:#567B96;
	font-size:11px;
	font-weight:bold;
}

h2, h2 a {
	display: inline;
	color: #FF6600;
	font-weight: bold;
	font-size: 10px;
}
