@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #669966;
	background-image:url(images/bg.gif); 
	background-repeat:repeat-x;
	margin: 0;
}

.small {
	font-size: 9px;
}
.error {
	color: red;
}

.tab {
	width: 150px; 
	padding: 5px; 
	margin-right: 0px; 
	border-left: 1px solid silver; 
	border-top: 1px solid silver; 
	border-right: 1px solid silver; 
	background-color: #999; 
	color: white; 
	text-align: center;
	float: right;
	font-weight: bold;
	font-size: 9px;
}

.tabOn {
	width: 150px; 
	padding: 5px; 
	margin-right: 0px; 
	border-left: 1px solid silver; 
	border-top: 1px solid silver; 
	border-right: 1px solid silver; 
	background-color: #666; 
	color: white; 
	text-align: center;
	float: right;
	font-weight: bold;
	font-size: 9px;
}

.banner {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}