BODY{
	margin: 0;
	padding:0;
}
BODY, TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
UL{
	margin-top:    3px;
	margin-bottom: 10px;
}
H1,H2,H3,H4{
	font-weight: bold;
	margin: 0;
	padding:0;
	margin-top:    10px;
	margin-bottom: 10px;
}
H1{
	font-size: 14px;
	font-weight: bold;
}
H2{
	font-size: 12px;
	font-weight: bold;
}
H3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
H4{
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
	color: Black;
	margin-bottom: 0;
}
.text{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}
.content{
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 16px;
	}
	
.rightBar{
	padding-left: 13px;
	padding-right: 4px;
	padding-top:   6px;
	padding-bottom:6px;
}
.leftMenu{
	font-weight: bold;
	margin: 0;
	padding:0;
}
.leftMenu A{
	text-decoration: none;
	color: #2969a4;
}
.leftMenu A:hover, .leftMenu A:active{
	text-decoration:underline;
}
.categoryList{
	font-family: Arial, Tahoma, Verdana, Helvetica;
	line-height:1.1em;
	color: #000000;
}
.categoryList A{text-decoration:none}
.categoryList A:hover{text-decoration:underline}
.categoryList A:active{text-decoration:underline}

.footer{
	padding-top:    8px;
	padding-bottom: 8px;
	font-size: 11px;
	border-top: 1px dashed black;	
}
.footer A{
	text-decoration: underline;
}
.footer .links A{margin-right: 6px; }
P{
	margin: 0;
	margin-bottom: 1ex;
}

.button{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border: 0px solid White;
	padding: 2px;
	vertical-align: center;
	height: 20px;
	display: inline-block;
}
INPUT.text, SELECT{
	border: 1px solid Gray;
	font-size: 12px;
	height: 20px;
	vertical-align: center;
}
.content h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	text-align: left;
}
/********************************************/
/* CSS Annonce */

/* Newsletter NewsletterSubscriptionBoxShow */
#overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display:none;
  background: transparent url(annonce/overlay-black-70.png) repeat;
  z-index:10;
}
.NewsletterSubscriptionBoxShow {
  padding-right: 15px;
  z-index: 100;
  position: absolute;
  left: 35%;
  top: 25%;
  width: 346px;
  height: 367px;
  display:none;
  background: transparent url(annonce/newsletter-show.png) no-repeat;
}


.NewsletterSubscriptionBoxShow .close {
  clear: both;
  display: block;
  width: 140px;
  height: 35px;
  position: absolute;
  top: 325px;
  left: 105px;
}
/* IE7 and below hack */
* html .NewsletterSubscriptionBoxShow  {
  background: transparent url(annonce/newsletter-show.gif) no-repeat;
}