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


/* Headings
-------------------------------------------------------------- */

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

h1 {
	 font-size:19px;
	 margin:0px 0px 15px 0px;
	 display:block; 
	 font-weight:normal;
	 color:#529ACC;
	 padding:0px 0px 5px 14px;
	 border-bottom:1px solid #DEDEDE;
	 background:url('images/customer/puce_h1.gif') 0px 6px no-repeat;
}

	.noStyle{
		padding:0px;
		border-bottom:0px solid #DEDEDE;
		background-image:none;
	}

H2{ 
 font-size:15px;
 margin:10px 0px 10px 0px;
 display:block; 
 font-weight:normal;
 color:#99A304;
}

H3{ 
 font-size:12px;
 font-weight:normal;
 margin-bottom:0px;
 display:block;
 color:#529ACC;
margin-top:15px; 
}



H4{ 
 font-size:12px;
 font-weight:normal;
 margin-bottom:0px;
 display:inline;
 color:#529ACC;
}


ul {
	list-style-image:url('images/customer/puce_ul.gif');
	margin: 0px;
	padding:10px;
	padding-left:40px;
}

ol {
	_margin-left: 30px;
	margin-left: 20px;
	padding: 0;
}

.small {
	list-style-image: none;
	padding-left: 80px;
	list-style-image:url('images/customer/puce_ul2.gif');
}

#popupVideo{
	color:#FE5502;
	font-size:18px;
	position:absolute;
	z-index:1000;
}

p{
	margin: 0;
	padding: 0;
}


/* Links
-------------------------------------------------------------- */

A{
 color:#4C98CA;
}

A:hover{
 color: #b2bb2e;
}

	.text{
		color:#707070;
	}
		
		.text:hover{
			color:#707070;
		}
	
	.puced{
		display:block;
		padding:0px 0px 0px 12px;
		background:url('images/customer/puce_a.gif') 0px 3px no-repeat;
	}

	.pucedBg{
		display:block;
		color:#529ACC;
		text-decoration:none;
		padding:5px 5px 5px 20px;
		background:url('images/customer/puce_a.gif') 8px 8px no-repeat #ecf7ff;
	}

		.pucedBg:hover{
			color:#ffffff;
			background-color:#64a4d1;
		}

	.pucedBgGreen{
		display:block;
		color:#abb816;
		text-decoration:none;
		padding:5px 5px 5px 20px;
		background:url('images/customer/puce_a_green.gif') 8px 8px no-repeat #f1f79f;
	}

		.pucedBgGreen:hover{
			color:#ffffff;
			background-color:#c8d33c;
		}

.link{
}

	.link A{
		display:block;
		font-size:11px;
		text-decoration:none;
		padding:1px 5px 1px 5px;
		margin-bottom:1px;
		background-color:#E7EFF7;
	}
	
	.link A:hover,.link A.active{
		color:#FFFFFF;
		background-color:#529acc;
	}



/* Misc classes
-------------------------------------------------------------- */

hr {
 color:#DEDEDE;
 background-color:#DEDEDE;
 height:1px;
 border:0px;
 margin-top:10px;
 margin-bottom:0px;
}

.small      { font-size: 10px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
