body {
	background-color: #F9DCFF;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #777;
	padding: 0px;
}

body2 {
	background-color: #F9DCFF;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #ffc400;
	padding: 0px;
}

#box-flag {
	width: 749px;
	height: 25px;
}

/* -------------------Homepage V2 ------------------------*/

/*-----------Box Actus-----------------*/

#box-news {
	width: 467px;
	height: 187px;
	background-color: #FFF;
}

#box-news  h1 {
	background: transparent url("/images/bg_h1_news.jpg") left top no-repeat;
	padding: 4px 0 0 10px;
	margin: 0;
	height: 45px;
	color : #216C9C;
	line-height: 1.5;
}

#news-col-one {
	width: 200px;
	margin: 0 5px 10px 10px;
	padding: 5px;
	background-color: #FFF;
	border-right: 1px solid #999;
	float:left;
}

#news-col-two {
	width: 200px;
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #FFF;
	float:right;
}

#news-col-one strong, #news-col-two strong {
	color: #FF6600;
}

#news-col-one p, #news-col-two p {
	margin: 0 0 5px 0;
}

/*-----------Box Register-----------------*/
#box-register {
	width: 282px;
	height: 187px;
	background-color: #FFF;
	border-left: 1px solid #999;
}

#box-register h1 {
	background: transparent url("/images/bg_h1_reg.jpg") left top no-repeat;
	padding: 4px 0 0 10px;
	margin: 0;
	height: 45px;
	color : #216C9C;
	line-height: 1.5;
}

#register {
	margin: 0 auto;
	width: 260px;
}

#register a:link{
	color : #006699;
}

#register a {
	color : #006699;
	text-decoration : none;
}
#register a:hover{
	color : #006699;
	text-decoration :underline;
}

/*-----------Box CC-----------------*/
#box-cc {
	width: 467px;
	height: 187px;
	background-color: #FFC250;
}

#box-cc  h1 {
	background: transparent url("/images/bg_h1_cc.jpg") left top no-repeat;
	padding: 4px 0 0 35px;
	margin: 0;
	height: 44px;
	color : #216C9C;
	line-height: 1.5;
}

#product {
	margin: 0 auto;
	width: 425px;
}

#product p {
	color: #000;
	margin: 0 0 5px 0;
}

#product strong {
	color: #006699;
}

a.productlink {
	padding: 10px 0 5px 20px;
	color: #006699;
	text-decoration: none;
	font-weight:bold;
	background: url(/images/ico_arrow_round.gif) no-repeat 0 55%;
}

p a.productlink {
	margin: 0 0 0 150px;
}

#product a:link {
	color : #006699;
	text-decoration : underline;
}

#product a:visited {
	color : #006699;
	text-decoration : underline;
}

#product a:hover {
	color : #006699;
	text-decoration : none;
}

/*-----------Box Zoom-----------------*/
#box-zoom {
	width: 282px;
	height: 187px;
	background-color: #FFC250;
	border-left: 1px solid #999;
}

#box-zoom  h1 {
	background: transparent url("/images/bg_h1_zoom.jpg") left top no-repeat;
	padding: 4px 0 0 35px;
	margin: 0;
	height: 44px;
	color : #216C9C;
	line-height: 1.5;
}

#zoom {
	margin: 0 auto;
	width: 260px;
}

#zoom p {
	color: #000;
	margin: 0 0 5px 0;
}

#zoom strong {
	color: #006699;
}

a.zoomlink {
	padding: 10px 0 5px 20px;
	color: #006699;
	text-decoration: none;
	font-weight:bold;
	background: url(/images/ico_arrow_round.gif) no-repeat 0 55%;
}

p a.zoomlink {
	margin: 0 0 10px 175px;
}

#zoom a:link {
	color : #006699;
	text-decoration : underline;
}

#zoom a:visited {
	color : #006699;
	text-decoration : underline;
}

#zoom a:hover {
	color : #006699;
	text-decoration : none;
}

/*------------------------ End Homepage V2 -------------------------------------*/

img.thumb {	
	float: right;
	margin: 0 0 6px 6px;
}

img.alt {
	float: left;
	margin: 0 6px 6px 0;
	clear: both;
}

.clear {
	clear: both;
}

/* Main links */
a:link {
	color : #666;
	text-decoration : none;
}

a:visited {
	color : #666;
	text-decoration : none;
}

a:hover {
	color : #FFA600;
	text-decoration : underline;
}

a:active {
	color : #666;
	text-decoration : none;
}

/* Generic control over fonts */
td, p, ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Titles */
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #FFA600;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	clear:both;
}

.alert {
	color:#FF0000;
}

/* ------ Global Structure of pages ------- */
/* Globle navigation */

/* Banner Zone on subpages */
#header {
	width: 749px;
	background-color: #000000;
}

#navbar {
}

/* Dynamic banners on Homepage */
#banner {
	background-color: #FFFFFF;
	
}

#bbanner, #bbanner a:link a:visited {
	background-color: transparent;
	font-size: 20px;
	color: #F9DCFF;
	text-decoration:none;
}

#bottom {
	/* background-color: #FFC250; */
	background-color: #000000;
}

#footer {
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	color: #F00;
	background-color: #000000;
}

#footer a:link , #footer a:visited {
	color: #C0D3DE;
	text-decoration: none;
}
#footer a:hover {
	color: #444;
	text-decoration: none;
}

#copyright {
	padding: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #85A2B9;
}

/* Newsletter */
#form {
	/*/*/border: 1px solid #CC3333;
	background-color: #FFA600;/* */
}

#form div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color : #044E7C;
	font-weight: bold;
}

/* Main table */
#mainTable {
	padding: 0px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	/*/*/line-height: 1.5em; /* */
}

/* Left Col Homepage */
#sidebarleft {
	width: 250px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*/*/line-height: 1.2em; /* */
	background-color: #000;
}

#sidebarleft p {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sidebarleft  h1 {
	background: transparent url("/images/bg_h1.gif") left top no-repeat;
	padding: 1px 0px 2px 30px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color : #FFF;
	/*/*/line-height: 1.5;/* */
}

#sidebarleft  h2 {
	padding: 0 0 0 15px;
	margin: 5px 10px 0px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color : #ff0000;
	/*/*/line-height: 1.5;/* */
}

#sidebarleft img {
	margin: 5px 0 0 0;
}

/* Right Col Homepage */
#sidebarright {
	width: 245px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	/*/*/line-height: 1.2em; /* */
}

#sidebarright p {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*/*/line-height: 1.2;/* */
}

#sidebarright strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #044E7C;
	font-weight: bold;
}

#sidebarright  h2 {
	/*/*/background: transparent url("/images/ico_chevron.png") left n no-repeat;/* */
	padding: 0px 15px 0px 20px;
	margin: 0px 15px 15px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color : #ff0000;
	border-bottom: 1px solid #ff0000;
	/*/*/line-height: 1.5;/* */
}

#sidebarleft img {
	margin: 5px 0 0 0;
}

/* Main Content Zone on subpages */
#maincontent {
	padding: 15px 15px 0px 15px;
	width: 314px;
	background-color: #000;
}

#sec-content {
	padding: 15px 15px 0px 15px;
	width: 531px;
	background-color: #FFF;
}

#maincontent p, #sec-content {
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*/*/line-height: 1.5em;/* */
}

#maincontent p.border, #sec-content p.border {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*/*/line-height: 1.5em;/* */
	border-bottom: 1px solid #CCC;
}

#maincontent .v5, #sec-content .v5 {
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*/*/line-height: 1.5em;/* */
}

#maincontent  h1, #sec-content h1 {
	margin: 5px 0px 10px 0px;
	font-size: 16px;
}

#maincontent  h2, #sec-content h2 {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 15px;
	color : #FFA600;
}

#maincontent  h3, #sec-content h3 {
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFA600;
	/*/*/line-height: 1.5em;/* */
}

#maincontent  h4, #sec-content h4 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #666;
	/*/*/line-height: 1.5em;/* */
}

#maincontent  h5, #sec-content h5 {
	/*/*/background: transparent url("/images/ico_chevron.gif") left center no-repeat;/* */
	padding: 0px 15px 0px 20px;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #FFA600;
	/*/*/line-height: 1.5em;/* */
}

/* News version 2
*******************************************************************************/

.expandable iframe, .expandable p {
    display: none;
}

h6.expandable p {
    padding: 0;
	margin: 0;
	font-weight:normal;
}

#sec-content h6.expandable {
	background: transparent url(/images/bl_expandable.gif) no-repeat left 4px;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 11px;
	color : #333;
	font-weight: normal;
}

#sec-content h6.expanded {
	background: url(/images/bl_expanded.gif) no-repeat left 4px;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 11px;
	color : #333;
	font-weight: normal;
}

p.more-news {
	margin: 0;
}

p.more-news a {
	cursor: pointer;
	padding: 10px 0 5px 15px;
	background: url(/images/bl_expandable.gif) no-repeat 0 60%;
}

a.pdflink {
	padding: 10px 0 5px 20px;
	color: #006699;
	text-decoration: none;
	border-bottom: none;
	background: url(/images/page_acrobat.gif) no-repeat 0 50%;
}

a.mp3link {
	padding: 10px 0 5px 20px;
	color: #006699;
	text-decoration: none;
	border-bottom: none;
	background: url(/images/page_sound.gif) no-repeat 0 50%;
}

a.vidlink {
	padding: 10px 0 5px 20px;
	color: #006699;
	text-decoration: none;
	border-bottom: none;
	background: url(/images/page_video.gif) no-repeat 0 50%;
}

a.weblink {
	padding: 10px 0 5px 20px;
	color: #006699;
	text-decoration: none;
	border-bottom: none;
	background: url(/images/page_url.gif) no-repeat 0 50%;
}

/* End News version 2
*******************************************************************************/

#maincontent  h2.demo, #sec-content h2.demo {
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	color : #044E7C;
	background-color: #E4EDF1;
	display: block;
}

#maincontent ul, #sec-content ul {
	margin-top: 5px;
	padding-top: 5px;
	list-style-type: none;
	list-style-image:  url("/images/ico_box_list.png");
}

/* Site map */
#maincontent .sitemap {
	font-size: 14px;
	color : #FFA600;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	}

#maincontent .sitemap li {
	list-style: none;
	}

#maincontent .sitemap li ul {
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px;
	color : #044E7C;
	font-weight: bold;
	}

#maincontent .sitemap li ul li ul li {
	padding-left: 0px;
	margin-left: 0px;
	font-weight: normal;
}

/* Contact box */
.contact {
	/*padding: 5px;*/
	border-bottom: 1px solid #CCC;
}

.contact td {
	font-size: 11px;
	color : #044E7C;
}

.contact td a {
	color : #044E7C;
	text-decoration: underline;
}


/* Subnavigation on subpages */
#navcontainer {
	width: 188px;
	padding: 0px;
	background-color: #000;
}

#navcontainer ul {
	margin-top: 10px;
	margin-left: 6px;
	padding-left: 6px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li a {
	background: transparent url("/images/ico_arrow_off.png") left center no-repeat;
	padding-left: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*/*/line-height: 1.2em; /* */
	text-decoration: none;
	color: #777;
}

#navcontainer ul li a:hover {
	background: transparent url("/images/ico_arrow_over.png") left center no-repeat;
	color: #777;
}

#navcontainer  h1 {
	background: transparent url("/images/bg_n0.png") left top no-repeat;
	padding: 1px 0px 2px 30px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color : #FFF;
	/*/*/line-height: 1.5;/* */
}

#navcontainer  h1.tv {
	background: transparent url("/images/bg_h1_tv.gif") left top no-repeat;
	padding: 3px 0px 7px 35px;
	/*/*/line-height: 1.5;/* */
}

/* Right Col on Demo Tour */
#demo {
	width: 207px;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	/*/*/line-height: 1.5; /* */
}

#demo p {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*/*/line-height: 1.5;/* */
}

#demo strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #333;
	font-weight: bold;
}

#demo  h2 {
	/*/*/background: transparent url("/images/ico_box_orange.png") left center no-repeat;/* */
	padding: 0px 0px 0px 15px;
	margin: 10px 15px 5px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color : #333;
	border-bottom: 1px solid #333;
	/*/*/line-height: 1.5em;/* */
}

#demo img {
	margin: 5px 0 0 0;
}

#demo img.draw {
	margin: 0px;
}

#demo ul {
	/*/*/margin-left: 0px; /* */
	/*/*/padding-left: 0px; /* */
	/*/*/margin-top: 0px; /* */
	/*/*/list-style-type: none; /* */
	/*/*/line-height: 1.5em;/* */
}

#demo ul li a {
	padding-left: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	/*/*/line-height: 1.5em; /* */
}

#demo ul li a:hover {
	color: #FFA600;
	text-decoration: none;
}

input, textarea {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		}
.smallform{
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		}

p.center {
	text-align: center;
	}

/* Control over imges */
img.demo {
	display: block;
	border: 1px solid #333;
}

img.right { 
	float: right; 
	margin: 4px;
}

img.left { 
	float: left; 
	margin: 4px;
}

hr {
	border: 0;
	width: 100%;
	color: #ff0000;
	height: 2px;
	text-align: center;
	margin-left: 20px;
}

#random {
	margin: 20px 0px 10px 0px;
	border: 1px solid #124A6F;
	background-color: #E4EDF1;
}

#random a:link {
	color : #044E7C;
	text-decoration : none;
}

#random a:visited {
	color : #044E7C;
	text-decoration : none;
}

#random a:hover {
	color : #044E7C;
	text-decoration : underline;
}

#random a:active {
	color : #044E7C;
	text-decoration : none;
}

#random td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color : #044E7C;
}

#minibanner {
	margin: 20px 0px 10px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #8f0000;
	background-color: #FFDDDD;
}


#minibannerlink {
	margin: 0px 0px 5px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #8f0000;
	text-align: left;
	background-color: #FFDDDD;
}

#minibannerlink ul {
	/*/*/padding: 5px 0px 5px 15px; /* */
	/*/*/margin-left: 0px; /* */
	/*/*/margin-top: 0px; /* */
	/*/*/margin-bottom: 0px; /* */
	/*/*/list-style-type: none; /* */
}

#minibannerlink ul li a {
	padding: 0px 0px 0px 15px;
	background: transparent url("/images/ico_more.png") left center no-repeat;
	text-align: left;
	text-decoration: none;
	color: #bf0000;
}

#minibannerlink ul li a:hover {
	color: #bf0000;
	text-decoration: underline;
}

/* For Print only */
#contact {
	display: none;
}

#weblogo {
	display: inline;
}

#printlogo {
	display: none;
}

.mininav {
	display: none;
}

#bannersub {
}

#buttons{
}

img.imgright { 
	float: right; 
	margin: 0px 0px 5px 5px;
}

img.imgleft{ 
	float: left; 
	margin: 5px 8px 15px 0px;
}

img.imgleften{ 
	float: left; 
	margin: 5px 8px 5px 0px;
}

select{
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
}

.nbannerlight {
        font-family: georgia, verdana, arial, sans-serif;
        font-size:10px;
        font-weight:bold;
        border-left:1px solid #101010;
        border-right:1px solid #101010;
        border-top:1px solid #101010;
        border:1px solid #101010;
        background:#101010;
        padding:7px;
}

.nbannernlight {
        font-family: georgia, verdana, arial, sans-serif;
        font-size:10px;
        font-weight:bold;
        border-left:1px solid #060606;
        border-right:1px solid #060606;
        border-top:1px solid #060606;
        border:1px solid #060606;
        background:#060606;
        padding:7px;
}