@charset "UTF-8";
/* CSS Document */

@import url("../bhealth/fontface.css");

* {margin: 0; padding: 0; }
html, body {height: 100%;}
body {background: url('../bhealth/images/bg_body2.png') top repeat-x #fff; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; color: #485766; line-height: 12px;}
img, form {border: none;}
span.block {display: block;}
.fix {clear:both; height:0; font-size: 1px; line-height: 0px;} /* clearing DIV */


/*	-----------------------------------------------
	Header Properties
	----------------------------------------------- */
h1, h2, h4, h6 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic;}
h3, h5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
h3, h4 {font-size: 18px;}
h4, h5 {color: #485766;}
h2 {font-size: 24px; color: #fff;}
h3 {color: #bfc5db;}
h5 {font-size: 12px;}


/*	-----------------------------------------------
	Paragraph, Scaling and Horizontal line
	----------------------------------------------- */
p { line-height: 16px; margin-bottom: 19px; }
p.none { line-height: 1px;}
.hr { border-bottom: 1px solid #909090; }/* for 1px border */
.margin-btm-10 { margin-bottom: 10px; }
.margin-top-10 { margin-top: 20px; }
.margin-right-10 { margin-right: 10px; }
.margin-left-10 { margin-left: 10px; }
.nomargin { margin: 0!important; }
.nopadding { padding: 0!important; }
.padding-top-10 { padding-top: 10px; }
.padding-btm-10 { padding-bottom: 10px; }
.padding-right-10 { padding-right: 10px; }
.padding-left-10 { padding-left: 10px; }



/*	-----------------------------------------------
	List and Link properties
	----------------------------------------------- */
ul, li {list-style-type: none;}
ul {min-height: 10px;}

a {text-decoration: none; outline: none; color: #013949;}
a:hover {text-decoration: underline;}



/*	-----------------------------------------------
	text color, style and size
	----------------------------------------------- */
.style-1 {font-size: 12px;}

.bold-txt { font-weight: bold; }
.normal-txt { font-weight: normal; }
.italic-txt { font-style: italic; }

.txt-14 { font-size: 14px; }



/*	-----------------------------------------------
	Alignment
	----------------------------------------------- */
.align-left { text-align: left; }	
.align-right { text-align: right; }
.flt-left { float: left; }
.flt-right { float: right; }

