/* GLOBAL -------------------------------------------------------------------------------------------------*/
.hide { display: none; }
.ghost { visibility: hidden; }
.firstPara { margin-top: 5px; }
.clear { clear: both; }
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* COMMON ELEMENTS ----------------------------------------------------------------------------------------*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}

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

img{
	border: none;
}

p{
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

* {
	font-family: inherit;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0;}

h1 { font-size: 1.8em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

.left{ float: left; }
.right{ float: right;}

/* CUSTOM Styles ------------------------------------------------------------------------------------*/
.blue{ color: #000066; }
.error { color: #900; padding: 3px 6px; }
.strong{font-weight: bold !important;}