/*------------------------------------------------------------------
									GLOBAL RESET
------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100.1%;
}

ul {
	list-style: none;
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus {
	outline: none;
}

/*------------------------------------------------------------------
										GENERAL
------------------------------------------------------------------*/
body {	
	background: #00335B url(/img/bg/gradient.jpg) repeat-x;
	color: #444444;
	font: 62.5%/1.4 Arial, Helvetica, sans-serif;
}


a:link, a:visited {
	text-decoration: none;
	color: #006FB9;
}

a:hover, a:active {
	text-decoration: underline;
}

.devider { 
	width: 100%;
	height: 20px;
	background: url(/img/bg/content-devider.gif) center repeat-x;
	clear: both;
}

input, select, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4F4F4F;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

br {
	clear: both;
}

#sorry {
	font-size:14px;
	color:white;
	width:100%;
	text-align:center;
	margin-top:150px;
}
