/* generic */

/*  set padding and margins for all elements to zero */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

dfn {
	border-bottom: 1px dotted;
	cursor: pointer;
}

li.no-bullet {
	list-style-type: none !important;
}

.hidden {
	visibility: hidden;
}

.clear {
	position: relative;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 80%;
}

.underline {
}

a:link, a:visited, a:active, a:hover {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus, button:active, button:focus {
	outline: none;
	-moz-outline-style: none;
}

h2 {
	font-size: 1.0em;
}

body {
	background: #a1d1e9 url(/images/bg.jpg) fixed center top no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	/font-size:100%;
	line-height:1.2em;
}

#container {
	width: 980px;
	margin: 0 auto;
}