﻿
h1
{
	font-family: 'Poppins', sans-serif;
	font-weight:600!important;
	font-size:1.6em
}
h2
{
	font-family: 'Poppins', sans-serif;
	font-weight:600!important;
		font-size:1.4em

}
.spacer
{
	height:0px;
	width:0px;
	overflow:hidden;
	clear:both;
}
.spacer2
{
	height:15px;
	width:0px;
	overflow:hidden;
	clear:both;
}
*
{
    margin:0;
    padding:0;
}
img, p, div, span, html, body, ul, li, form
{
    border:none;
}
.clearLeft
{
    clear:left;
    width:1px;
    height:1px;
    overflow:hidden;
}
.clearRight
{
    clear:right;
    width:1px;
    height:1px;
    overflow:hidden;
}
.clearBoth
{
    clear:both;
    width:1px;
    height:1px;
    overflow:hidden;
}
a
{
    color:#000;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
a:visited
{
    color:#000;
}
#menuBarHeader
{
	background-color:#fff;
	width:100%;
	color:#0F001E;
	top:0px !important;
	left:0px;
	margin-top:0px !important;
	position:fixed;
	z-index:3;
	border-bottom:1px solid#ccc;
	font-size:0.8em;
}


#top_header h2 img
{
    padding-top:5px;
    width:46px;
    height:45px;
    padding-left:25px;
}
.loadDiv{
    background-color:#FFFFFF;
    display:none;
    height:30px;
    left:0;
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
    position:absolute;
    top:0;
    width:100%;
}
.loadImg{
    display:none;
    left:10px;
    position:absolute;
    top:8px;
}
