@charset "utf-8";


body {
	font-family: Segoe UI, Calibri, Arial, sans-serif !important;
	font-weight: normal;
	font-style:normal;
}

img {
	border:0;
}

a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}

.divSGGov {
	font-size: 12px;
}

.header {
	background-color:#FFF;
	font-size:10px;
	color:#666;
	width:100%;
	z-index:5;
	padding-top:5px;
	padding-bottom:10px;
}

.container {
	max-width: 100%;
	padding: 0 15px 15px 15px;
}

.row {
	margin-right: 0px !important;
}

.headerLogo {
	text-align:left;
}
.headerLogo img {
	display:inline-block;
	margin-top:5px;
	padding-bottom:0px;
}

.mainContent {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:30px;
	font-size: 20px;
}


.footer{
	width:100%;
	background-color:#fff!important;	
	border-top:1px solid #000;
	position:fixed;
	bottom:0;
}

.footer-text{
	font-size:12px;
}

.footer-link {
	height:35px;
	line-height:35px;
	color:#000;
}

.pull-right {
	float:right;
	margin-right:12px
}

.pull-left {
	float:left;
	margin-left:5px
}

    
