body {
	margin: 0;
	padding: 0;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #869eaa;
}

form {
	margin: 0;
	padding: 0;
}

td.bordureOrange {
	border: 1px solid #fab332;
	padding: 6px;
	margin: 0 auto 0 auto;
	background-color: #FFF; 
}

td.leftRightBorder {
	border-right: 1px solid #e1e6e9;
	border-left: 1px solid #e1e6e9;
	padding: 4px;
	margin: 0 auto 0 auto;
}

h1 {
	color: #fab332;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	color: #50A0E4;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #899EAB;
	font-weight: bold;
	font-size: 12px;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #fab332;
}

.text2 {
	color: #50A0E4;
}

.text3 {
	color: #C3CED4;
}

.text4 {
	color: #FFFFFF;
}

a {
	color: #50A0E4;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #fab332;
}

a.link2 {
	color: #899EAB;
}

a.link3 {
	color: #FFFFFF;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.accordionTabTitleBar {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 6px 4px 6px;
	border: 1px solid #FFF;
}

/******* SITE MAP *************/

#sitemap a, #sitemap a:visited {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap span.title1 a {
	color: #fab332;
	font-weight: normal;
	line-height: 18px;
}

#sitemap span.title2 a {
	color: #899EAB;
	font-weight: normal;
	line-height: 18px;
}

#sitemap span.title3 a {
	color: #899EAB;
	line-height: 18px;
}

#sitemap span.title1 {
	margin-left: 0;
}

#sitemap span.title2 {
	margin-left: 20px;
}

#sitemap span.title3 {
	margin-left: 40px;
}
/**
 *  BEGIN : CSS SLIDER
 **/
#s3slider {
	width: 180px; /* important to be same as image width */
	height: 100px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#s3sliderContent {
	width: 180px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	left: -38px; /* important */
}

li.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	list-style:none;
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px / 15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 180px;
	background-color: #666;
	filter: alpha(opacity = 70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;

	/*
				 if you put
				 top: 0; -> the box with text will be shown at the top of the image
				 if you put
				 bottom: 0; -> the box with text will be shown at the bottom of the image
		 */
}

.clear {
	clear: both;
}

/**
 *  END : CSS SLIDER
 **/
