


/* --------- BODY --------- */
body {
/*  background-color:#b66b6b; */
  /*background-color: #cf9393;*/
  /*background-color:#ede2dc;*/
  background-color:#000000;
  margin:0px;
  text-decoration:none;
  font-family: Verdana, Tahoma, Arial;
  font-weight: normal;
  font-size:10px;
  color:#ffffff;
}

body.card {
  background-color:#FFFFFF;
  margin:0px;
  text-decoration:none;
  font-family: Verdana, Tahoma, Arial;
  font-weight: normal;
  font-size:10px;
  color:#581d1a;
}

p, td{
  text-decoration:none;
  font-family: Verdana, Tahoma, Arial;
  font-weight: normal;
  font-size:10px;
  color:#f0e4e4;
}

.white{
  text-decoration:none;
  font-family: Verdana, Tahoma, Arial;
  font-weight: normal;
  font-size:10px;
  color:#ffffff;
}

.tiny{
  text-decoration:none;
  font-family: Verdana, Tahoma, Arial;
  font-weight: normal;
  font-size:9px;
  color:#581d1a;
}

.footer, a.footer, a.footer:link, a.footer:visited  {
	font:Verdana, Tahoma, Arial;
	font-size: 9px;
	color:#f0e4e4;
	text-decoration: none;
}
a.footer:hover {
	font:Verdana, Tahoma, Arial;
	font-size: 9px;
	color:#f0e4e4;
	text-decoration: underline;
}

.message{
  text-decoration:none;
  font-family: Verdana, Tahoma, Arial;
  font-weight: bold;
  font-size:9px;
  color:#fff;
}

/*  ---------body links --------- */

a:link {
  text-decoration:underline;
  color:#fff;
}

a:visited {
  text-decoration:underline;
  color:#c99;
}

a:active {
  text-decoration:underline;
  color:#c99;
}

a:hover {
  text-decoration:underline;
  color:#c99;
}

a.tiny:link {
  text-decoration:underline;
  color:#fff;
}

a.tiny:visited {
  text-decoration:underline;
  color:#c99;
}

a.tiny:active {
  text-decoration:underline;
  color:#c99;
}

a.tiny:hover {
  text-decoration:none;
  color:#c99;
}
sitemap {
	padding:2x;
	font-family : Verdana, Tahoma, Arial;
	font-weight : normal;
	font-size : 9px;
	text-ident : 0em;
	text-decoration: none;
	color: #f0e4e4;
}
a.sitemap {
	padding:2x;
	font-family : Verdana, Tahoma, Arial;
	font-weight : normal;
	font-size : 9px;
	text-ident : 0em;
	text-decoration: underline;
	color: #f0e4e4;
}
a.sitemap:visited {
	padding:2x;
	font-family : Verdana, Tahoma, Arial;
	font-weight : normal;
	font-size : 9px;
	text-ident : 0em;
	text-decoration: underline;
	color: #f0e4e4;
}
a.sitemap:active {
	padding:2x;
	font-family : Verdana, Tahoma, Arial;
	font-weight : normal;
	font-size : 9px;
	text-ident : 0em;
	text-decoration: underline;
	color: #f0e4e4;
}
a.sitemap:hover {
	padding:2x;
	font-family : Verdana, Tahoma, Arial;
	font-weight : normal;
	font-size : 9px;
	text-ident : 0em;
	text-decoration: none;
	color: #999999;
}
/*  ---------lines --------- */

hr{
  margin: 0px;
  width: 560px;
  height: 1px;
  color: #663399;
}


/*  ---------FORM --------- */

.selectBody {
  line-height:1;
  font-size:10px;
  font-family: Verdana, Tahoma, Arial;
  font-weight: normal;
  /*color:#ffffff;*/
  /*color:#581d1a;*/
  color:#781414;
  padding:0px;
  border: 0px;
  border-width: 1px;
  border-style: solid;
  border-color:#ffffff;
  background-color: #fff;
}

.form  {
	line-height:1;  
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial; 
	color:#ffffff; 
	padding:2px;
	border:1px solid; 
	border-color:#b66b6b;
  	background-color: #581d1a;
}

.form_email  {
	line-height:1;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	/*color:#581d1a;*/
	color:#781414;
	padding:2px;
	border:1px solid; 
	border-color:#581d1a;
  	background-color: #fff;
}
.form_search  {
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial; 
	color:#581d1a; 
	border:1px solid; 
  	background-color: #18185a;
	border-color:#581d1a;
}
.newslettertitle {
	width:145px;
	font-family: Verdana, Tahoma, Arial;
	font-size:20px;
	font-weight:bold
}
.newsletterbody {
	width:130px;
	font-family: Verdana, Tahoma, Arial;
	font-size:14px;
	font-weight:normal
}
.nwhite {
	color:#fff;
}
.npink {
	color:#f69;
}
textarea.text {
	border:none 0px;
	background-color:transparent;
	overflow:hidden
}
.right { text-align:right }