/* STYLESHEET TO BE USED ALL OVER THE WEBSITE */



.center {
	text-align: center;
}

.asterisk, .main_asterisk {
	color: #A7A7A7;
	font-size: 7pt;
	text-align: center;
}



table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img {
	border: 0px;
}



td.border {
	background-color: #B7B7B7;
	vertical-align: top;
}

td.footer, tr.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
	background-color: #CC0000;
}

td.footer a {
	color: #FFCC00;
	text-decoration: none;
}

td.footer a:hover {
	color: #FFFFFF;
}

td.header_logo {
	text-align: left;
	padding-left: 20px;
}













body, td, p, .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
body {
	background-color: #ECECEC;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}

a {
	color: #cc0000;
}
a:hover {
	color: #cc0000;
}

.menu {
  font-size: 10px;
	font-weight: bold;
	
}
.menu a {
	color: #999999;
	text-decoration: none;
}
.menu a:hover { 
	color: #CC0000;
}

a.menu-on  {
	color: #CC0000;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	margin: 0; padding: 0;
}

h3.alternative {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #279DDD;
	font-weight: bold;
	margin: 0; padding: 0;
}

h4 {
  font-size: 11px;
	color: #cc0000;
	margin: 0; padding: 0;
	font-weight: normal;
}

.alternative2 td,td.alternative2 {
  color: #ffffff;
}

strong.strongest {
  color: #cc0000;
}

.alternative2 a {
  color: #ffffff;
}

.alternative h2,h2.alternative {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #279DDD;
	font-weight: bold;
	margin: 0; padding: 0;
}

.alternative h3 {
	font-size: 12px;
	color: #279DDD;
	font-weight: bold;
	margin: 0; padding: 0;
}

.alternative a {
	color: #279DDD;
}

.alternative .emphasis {
	color: #279DDD;
	font-weight: bold;
}

ul {
  margin-left: 2px;
  margin-top: 0;
  padding-left: 12px;
}

.chapter-title {
  font-size: 12px;
	font-weight: bold;
}
.chapter-title a {
	color: #333333;
	text-decoration: none;
}
.chapter-title a:hover {
	color: #333333;
}

.text-small {
	font-size: 9px;
	color: #333333;
}
textarea.mentions {
  font-size: 9px;
  color: #666666;
	border: 1px solid #aaaaaa;
	width: 550px;
	height: 50px;
}

/* Left */
ul.tools, div.tools {
  font-size: 9px;
  margin-left: 0;
  margin-top: -2px;
  padding-left: 12px;
  list-style: none;
  border-left: 2px dashed #cccccc;
  width: 185px;
}
li.document {
  background-image: url('../images/icons/document.gif');
  background-repeat: no-repeat;
  vertical-align: center;
  padding-left: 32px;
  background-position: 0 center;
  padding-top: 7px;
  padding-bottom: 7px;
}
li.download {
  background-image: url('../images/icons/download.gif');
  background-repeat: no-repeat;
  vertical-align: center;
  padding-left: 32px;
  background-position: 0 center;
  padding-top: 7px;
  padding-bottom: 7px;
}
li.favorite {
  background-image: url('../images/icons/favorite.gif');
  background-repeat: no-repeat;
  vertical-align: center;
  padding-left: 32px;
  background-position: 0 center;
  padding-top: 7px;
  padding-bottom: 7px;
}
li.phone {
  background-image: url('../images/icons/phone.gif');
  background-repeat: no-repeat;
  vertical-align: center;
  padding-left: 48px;
  background-position: 0 center;
  padding-top: 7px;
  padding-bottom: 7px;
}
li.print {
  background-image: url('../images/icons/print.gif');
  background-repeat: no-repeat;
  vertical-align: center;
  padding-left: 32px;
  background-position: 0 center;
  padding-top: 7px;
  padding-bottom: 7px;
}
li.send {
  background-image: url('../images/icons/send.gif');
  background-repeat: no-repeat;
  vertical-align: center;
  padding-left: 32px;
  background-position: 0 center;
  padding-top: 7px;
  padding-bottom: 7px;
}
#tools-more {
  font-size: 9px;
}

ul.tools a, #tools-more a {
  color: #279DDD;
}
table.content {
  border: 1px solid #666666;
}
table.content th {
  background-color: #cccccc;
	font-size: 11px;
  border: 1px solid #666666;
}
table.content td {
  border: 1px solid #666666;
}
ul.telephone {
	margin-left: 0;
}
ul.contact {
	margin-left: 0;
	margin-top: -2px;
	padding-left: 12px;
	list-style: none;
}
input.text, textarea, select {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	border: 1px solid #666666;
}
td.fieldlabel {
  text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.mandatoryfield {
 vertical-align: top;
 color: #CC0000;
}
input.submit,input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  border-left: 2px #999999 solid;
  border-top: 2px #999999 solid;
  border-right: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
	background-color: #ffcc00;
	color: #cc0000;
	font-weight: bold;
}

.result-highlight {
  font-weight: bold;
}