@charset "utf-8";

@font-face {
 font-family: Futurabi;
 src: url("fonts/futurabi.eot") /* EOT file for IE */
}
@font-face {
 font-family: Futurabi;
 src: url("fonts/futurabi.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: Futuramed;
 src: url("fonts/futuramed.eot") /* EOT file for IE */
}
@font-face {
 font-family: Futuramed;
 src: url("fonts/futuramed.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: SegoePrintB;
 src: url("fonts/segoeprb.eot") /* EOT file for IE */
}
@font-face {
 font-family: SegoePrintB;
 src: url("fonts/segoeprb.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: SegoePrint;
 src: url("fonts/segoepr.eot") /* EOT file for IE */
}
@font-face {
 font-family: SegoePrint;
 src: url("fonts/segoepr.ttf") /* TTF file for CSS3 browsers */
}




.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}
.image_float {
	float: left;
	padding-right: 10px;
}
.image_float_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.heading {
	font-family: Futurabi, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #666666;
	text-align: left;
}
.cat_heading {
	font-family: Arial, Futuramed, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #666666;
	text-align: left;
	font-weight: bold;
}
.script {
	font-family: SegoePrint, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #009EDB;
}
.script_sm {
	font-family: SegoePrint, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #009EDB;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.bg_graphic_left {
	background-color: #2A86C9;
	background-image: url(images/bg_cloud_left.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
.bg_graphic_right {
	background-color: #2A86C9;
	background-image: url(images/bg_cloud_right.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}.bg_color {
	background-color: #E4E4E4;
}
a:link {
	color: #2C99E2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C99E2;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #8AC43F;
	text-decoration: none;
}
.subhead {
	font-family: Futurabi, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #338DCC;
}
.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
	padding-left:10px;
}
html, body
{
  height: 100%;
}
