body {
	font-family: 'Trebuchet MS', helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	padding: 0px auto 0px auto;
	margin: 0px;
	background: url('/images/grad.gif') repeat-x;
}



#wrapper {
	text-align: left;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 10px 10px 10px;
	width: 965px;
}

#main {
	text-align: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 700px;
	z-index: +1;
}


h1 {
	color: #333;
	color: #080;
	font-size: 1.3em;
	font-weight: normal;
	font-weight: bold;
	letter-spacing: 1.2px;
}

h2 {
	color: #333;
	color: #080;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	font-weight: bold;
	letter-spacing: 1.2px;
}

h3 {
	margin: 10px 0px 0px 0px;
	color: #666;
	color: #080;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 1.2px;
}

td, th {
	font-size: 1.0em;
}

a, a:hover, a:active {
	color: #00c;
	color: #060;
}
a:visited {
	color: #900;
	color: #666;
}

img {
	border: 0px;
}
.bg {
	background: #ffd url('/images/grad_light.jpg') center center;
}

.white {
	background: #fff none;
}
.error {
	color: #f00;
}
hr {
	color: #fc0;
	background-color: #fc0;
	height: 1px;
	border: 0px;
}
small {
	font-size: 0.8em;
}
fieldset {
	border: 0px solid #fff;
	padding: 0px;
	margin: 0px;
}
.w20 {
	width: 20px;
}
.w250 {
	width: 250px;
}
.w340 {
	width: 340px;
}
.h5 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h20 {
	height: 20px;
}
.h30 {
	height: 30px;
}