

* { margin: 0; padding: 0; }

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/skin1/images/global/body_bg.jpg);
	background-repeat: repeat-x;
}

img { border: none; }

acronym, abbr { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #666; cursor: help; }

ul { list-style: none; }

.hidden { display: none; }

#accessibility { display: none; }

#wrapper {
	background-color: #FFF;
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	width: 981px;
	float: left;
	background-image: url(/skin1/images/global/container_bg.jpg);
	background-repeat: repeat-y;
}

.float-left { float: left; width: auto; }
.float-right { float: right; width: auto; }

.grey-txt { color: #666; }
.green-txt { color: #063; }
.large-txt { font-size: 14px; }
