body {
background-color: #666666;
	color: #000000;
	font-family: Verdana, Tahoma;
	font-size: 10px;
}

.table_bottom {
	color: #FFFFFF;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	border: 1px solid #000000;
}
.table_top {
	font-family: Verdana, Tahoma;
	font-size: 10px;
}

td {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px solid #000000;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	text-decoration: underline overline;
}

button, textarea  {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #000000;
}

select, option	{
	border:none
}

.style2 {font-size: 13px; font-weight:bold}

.style3 {border:0 }

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit*/
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd; 
}
.error p {
	margin:0;		
}



