/* CSS Document */
body, table, tr, td {
	border:0;
	color: #000000;
    background-image:url(../../../assets/images/Garden_03.png); 
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

body {
	margin:0 auto;
	width:600px;
}

INPUT, TEXTAREA, SELECT {font-family: Verdana; font-size: xx-small;}

table#data{
	background-color:efefef;
	border:0;
}

.bigword {
	font-weight:bold;
}

th#data {
	background-color:c0c0c0;
}

a, a:visited, a:active {
	color:#000000;
	text-decoration: none;
}

#data a, #data a:visited, #data a:active {
	color:#000000;
}

a:hover, #data a:hover {
	background-color:#999999;
	text-decoration: none;
}

.error {
	color:#FF0000;
	text-align:center;
}

