a:link,
a:visited,
a:active,
a:focus   { color:#000000; text-decoration:none; outline:none; }
a:hover   { color:#000000; text-decoration:underline; }

::selection {
	background:#FFF100;
	color:#000000;
}
::-moz-selection {
	background:#FFF100;
	color:#000000;
}
::-webkit-selection {
	background:#FFF100;
	color:#000000;
}

body {
	padding:0px; margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000000;

	background:#000000 url(/media/shared/Homepage-Design/bg13.jpg) center center no-repeat fixed;
	background-size:cover;
	overflow-y: scroll;
}

@media print { 
	body { 
		background:none;
		background-image:none;
		color:#000000;
	}
}

form, select, textarea, 
input, table 						{ font-size:14px; }
p,h1,h2,h3,h4,h5,h6					{ font-size:14px; line-height:18px; margin:0px; padding:0px; font-weight:normal; font-style:normal; }
td									{ font-size:14px; }

a img             					{ border:none; }
hr              					{ border-top:1px solid #AAAAAA; margin:10px 0px 10px 0px; padding:0px; }
nav									{ margin:0px; padding:0px; width:inherit; }
label								{ font-weight:normal; }

input[type="checkbox"].form-control	{ width:34px; }
