body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434548;
   background-image: url(images/_heart_bg.jpg);
	background-attachment: fixed;
	padding: 0;
   margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434548;
}

/* hides text-align to the left from IE, because the next 2 rules doesn't apply to IE*/
html>body td {
  text-align: left;
}

*[align="center"] {
  text-align: center;
}

*[align="right"] {
  text-align: right; 
}

.td_header {
 background-image: url(./pic/_boxheader_bg_lila.jpg);
 height:25;
 font-size:12px;
 font-weight: bold;
 color: #ffffff;
}

input {
  font-size: 11px;
}
textarea {
  font-size: 11px;
}
select {
  font-size: 11px;
}
.inputbutton {
  font-size: 11px;
  color: #ffffff;
  border-top: 1px solid #FEFEFE;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #FEFEFE;
  background-image: url(./pic/_btn_form_bg.jpg);
  height: 20px; 
  font-weight: bold;
  font-family: Arial;
}

.dotted{
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

a {
  color: #695F5D;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #413B3B;
}

.linkstyle { 
font-family:Verdana,sans-serif;
font-size:10px;
color: #434548;
text-decoration:none; }

a.linkstyle:link { font-family:Verdana,sans-serif; font-size:10px; color: #434548; text-decoration:none; }
a.linkstyle:visited { font-family:Verdana,sans-serif; font-size:10px; color: #434548; text-decoration:none; }
a.linkstyle:hover { font-family:Verdana,sans-serif; font-size:10px; color:#A5006C;text-decoration:underline; }
a.linkstyle:active { font-family:Verdana,sans-serif; font-size:10px; color:#A5006C; text-decoration:none; }

.linkstyle1 { 
font-family:Verdana,sans-serif;
font-size:10px;
color: #ffffff;
text-decoration:none; }

a.linkstyle1:link { font-family:Verdana,sans-serif; font-size:10px; color: #ffffff; text-decoration:none; }
a.linkstyle1:visited { font-family:Verdana,sans-serif; font-size:10px; color: #ffffff; text-decoration:none; }
a.linkstyle1:hover { font-family:Verdana,sans-serif; font-size:10px; color:#0099CC;text-decoration:underline; }
a.linkstyle1:active { font-family:Verdana,sans-serif; font-size:10px; color:#0099CC; text-decoration:none; }
