body {
	color:#333;
	font-family: verdana, Arial, Georgia, 'Trebuchet MS', 'Lucida Grande', sans-serif;
	/*text-align: center;*/
	margin:0 auto;
	padding:0;
	font-size: 12px;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #333;
	text-decoration: none
}
a:hover, a:active {
	color: #F30;
	text-decoration: none
}
.left {
	float: left;
	text-align: left;
	display: inline;
}
.right {
	float: right;
	text-align: right;
	display: inline;
}
.leftimg {
	margin: 5px 10px 10px 0px;
}
.rightimg {
	margin: 5px 0px 10px 10px;
}
.altbg1 {
	background-color: #F9F9F9 !important;
}
.altbg2 {
	background-color: #F0F0F0 !important;
}
.baseline1 {
	border-bottom: 1px solid #DDD;
}
.yellowbg {
	background: #FC0 !important;
}
.sellistbg {
	background: #FFC !important;
}
.redbg {
	background: #F00 !important;
}
span.myTitle1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 2px 25px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	height: 23px;
	line-height: 23px;
	background: transparent url(img/icon_h3.gif) left top no-repeat;
}
span.myTitle2 {
	line-height: 1.7;
	border-left:10px solid #F90;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	background: #C00;
}
span.myTitle3 {
	line-height: 1.7;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 2px solid #000;
}
blockquote.myBlockQuote {
	margin: 12px 0px 12px 20px;
	padding: 10px;
	border-left: 10px solid #CCC;
	background-color: #EEE;
	color: #000;
}
span.picDesc {
	display: block;
	padding: 5px;
	border: 1px solid #CCC;
	background: #EEE;
	font-size: 12px;
	line-height: 1.5;
}
.red {
	color: #C00 !important;
}
.orange {
	color: #F60 !important;
}
.green {
	color: #360 !important;
}
.blue {
	color: #039 !important;
}
a.darkred:link, a.darkred:visited {
	color: #900 !important;
}
a.darkred:hover, a.darkred:active {
	color: #F00 !important;
}
a.green:link, a.green:visited {
	color: #360 !important;
}
a.green:hover, a.green:active {
	color: #F00 !important;
}
a.darkblue:link, a.darkblue:visited {
	color: #039 !important;
}
a.darkblue:hover, a.darkblue:active {
	color: #F00 !important;
}
a.yellow:link, a.yellow:visited {
	color: #FF5024 !important;
}
a.yellow:hover, a.yellow:active {
	color: #F00 !important;
}
.bold {
	font-weight: bold;
}
#mainbodybox {
	clear: both;
	display: block;
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

div.loading {
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: transparent url("img/loading.gif") center center no-repeat;
	}