/* yahoo's css resetting */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

BODY {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 12px
}

A {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: navyblue;
  text-decoration: underline;
}

A:Visited  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : normal;
  font-style : normal;
  color : darkblue;
  text-decoration : underline;
}

A:Active  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : normal;
  font-style : normal;
  color : navyblue;
  text-decoration : underline;
}

A:Hover  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : normal;
  font-style : normal;
  color : blue;
  text-decoration : underline;
}

p {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1f1f1f;
  text-decoration: none;
  margin-bottom: 12px;
}

p.excl {
  font-size: 16px;
  font-weight: bold;
  color: #aa0202;
  margin-top: 12px;
}

p.lined {
font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: red;
  text-decoration: line-through;
  margin-bottom: 12px;
  
}


p.red {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: red;
  text-decoration: none;
 
}


p.date {
  font-weight: bold;
}
p#first {
  color: #aa0202;
}

H1 {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #1f1f1f;
  text-decoration: none;
}

a.copyright {
  color: gray;
}

a.copyright:hover {
  color: blue;
}

div.copyright  {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: gray;
  padding-top: 20px;
  padding-left: 35px;
  text-decoration: none;
}

td.descr {
  background: url(/convertringtone/back.png);
  height: 100%;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

td.news {
  background: url(/convertringtone/newsback.gif);
  height: 100%;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

td.other {
  background-color: #e8e8e8;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 50px;
}

td.feedback {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1f1f1f;
  text-decoration: none;
  padding-left: 50px;
  padding-bottom: 10px;
}

input {
  border: 1px solid #BFBFBF;
  color: #949494;
  background: #fff;
  padding: 2px 5px 1px 5px;
  font-size: 1em;
}
	
input:hover {
  background: #fff;
  border: 1px solid #ACE149;
  color: #7DA721;
  font-size: 1em;
}
	
textarea {
  font-family: Verdana, Arial, Helvetica;
  font-size: 1.1em;
  border: 1px solid #BFBFBF;
  color: #949494;
  padding: 2px 5px 1px 5px;
  width: 500px;
}
	
textarea:hover {
  background: #fff;
  border: 1px solid #ACE149;
  color: #7DA721;
}
