html {
margin: 0;
padding: 0;
}

BODY {
background-color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
padding: 0px;
margin: 0px;
border: 0px;
}

A:link		{COLOR: #622181; FONT-SIZE: 11px;}
A:active	{COLOR: #622181; FONT-SIZE: 11px;}
A:visited	{COLOR: #622181; FONT-SIZE: 11px;}
A:hover		{COLOR: #622181; FONT-SIZE: 11px; TEXT-DECORATION: none;}


h1 {
color: #333333;
font-size: 18px;
}

h2 {
color: #333333;
font-size: 18px;
}

h3 {
color: #333333;
font-size: 18px;
}

.header {
width: 100%;
cellpadding: 0px;
cellspacing: 0px;
border: 0px;
/*background: url('templates/V1/images/header_middle.gif') repeat-x top;*/
background: url('images/header_middle.gif') repeat-x top;
}

.headerLeft {
width: 318px;
height: 134px;
/*background: url('templates/V1/images/header_left.gif') no-repeat top left;*/
background: url('images/header_left.gif') no-repeat top left;
}

.headerMiddle {
height: 134px;
text-align: center;
}

.headerRight {
width: 234px;
height: 134px;
background: url('images/header_right.gif') no-repeat top right;
}

.headerMenuRight {
font-family: Arial, sans-serif;
font-size: 11px;
color:#622181;
text-align: right;
padding-right:10px;
}

.maintable {
width: 1060px;	/*990px;*/
}

.footer {
width: 100%;
height: 180px; /*155px;*/
cellpadding: 0px;
cellspacing: 0px;
border: 0px;
background: url('images/bg_footer.gif') repeat-x bottom;
COLOR: #622181; 
FONT-SIZE: 11px;
}

.footerLeft {
height: 180px; /*155px;*/
}

.footerMiddle {
/*width: 1060px;*/	/*990px;*/
height: 180px; /*155px;*/
text-align: center;
}

.footerRight {
width: 203px;
height: 180px; /*155px;*/
background: url('images/bg_footer_right.gif') no-repeat bottom right;
}

TR.headerError {
  background: #E2007A;
}

TD.headerError {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #E2007A;
  color: #FFFFFF;
  font-weight : bold;
  text-align : center;
}

.pseudo_link {
font-weight: bold;
color: #0000EE;
text-decoration: underline; 
}

.item_menu_cat {
	text-align:center; 
	vertical-align:middle; 
	padding-bottom:5px !important;
	padding-bottom:7px;
	width:103px; 
	height:30px; 
	background:url('images/fnd_menu_cat.gif') no-repeat;
	cursor: pointer;
}

.item_menu_cat a {
	text-decoration: none; 
	font-weight:bold;
	color:#333333;
	display: block;
}

.item_menu_cat_hover {
	text-align:center; 
	vertical-align:middle; 
	padding-bottom:5px;
	width:103px; 
	height:30px; 
	background:url('images/fnd_menu_cat_over.gif') no-repeat;
	cursor: pointer;
}

.item_menu_cat_hover a {
	text-decoration: none; 
	font-weight:bold;
	color:#ffffff;
	display: block;
}

.box_top {
	width:308px; 
	height:52px;
	/*
	padding-left:9px; 
	padding-right:11px; 
	padding-top:3px; 
	padding-bottom:0px;
	*/	
	background:url('images/box_top.gif') no-repeat;
	/*border:solid 1px #000;*/
}

.box_content {
	width:308px; 
	padding-left:13px; 
	padding-right:11px;  
	padding-top:5px; 
	padding-bottom:0px; 
	background:url('images/box_content.gif') repeat-y;
}
	
.box_bottom {
	width:308px; 
	height:20px; 
	background:url('images/box_bottom.gif') no-repeat;
}


/*    POPUP DIV  */
#layer1 {
	position: absolute;
	/*visibility: hidden;*/
	display: none;
	left: 20px;
	top: 300px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
}

#close {
	float: right;
}
/*    POPUP DIV  */
