@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFF;
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a:link, a:visited{
	text-decoration: underline;
	color:#666;
}

a:hover{
	text-decoration: underline;
	color:#333;
}

table{
	background-color:#FFF;
	border:0px;
	padding: 0px;
}

.tab { text-indent: 40px; }
