BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/bg6.jpg); /*<-change if needed*/
	SCROLLBAR-FACE-COLOR: #E0F7FF;
	SCROLLBAR-HIGHLIGHT-COLOR: #EA9301;
	SCROLLBAR-SHADOW-COLOR: #EA9301;
	SCROLLBAR-3DLIGHT-COLOR: #E0F7FF;
	SCROLLBAR-ARROW-COLOR: #EA9301;
	SCROLLBAR-TRACK-COLOR: #E0F7FF;
	SCROLLBAR-DARKSHADOW-COLOR: #E0F7FF;
	background-color: #FFFFFF;
	color: #333;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 69%;
	line-height: 1.5em;
}

/*CONTAINERS SETS*/
#container {position: relative; background: #FFFFFF; margin: 0 auto; padding: 0px; width: 800px; font: 11px/1.5em 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif; color: #333;}

a {text-decoration: underline; color: #EA9301;}
a:hover {text-decoration: none; background-color: #EA9301; color: #FFFFFF;}


/* NEWSLETTRE INSCRIPTION BOX */
#subscribe{float: left; margin: 0; padding: 0; }

#subscribe .textinput{width: 170px; border: 1px solid gray; }

#subscribe .submit{font: normal 11px Verdana; height: 20px; border: 1px solid #FFFFFF; background-color: #FF6600; color: #FFF;}

/* BUTTON */
a.ovalbutton{
background: transparent url(images/oval-orange-left.gif) no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {color: #494949; /*button text color*/}

a.ovalbutton span{
background: transparent url(images/oval-orange-right.gif) no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
background-color: #FFFFFF;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
background-color: #FFFFFF;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/* Text css*/
.txt-small-wht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.txt-cont-bk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.txt-cont-bk-B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.txt-orange-B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #EA9301;
}

.txt-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #EA9301;
	text-decoration: none;
}

.txt-cont-wt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.txt-cont-wt-B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.txt-cont-wt-BU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #EA9301;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.txt-cont-bl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #0E43A3;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

