td {
	background-repeat: repeat-x;
}
table {
	background-repeat: repeat-x;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #141414;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:medium;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-decoration: underline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-decoration: underline;
}
.topleft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #555555;
	border-bottom-color: #555555;
}
.topright {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #555555;
	border-left-color: #555555;
}
.lowleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #555555;
	border-right-color: #555555;
}
.lowright {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-top-color: #555555;
	border-left-color: #555555;
}
.norepeat {
	
	background-repeat: no-repeat;
	background-position: center top;
}.menubar {
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.label {
	color: #CCCCCC;
}
.dashed {
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-color: #33CCFF;
}
.left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.leftmenuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
}
.content {
	text-align: left;
	padding-top: 10px;
	padding-right: 140px;
	padding-bottom: 10px;
	padding-left: 10px;
}
