body {
	background-color: #999;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	}

.content {
	width: 740px;
	margin: 0px auto;
	border-width: 4px;
	border-style: solid;
	border-color: #000;
	background-image: url(images/bigbackground.gif);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px;
	}
.micro {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 9px;
}

.content p {
	text-align: left;
	}

.content td {
	background-image: none;
	}

.logintd {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

.nologintd {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.footer {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #666;
	margin-top: 0px;
	}

.footer a {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	}

.footer a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

.footer a:hover {
	color: #ff0;
	font-weight: bold;
	text-decoration: underline overline;
	}

.usermenu {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	background-color: #999;
	}

.usermenu a {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

.usermenu a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

.usermenu a:hover {
	color: #ff0;
	font-weight: bold;
	text-decoration: underline overline;
	}
input, textarea, select {
	border: 1px solid #808080;
	background-color: #EFEFEF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: arial,helvetica;
	/**padding-left: 3px;**/
	}	
.error {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #f00;
	font-weight: bold;
	}
