@charset "utf-8";
/* CSS Document */

td.tabmenubody ul {
	margin: 10px;
	padding-left: 0px;
}

td.tabmenubody ul li{
	/*list-style-image: url(images/bullet.jpg);
	list-style-position: inside;*/
	list-style: none;
	margin-bottom: 6px;
/*	margin-top: 5px;
	padding: 5px 5px 5px 30px;
	margin-bottom: 5px;*/
}

td.tabheading {
	font-weight:bold;
	font-size: 10px;
	height:16px;
}

div.tabmenu-container {
	margin-bottom: 5px;
}

input.contact, textarea.contact {
	color: #999999;
	font-size: 16px;
	font-family: "Courier New", serif, "Times New Roman", Verdana, Arial;
	padding: 8px;
	border: 1px solid lightgrey;
	background-color: white;
}

input.btn {
	color: #999999;
	font-size: 16px;
	font-family: "Courier New", serif, "Times New Roman", Verdana, Arial;
	padding: 5px 12px 5px 12px;
	border: 1px solid lightgrey;
	background-color: white;
}


