@charset "utf-8";
/* CSS Document */

html { overflow: -moz-scrollbars-vertical !important; }
scrollbar[orient="vertical"] { display: none !important; }


body {
	margin-top: 0px;
}

.txt_blue {
	color: #40AEDB;
	font-weight: bold;
}

.txt_red {
	color: #CC0000;
	font-weight: bold;
}

.txt_sm_blue {
	color: #40AEDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.txt_lg_blue {
	color: #40AEDB;
	font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

.link_nav { 
	color: #40AEDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.txt_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.txt_body_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txt_subtitle {
	font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight:bold;
}


a.link_nav:link { text-decoration:none; }
a.link_nav:active { text-decoration:none; }
a.link_nav:visited { text-decoration:none; }
a.link_nav:hover { text-decoration:underline; color: #96D1EB;}

