body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textbox {
	border: 0px solid #93710B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #93710B;
}
.loginback {
	background-image: url(images/login_back.gif);
	background-repeat: repeat-y;
}
.heading {
	color: #93710B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a:link {
	color: #93710B;
	text-decoration: underline;
}
a:visited {
	color: #93710B;
	text-decoration: none;
}
a:hover {
	color: #FBEEC8;
	text-decoration: none;
}
a:active {
	color: #93710B;
	text-decoration: none;
}
.picborder {
	border: thin solid #ECD1A2;
}
#fb{
	font-size: 11px;
	color: #FFFFFF;	
}
#fb a {
	color: #000000;
	text-decoration: none;
}
#fb a:hover {
	color: #0099FF;
}