/* CSS Document
 * basic styles for xhtml-tags
 */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p{
	color:#000;
	font-size:18px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
}
a{
  text-decoration: none;
  outline: 0;
}
a:link,
a:active,
a:visited{
  color:#741776;
  text-decoration: none;
}
a:hover{
  color:#1613F2;
}


h1 {
	color:#c593be;
	font-size: 23px;
  margin-bottom:8px;
    margin-top:16px;

}

h2{
		color:#c593be;
	font-size: 20px;
	font-weight:bold;
	 margin-bottom:8px;
    margin-top:16px;
}
h3{
		color:#c593be;
	font-size: 18px;
  margin-bottom:8px;
}
h4, h5{
		color:#c593be;
	font-size: 15px;
	font-weight:bold;
}


#content ul {
  margin:5px;
}
#content ul li{
	font-size: 14px;
  margin: 15px 0px 0px 15px;
}
#content ul li p{
  margin-top:5px;
}

#content ul li>b{
  margin-top:15px;
	font-size: 16px;
}

/* Layout
 * #footer-details
 */

#footer h6{
  font-size: 13px;
  margin:2px 20px 2px 0px;
  clear:both;
  float:right;
}
#footer h6 a{
  text-decoration: none;
}

#footer h6 a:link,
#footer h6 a:active,
#footer h6 a:visited{
	color: #000000;
	text-decoration: none;
}
#footer h6 a:hover{
	color: #000000;
	text-decoration: underline;
}

.clear{
  clear:both;
}





.potatoe-table {
	font-size: 13px;
  width: 290px;
	text-align: left;
	border-collapse: collapse;
}

 .potatoe-table th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #005B25;
	border-top: 4px solid #CCFFCC;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align:left;
}
.potatoe-table td {
	padding: 8px;
	background: #CCFFCC;
/*
	background: #F0FFD0;
*/
  border-bottom: 1px solid #fff;
	color: #005B25;
	border-top: 1px solid transparent;
}
#wtable1 tr:hover td, #wtable2 tr:hover td, .potatoe-table tr:hover td {
/*
	background: #F0FFD0;
*/
	background: #CCFFCC;
	color: #005B25;
}
