 body {
	font-size: 14px;
	line-height: 20px;
}
.visible td{
	border: 1px solid #ccc;
	padding: 5px;
}
ul,ol {
	list-style-position: inside;
	padding-bottom: 20px;
	padding-left: 15px;
}
ul {
	list-style: disc;
}
	ul li {
		list-style-position: outside;
		padding-bottom: 5px;
	}
p {
	padding-bottom: 15px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
	table td {
		vertical-align: top;
	}
h1 {
	color: #fff;
	margin-bottom: 15px;
	padding: 5px 31px;
	background: #00d2c8;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
h2 {
	padding-bottom: 15px;
	color: #00D2C8;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia;
	font-style: italic;
}
h3 {
	/*background: url(/images/line.gif) top left repeat-x;*/
	padding: 0px 0px 10px 0px;	
	color: #00D2C8;
	font-size: 16px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
}
.dotLined {
	/*background: url(/images/line.gif) top left repeat-x;*/
	padding: 15px 0px 15px 0px;	
}
a {
	color: #464646;
}
a:hover {
	color: #00D2C8;
	text-decoration: underline;
}

img.captcha {
	border: 1px solid #888;
	margin: 0px 0px 5px 0px;
}

/*input, textarea, img.captcha {
	border: 1px solid #aaa;
}*/

table.pricetab p {
	padding: 0px;
}
table.pricetab th { background: #ddd; padding: 4px; text-align: left; font-size: 12px;}
table.pricetab th.rtd {width: 120px;}
/*table.pricetab tr, table.pricetab tr { background: #fff; }*/
table.pricetab tr.even { background: #efefef; }
table.pricetab td { padding: 4px; font-size: 12px;}

