/* ELEMENTS */

body {
	background-color:#969696;
	background-image:url('/images/chrome/bodyBG.png');
	background-repeat:repeat-x;
	font-family:trebuchet MS, sans-serif;
	font-size:small;
}

h1,
h2,
h3 {
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	margin-bottom:5px;
}

h1 {
	margin-top:0px;
	font-size:2.4em;
}

h2 {
	font-size:1.7em;
	clear:both;
}

p {
	margin:0px 0px 10px;
}

ul,
ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}

img {
	border:none;
}

/* GENERIC */

.clear {
	clear:both;
}

.hidden {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.small {
	font-size:.85em;
}

.large {
	font-size:1.4em;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

/* LISTS */

ul.circle li {
	list-style:circle;
	margin:3px 0px 3px 40px;
}
