.bodytext {
	font-size: 11px;
	color: #FFFFFF;
}
.tinytext {
	font-size: 9px;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #557465;

}
.sidebartext {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a.black:link {
	color: #000000;
	text-decoration: none;
} 
a:visited {
	color: #999999;
	text-decoration: none;
}
a.black:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a.black:active {
	color: #CCCCCC;
	text-decoration: none;
}
a.black:hover {
	color: #BBDA00;
	text-decoration: none;
}
a:hover {
	color: #BBDA00;
	text-decoration: none;
}
.boldheader {
	font-size: 14px;
	font-weight: bold;
}
.borderWhiteAll {
	border: 1px solid #FFFFFF;
}
.borderWhiteInner {
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.borderWhiteBottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.borderWhiteRight {
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
}
.hrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
}

a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(user_images/btn_test.gif);
		background-repeat: no-repeat;
		width: 110px;
		height: 20px;
		margin: 0px auto;
		padding: 3px 0 0 0;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		a.button:link, a.button:visited {
		color: #FFFFFF;
		}
		a.button:hover, a.button:active {
		background-position: 0 -50px;
		color: #BBDA00;
		}
		a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -25px;
		color: #888888;
		cursor: default;
		}

		a.button:hover a.button:active {
		background-position: 0 -25px;
		}
		a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -25px;
		}