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

*/       
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 80%/0.9 Helvetica, Arial, sans-serif;
	line-height: 130%;
	width: 100%;
	min-width: 760px;
	background-color: #C7D8E2;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #237DED;
}

a img {
  border: none;/*remove border for linked images*/
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

a {
	text-decoration:none;
	color:#145FC4;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p, div, span, html, ol, ul, li, form, label {
	margin:0px 0 0 0;
	padding:0;
	
}
h1 {
	
	font-size:25px;
	color:#010101;
}
h2 {
	font-size:22px;
	color:#010101;
}
}
.clear {
	clear:both;
	font-size:0;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
img {
	border:0;
	padding:0;
	margin:0;
}
p  {
	line-height:18px;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.white {
	color:#FFFFFF;
}
.black {
	color:#000000;
}
.blue {
	color:#145FC4;
}
