@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/webbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a   { color: #333366; font-weight: none; font-size: 11px; text-decoration: underline; }

a:hover  { color: #9c9c9c; text-decoration: none; }

.catalog_description { font-size: 10px; }

.price { color: red; font-weight: bold; }

.catalog_section_title { color: #6c6c6c; font-size: 18px; }

.catalog_comments {
	font-size: 18px;
	text-align: center;
}

.header {
	font-size: 10px;
	color: #00006C;
}
.headerLeft {
	color: #FFF;
	background-color: #006;
	font-weight: bold;
	text-align: center;
}
.white_header {
	font-weight: bolder;
	color: #FFF;
	background-color: #000066;
	font-size: 11px;
	text-align: center;
}

.tableau {
	font-size: 10px;
}
.bars{
	font-size: 10px;
	background-color: #000066; 
	color: #FFF;
}
.odd {
	background-color: #efefef;	
}
.even {
	background-color: #e6e6e6;	
}
.copyright {
	font-size: 10px;
}
.globex {
	color: #F00;
	font-style:italic;
	font-weight: bold;
}
.text{
	font-size: 11px;	
}