/* Redefined HTML Tags */
a,a:active,a:link,a:hover,a:visited {
	color: #6285AB;
	text-decoration: underlined;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
}
input,select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6285AB;
	height: 19px;
}
table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
}


/* Custom styles */
.blue,.blue:active,.blue:link,.blue:hover,.blue:visited {
	color: #6285AB;
	text-decoration: none;
}
.button {
	color: #FFFFFF;
	background-color: #6285AB;
	border: 1px solid #6285AB;
	height: 17px;
}
.grey,.grey:active,.grey:link,.grey:hover,.grey:visited {
	color: #7F7F7F;
	text-decoration: none;
}
.input {
	background-color: #E0E7EE;
	border: 1px solid #6285AB;
	height: 17px;
	width: 200px;
}
.small {
	font-size: 10px;
}
table.calendar a {
	color: #7F7F7F;
	text-decoration: none;
	background: #FFFFFF;
	height: 16px;
	width: 18px;
	display: block;
}
table.calendar a:hover {
	color: #7F7F7F;
	text-decoration: none;
	background: #E0E7EE;
	height: 16px;
	width: 18px;
	display: block;
}
table.calendar td {
	background-color: #FFFFFF;
	border: 1px solid #6285AB;
	font-size: 10px;
	color: #D4533C;
	height: 16px;
	width: 18px;
	text-align: center;
}
table.calendar th {
	background-color: #E0E7EE;
	border: 1px solid #6285AB;
	font-size: 10px;
	font-weight: bold;
	color: #6285AB;
	height: 16px;
	width: 18px;
	text-align: center;
}
.table1px {
	border: 1px solid #6285AB;
}

/*new page - Everest*/
.floatimage_right{
	float:right; 
	margin:0 0 12px 12px;
	}

.link_avecfierte{
	text-decoration:none; 
	color:#7F7F7F;
	_cursor:pointer;
	}

.box_avecfierte{
	width:199px; 
	height:87px; 
	border:1px solid #d5a10f; 
	padding:8px 134px 8px 8px;
	margin-bottom:15px; 
	background:url(../images/home_box_avecfierte_bg.jpg) no-repeat top right;
	}
	
.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
	}

.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
	}
	