html {
	height:100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	text-align:center;
	background-color: #FFFFFF;
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
a:link,a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
img {
	border: none;
}
#body,.copyright {
	position:relative;
	z-index:1;
	min-width: 560px;
	max-width: 630px;
	width: 60%;
	background-color: #FFFFFF;
	padding: 10px;
	margin:0px auto;
	text-align:left;
}
#body,#body table {
	color: #333333;
}
#body a:link,#body a:visited {
	text-decoration: underline;
	color: #333333;
}
#body a:hover {
	text-decoration: none;
}
#body #user_header ul {
	text-align: right;
	margin: 0px;
}
#body #user_header li {
	font-size:small;
	display: inline;
	white-space: nowrap;
	margin-left:5px;
	margin-right:5px;
}
.menu {
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.menu li {
	margin-bottom: 8px;
	display: inline;
	white-space: nowrap;
}
.menu a:link,.menu a:visited,.menu a:hover,.menu a:active {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #E5E0D1;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(images/css/btn.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline;
	color: #333333;
}
.menu a:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.border {
	border:#000 thick solid;
	color:#FFFFFF;
}
.copyright,.copyright a:link,.copyright a:hover,.copyright a:visited{
	font-size: 10px;
	color:#000000;
}
.error_message {
	background-color:#FFFFFF;
	font-size: 10px;
	color: red;
	border-style: solid;
	width: 400px;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

