body{min-width:990px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.fright {
	float:right;
}
.fleft {
	float:left;
}
.right {
	float: right;
}
.left {
	float: left;
}
h1,
h2,
h3,
h4,
h5,
ul,
li,
fieldset,
form,
img,
dl,
dt,
dd,
select,
option,
input {
	margin:0px;
	padding:0px;
	/*border:none;*/
}
ul {
	list-style:none;
}
ul li a,
a {
    color: #0067b3;
	text-decoration:none;
}

a:hover {
    text-decoration: underline;
    color: #0067b3;
}
a:visited{
	color: #0067b3;
}
.innerBg p a:link,.innerBg p a:hover,.innerBg p a:visited{
	color:#FFFFFF !important;
}
.hidden {
	display: none!important;
}
hr {
	border:none;
	border-top: 1px solid #DFE3AC;
	height: 1px;
}
.btn {
	float:right;
}
*:focus {
	outline: none;
}

/*ClearFix*/
html[xmlns] .clearfix {
	display: block;
}
.clear {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

