/* Generated by KaZcadeS */
body {
  margin: 0;
  background-color: #fffdda;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
}
td {
  font-size: 10px;
}
a {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #cc0000;
}
a.white:link {
  color: #fffdda;
  text-decoration: none;
}
a.white:visited {
  color: #fffdda;
  text-decoration: none;
}
a.white:hover {
  color: #cc0000;
  text-decoration: none;
}
.title {
  border-top: 14pt solid #55648b;
  border-bottom: 4pt double #55648b;
  text-align: center;
  padding-top: 2pt;
  padding-bottom: 2pt;
  background-color: #fffeeb;
}
.LogoSup {
  text-transform: uppercase;
  color: #41402b;
  font-family: Times New Roman,Times,serif;
  font-size: 13pt;
  font-weight: bold;
}
.LogoInf {
  color: #41402b;
  letter-spacing: 4pt;
  text-transform: uppercase;
  font-weight: inherit;
  font-family: Times New Roman,Times,serif;
  font-size: 23pt;
}
.sectext {
  padding: 3pt;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #ffffff;
}
.bordoV {
  border: 1px solid #2b887c;
}
.bordoM {
  border: 1px solid #892c37;
}
.subtext {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 10pt;
}
.subtextitle {
  font-size: 14px;
  font-weight: bold;
  color: #892c37;
}
.frmfield {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background-color: #fffdda;
  height: 16px;
  font-size: 10px;
}
.frmbutton {
  border: medium double #88742b;
  font-size: 10px;
  color: #fffdda;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background-color: #88742b;
}
.sectiontitle {
  text-transform: uppercase;
  color: #41402b;
  font-family: Times New Roman,Times,serif;
  font-weight: normal;
  font-size: 15pt;
}


/* For Sociable from his css*/

div.social {
	color: #892c37;
	text-align: center;
	padding: 15pt 0pt 0pt 0pt;
	margin-left: 5%;
    margin-right: 5%;
	font-size: 8pt;	
}

.social img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.social-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

.social-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

