body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../graphics/bg-gradient.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.72em;
	color: #333;
	line-height: 1.5em;
	background-attachment: scroll;
	background-position: left top;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.whitebox {
	background-color: #ffffff;
}
.align-middle {

	text-align: center;
}
.big-headings {
	font-size: 1.8em;
	line-height: 1.1em;
}
.headings {
	font-size: 1.6em;
	line-height: 1.0em;
}
.sub-headings {
	color: #666;
	font-size: 0.8em;
	line-height: 1.0em;
}
.pre-header {
	font-size: 0.7em;
	color: #666;
	line-height: 1.3em;
	text-align: right;
}
.highlighted-body {
	font-size: 1.24em;
	color: #333333;
	line-height: 1.3em;
}
.bold {
	font-weight: bold;
}
.sub-body {
	font-size: 0.8em;
	color: #666;
	line-height: 1.4em;
}
.footer {
	font-size: 0.7em;
	color: #666;
	line-height: 1.3em;
}
.grey {
	color: #666;
}
.right {
	text-align: right;
}
.textnav {
	color: #666;
	text-align: right;
}
.left {
	text-align:left;
}