body {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 0.85em;
	line-height			: 1.3em;
	color				: #000;
	background-color	: #ffffff;
	padding				: 0;
	margin 				: 0 0 20px 0;
}

p, ul, ol, dl, label, legend, input, select, textarea {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 0.85em;
	margin-top	        : 0;
	margin-bottom		: 0.7em;
}

p {
	margin-top	        : 0;
	margin-bottom		: 1.5em;
	color				: #000;
	line-height			: 1.4em;
}

li p {
	font-size			: 1em;
}

li li {
	font-size			: 1.2em;
}

ul {
	list-style-position		: inside;
	padding				: 0;
	margin				: 0;
}

ol {
	list-style-type		: decimal;
	list-style-position	: inside;
	margin			: 0;
	padding			: 0;
}

h1, h2, h3, h4, h5 {
	font-family			: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing		: -1px;
	color				: #000;
	margin-top			: 1em;
}
/*
h1 {
	font-size			: 1.6em;
	font-weight			: bold;
	font-style			: normal;
	margin-bottom		: 0.7em;
}
*/
h1 {
	font-size			: 1.6em;
	font-weight			: bold;
	font-style			: normal;
	margin-bottom		: 0.7em;
}

h2 {
	font-size			: 1.15em;
	font-weight			: bold;
	font-style			: normal;
	margin-bottom		: 1em;
}

h3 {
	font-size			: 1em;
	font-weight			: bold;
	font-style			: normal;
	margin-bottom		: 0;
}

h4 {
	font-size			: 0.85em;
	font-weight			: bold;
	margin-bottom		: 0;
}

h5 {
	font-size			: 0.85em;
	font-weight			: bold;
	font-style			: italic;
	margin-bottom		: 0;
}

img {
	border-width		: 0;
}

fieldset {
	border				: 0;
	padding				: 0;
}

a, a:visited {
	text-decoration		: none;
	color				: #0072ff;
}

a:active, a:hover {

}

strong {
	font-weight			: bold;
}

em {
	font-style			: italic;
}

dt {
	font-style			: italic;
}

.right {
	text-align			: right;
}

.center {
	text-align			: center;
}

.floatLeft {
	float				: left;
}

.floatRight {
	float				: right;
}

.clearLeft {
	clear				: left;
}

.clearRight {
	clear				: right;
}

.clearBoth {
	clear				: both;
}

.hidden {
	visibility			: hidden;
}

.noDisplay {
	display				: none;
}

.noMargin {
	margin				: 0;
}

.linkSelected {
	color				: #000;
	font-weight			: bold;
}

.linkInactive {
	color				: #cdcdcd;
}
